Skip to content

Releases: utelle/wxpdfdoc

wxPdfDocument 0.9.7

09 Jan 19:09

Choose a tag to compare

Changes since last release:

  • Adjusted dash patterns to get (hopefully) perfect dots for all pen cap styles
  • Added a new map mode style wxPDF_MAPMODESTYLE_PDFFONTSCALE
  • Added support for justified text alignment when using Unicode fonts
  • Added border width and colour attributes to XML table output
  • Added speed up for text drawing in wxPdfDC class
  • Added multiline text support for wxPdfDC::DoDrawRotatedText
  • Added text background color support for wxPdfDC::DoDrawText and wxPdfDC::DoDrawRotatedText

Fixed bugs:

  • Fixed a bug when using a protected/encrypted external template
  • Fixed an issue on failing to load an image from simple XML due to missing mimetype
  • Fixed an issue on parsing the document information of an existing PDF document
  • Fixed a wxPdfParser issue with "startxref" not found
  • Fixed a crash on importing a completely empty page
  • Fixed a problem with empty content streams on import
  • Fixed several glitches in XML support
  • Fixed issue using wrong pen on drawing splines in method wxPdfDC::DoDrawSpline
  • Fixed issues in wxPdfDC class by taking transparency of pen and brush into account

wxPdfDocument 0.9.6

03 Apr 21:01

Choose a tag to compare

Changes since last release:

  • Overhauled the build system
  • Added continuous integration (Travis CI)
  • Replaced all occurrences of macro wxT by wxS
  • Added version information as Windows resource for DLL builds on Windows

Fixed bugs:

  • Fixed adjustment of angles in method wxPdfDocument::Ellipse
  • Fixed issue with drawing arcs from wxPdfDC by forcing angles into proper range for counter-clockwise drawing
  • Replaced MD5 implementation to resolve a license incompatibility issue
  • Replaced image in transparency sample to resolve a potential license issue

Note: The doxygen generated API documentation is not included any longer in the below downloads. Drop a note, if the API documentation should be made available as a download for offline usage.

wxPdfDocument 0.9.5

18 Dec 14:09

Choose a tag to compare

Changes since last release:

  • respect "join" and "cap" attributes of wxPen in wxPdfDC (2.9)
  • cleaned up the use of wxMemoryOutputStream instances
  • cleaned up dependencies on wxWidgets libraries for graphics formats GIF and JPEG

Fixed bugs:

  • fixed a bug in positioning rotated text
  • fixed a bug in determining line lengths in XML formatted output
  • fixed a bug in drawing a point in wxPdfDC (2.9)
  • fixed a bug in drawing elliptic arcs in wxPdfDC (2.9)

Note: The packages wxpdfdoc-* contain the doxygen generated API documentation.