All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and from version 0.9.0 onwards this project adheres to Semantic Versioning.
1.3.1 - 2025-04-28
- Adjusted make files to properly handle white space in path names (issue #96)
1.3.0 - 2025-02-12
- Added support for fonts in Web Open Font Format (WOFF/WOFF2)
- Added support for TrueType/OpenType fonts given as byte arrays
- Added support for additional barcodes (especially 2D barcodes like QR code, DataMatrix etc). In principle, all barcodes supported by the Zint library can be used.
- Fixed wxPdfDocument::Translate by adding missing unit conversion factor
1.2.1 - 2025-01-06
- Improved font lookup in wxPdfFontManager to search also under the font family alias, if given
- Replaced use of wxScreenDC by wxDisplay
- Restored support for wxWidgets 3.0.x
- Check for availability of header file
Security/SecRandom.h(fix issue #94) - Fixed wxPdfDCImpl::DoDrawText for multiline text
1.2.0 - 2024-02-18
wxPdfDocument is compatible with wxWidgets versions 3.2.x and above.
- Added support for document protection with AES-256 encryption (PDF 2.0).
- Added support for importing PDF documents protected with AES encryption.
- The library now requires a C++11 compiler for compilation.
- Build support for Visual C++ versions below 2015 has been removed.
- Fixed problem with page breaks in XML tables.
1.1.0 - 2024-01-27
- The signature of methods
ScaleX,ScaleY,ScaleXY,Scale,MirrorH,MirrorV,SkewX,SkewY,Skew,Rotate, andUseTemplatehas been changed to get rid of the negative default values for the position parameters. This was necessary to support negative coordinates in all graphics operations. If an application had explicitly specified the default value (-1) in calls to one of the above methods, these values have to be replaced by calls to methodGetXrespGetY.
- Fixed issue #92 "Rotated text at wrong position". The problem arose from the use of negative coordinates. All graphics operations now support negative coordinates, too.
- Fixed output of wrong text background colour for rotated text in
wxPdfDC.
1.0.3 - 2023-11-16
- Fixed handling of long table: take top page margin, page header and table header into account for page breaks.
- Fixed handling for empty table bodies.
- Fixed handling of the height of (optional) table header rows (taking it into account for calculating table parts fitting on a page).
- Fixed isue #81. Improve handling of table cell borders in markup. Table cell borders could be (partially) hidden by table cell backgrounds.
- Actually use wxPdfDocument::GetImageSize() MIME type parameter.
- Fixed handling of surrogates for TrueType fonts.
- Fixed problem with automatic page break
1.0.2 - 2021-12-23
wxPdfDocument is compatible with wxWidgets versions 3.0.x and 3.1.x.
- Added attribute
viewportfor XML markup elementimg - Added option to specify the unit for numeric attributes in XML markup elements
- Slightly optimized handling for the XML markup element
img - Added new flag
wxPDF_VIEWER_NOPRINTSCALINGfor methodwxPdfDocument::SetViewerPreferences - Added method
wxPdfDocument::SetPaperHandlingfor better printout handling
- Fixed markup handling for paragraphs in table cells
- Fixed markup table handling (wrong total height used to reserve space)
- Fixed justification issue in markup text
- Adjusted handling of pens and brushes in
wxPdfDC
1.0.1 - 2021-09-19
wxPdfDocument is compatible with wxWidgets versions 3.0.x and 3.1.x.
- Fixed hatch pattern scaling in
wxPdfDC - Fixed compile time error in ANSI mode
- Fixed some documentation glitches
1.0.0 - 2021-09-14
wxPdfDocument is compatible with wxWidgets versions 3.0.x and 3.1.x.
- Added support for PDF/A-1B conformance
- Added transformation matrix support for wxPdfDC
- Added attribute "char-spacing" for XML markup element "span"
- Added maximum height attribute for table rows in XML markup
- Implemented extended support for fill patterns (template based patterns, various hatch patterns)
- Enhanced support for
wxBrushstyles inwxPdfDC(stipple and hatch styles) - Changed data type of image measures in XML markup (from integer to double)
- Optimized
wxPdfDCoutput (setting of pens, brushes, state changes)
- Fixed issue with bitmap images in
wxPdfDC(now using globally unique identifiers) - Fixed
wxPdfDCissue with pen and brush color - Fixed issue with patterns in templates
- Use the transparent background mode by default (relevant for alpha support in
wxPdfDC)
- Remove support for wxWidgets 2.x
0.9.8 - 2019-09-21
wxPdfDocument is compatible with wxWidgets versions 2.8.12, 3.0.x and 3.1.x.
- Added alpha transparency support for wxPdfDC (wxWidgets 3.x only)
- Added configure options to skip building samples/utilities
- Added build support for Visual C++ 2019
- Added AppVeyor CI
- Eliminated error messages issued from method
wxPdfFontManager::RegisterSystemFontson registering bitmap fonts files - Removed call to deprecated function
wxFillLogFont
- Fixed issue with XML tables: Rows affected by common row spans are now kept together on the same page
0.9.7 - 2019-01-09
wxPdfDocument is compatible with wxWidgets versions 2.8.12, 3.0.x and 3.1.x.
- 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
wxPdfDCclass - Added multiline text support for
wxPdfDC::DoDrawRotatedText - Added text background color support for
wxPdfDC::DoDrawTextandwxPdfDC::DoDrawRotatedText
- Adjusted dash patterns to get (hopefully) perfect dots for all pen cap styles
- 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
wxPdfDCclass by taking transparency of pen and brush into account.
0.9.6 - 2017-04-03
wxPdfDocument is compatible with wxWidgets version 2.8.12 and version 3.1.0.
- Overhauled the build system
- Added continuous integration (Travis CI)
- Replaced all occurrences of macro
wxTbywxS - Added version information as Windows resource for DLL builds on Windows
- Fixed adjustment of angles in method
wxPdfDocument::Ellipse - Fixed issue with drawing arcs from
wxPdfDCby 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
wxPdfDocument is compatible with wxWidgets version 2.8.12 and version 3.0.2.
- respect
joinandcapattributes ofwxPeninwxPdfDC(2.9) - cleaned up the use of
wxMemoryOutputStreaminstances - cleaned up dependencies on wxWidgets libraries for graphics formats GIF and JPEG
- 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)
wxPdfDocument is compatible with wxWidgets version 2.8.12 and version 2.9.5. Compatibility with older wxWidgets versions is not guaranteed, but it should work with all 2.8.x versions.
- added handling of Unicode surrogates for TrueType Unicode fonts (in wxPdfDocument library and in ShowFont utility)
- added missing initialization for image format type to use in
wxPdfDC - added support to write
wxImageobjects in JPEG format to PDF (instead of PNG format only)
- corrected the handling of sectors in method wxPdfDocument::Ellipse
- fixed a bug in
ShowFont(font index for TrueType collections was not selectable) - fixed a bug in the Type1 font parser (parsing
/Subrscould hang) - fixed a bug in the Type1 font parser (endless loop when parsing Type1 multi master font files)
- fixed a bug in TrueType font parser reading wrong values from OS/2 table version 0
- adjusted default font metrics in
wxPdfDCand external leading to always >= 0 - fixed a GDI object leak in TrueType font parser (Windows only)
wxPdfDocument is compatible with wxWidgets version 2.8.12 and version 2.9.3. Compatibility with older wxWidgets versions is not guaranteed, but it should work with all 2.8.x versions.
- added methods to access the bottom right coordinates of the last inserted image
- added span tag to XML markup
- added method wxPdfDocument::AttachFile to attach files to PDF documents
- added compile time option to derive wxPdfDocument from wxObject (makes interfacing to wxPerl easier)
- added support for the wxWidgets printing framework (contributed by Mark Dootson)
- integrated enhancements to
wxPdfDCandMakeFontcontributed by Mark Dootson - enhanced
wxPdfDCsample application to demonstrate the integration with the printing framework (contributed by Mark Dootson)
- fixed a bug in
pdffontdatacore.cpp(non-ASCII characters didn't show on OSX) - fixed a bug in
pdfencrypt.cpp(setting a non-empty document id) - fixed a bug in
pdfxml.cpp(force line break for words too long to fit on a line) - fixed in bug in handling external templates in conjunction with protection (crypting used the wrong object id for strings and streams)
wxPdfDocument is compatible with wxWidgets version 2.8.12 and version 2.9.2. Compatibility with older wxWidgets versions is not guaranteed, but it should work with all 2.8.x versions.
- added method
wxPdfDC::GetPdfDocumentfor builds based on wxWidgets 2.9.x - added method
wxPdfDocument::WriteXmlfor direct handling ofwxXmlNodeinstances - added support for optionally activating/deactivating message translation (
msgtag) in XML output method - added optional document id parameter for method
wxPdfEncrypt::GenerateEncryptionKey
- fixed a bug in method
wxPdfDocument::CalculatePageSize - fixed a bug in
wxPdfFontDataCore::ConvertCID2GID - fixed several scaling bugs in
wxPdfDC - fixed several warnings in
pdfkernelregarding formatted output ofsize_tvariables - fixed minor issues with Bengali font
wxPdfDocument is compatible with wxWidgets version 2.8.11 and version 2.9.1. Compatibility with older wxWidgets versions is not guaranteed, but it should now work with all 2.8.x versions.
- added support for Apple Unicode TrueType fonts
- added the
showfontutility
- optimized the processing speed of VOLT rules
- modified the code for wxMac support
- modified the sample
tutorial7to test the new wxMac font loading code - added check for valid
cmaptable inwxPdfFontParserTrueType - added call to method
wc_strforwxStringparameters in calls toFromWChar - implemented method
RegisterSystemFontsfor wxMac - samples changed to set the executable path as the current working directory
- fixed a memory leak on registering a font identified by a
wxFontobject - fixed a bug in method
ShowGlyph - fixed several wxMac compile time bugs (missing includes, some typos)
- changed the wxMac print dialog includes in the printing sample
wxPdfDocument is compatible with wxWidgets version 2.8.11 and version 2.9.1. Compatibility with older wxWidgets versions is not guaranteed.
This is the first release of wxPdfDocument containing a PDF drawing context (wxPdfDC).
There are implementations for wxWidgets 2.8.x and 2.9.x; the matching implementation
is selected automatically at compile time. Please report your experiences with wxPdfDC
to the author of wxPdfDocument, be it bug reports, contributions or feature requests.
- methods to draw Bezier splines through a list of points; the drawing sample has been extended to show the new functionality
- PDF drawing context (
wxPdfDC); not yet all methods are implemented - support for fonts with VOLT (Visual Ordering and Layout Tables) data (currently visual ordering only, preprocessing of the fonts required); fonts for 9 Indic scripts are included to demonstrate this feature
- increased output speed for method
SaveAsFile(if large graphics files are involved) - all currently supported CJK font families are now registered automatically at startup of the font manager
- MS CJK fonts aren't automatically registered as Type0 fonts, since this conflicts with registering these fonts as TrueType Unicode fonts
- handling of image masks has been improved
- opening font files could fail if the file path contained non-latin characters
Now
wxFileSystem::FileNameToURLis used to create valid file names for use in methodwxFileSystem::OpenFile - invalid format codes in method
wxPdfUtility::Double2Stringcould cause problems in MinGW environment - registering half-width CJK fonts didn't work
- bug in page size handling
- no file was written when
Closewas called beforeSaveAsFile - bug in the handling of transparency for image masks
- uninitialized member variables in layer objects possibly causing invisibility of layers
- cleaned up output formatting codes for building on 64-bit systems
- compile time bugs for wxWidgets built with
wxUSE_STL - several minor bugs
wxPdfDocument is compatible with wxWidgets version 2.8.10. Some preparations were done to make wxPdfDocument compatible with version 2.9.x and above, too.
- support for individual page sizes
- support for setting fill rule to odd/even or winding
- support for setting the text render mode
- support for layers (optional content groups)
- support for patterns as draw and fill colours
- support for Code 128 barcodes
- support for kerning
- support for different encodings for Type1 and TrueType fonts
- support for using TrueType and OpenType fonts loaded directly from
.ttfor.otffile - support for using Type1 fonts loaded directly from
.pfband.afmfile - support for using TrueType and OpenType fonts defined by a
wxFontobject - font subsetting for OpenType Unicode fonts (experimental, currently non-CID fonts only)
- direct positioning and writing of glyph numbers for TrueType/OpenType Unicode fonts (this may be used in conjunction with tools for writing complex scripts like ICU)
- support for fonts defined by a wxFont object (mapped by family, weight and style to the Adobe core fonts)
- coordinate transformation (location of origin and y axis orientation)
is now done directly in PDF. This was a prerequisite to add
wxGraphicsContextsupport in an upcoming version. User unit scaling is done programmatically. - unified the naming of all methods manipulating colours. Now always the British spelling is used, i.e. colour instead of color.
- line style measurements did not use user units
- encryption support for big endian platforms
- method
wxPdfDocument::ClippingText
wxPdfDocument is compatible with wxWidgets version 2.8.0 as well as with version 2.6.x.
- support for external templates: pages of existing PDF documents may be imported and used as templates
- font subsetting for TrueType and TrueType Unicode fonts, often resulting in much smaller PDF file sizes
- support for using and embedding OpenType Unicode fonts
- enhanced support for password based encryption, encryption key length freely definable between 40 and 128 bits (Attention: Adobe Reader supports only keys with 40 or 128 bits.)
- support for AES encryption (additional standard encryption method in PDF version 1.6 and above)
-
As an add-on preprocessed font files for the free DejaVu fonts (version 2.12) are provided in the file release wxPdfDocument Add-Ons.
-
For supporting font subsetting for ordinary non-Unicode TrueType fonts the format of the font definition files has been extended. Font definition files created with prior versions of the
makefontutility are still usable, but do not support font subsetting. It is recommended to regenerate own font definition files. Unfortunately common AFM font metric files do not contain glyph information which is required by themakefontutility to create the character-to-glyph mapping. Therefore the utilityttf2ufmhad to be changed. The modified version including a Windows executable is available in the file release wxPdfDocument Add-Ons.
wxPdfDocument is now compatible with wxWidgets version 2.7.1 and above as well as with version 2.6.x.
- setting/getting the default path used for loading font files
- getting the description of the current font
- loading images from a wxInputStream (in addition to loading from file or wxImage)
Attention: The structure of the font definition files has changed due to
the addition of the font attribute xHeight. It is necessary to regenerate own
font definition files using makefont. To support the xHeight attribute the utility
ttf2ufm had to be changed.
- several bugs
- support for tables in simple XML markup spanning more than a page
- support for internal links in simple XML markup
- support for transparency
- support for image masks
- support for internal templates
- support for polygon and shape clipping
- support for printing text along a path
- extended support for fill gradients
- internal colour management reworked
- some minor bugs
- support for CMYK and spot colours
- support for named colours (486 predefined names for RGB colours) (
wxPdfColour) - support for colour names in HTML notation (
#rrggbb) (wxPdfColour) - text annotations
- additional font decorations: overline, strikeout
- PDF forms
- JavaScript at the document level
- Simple XML markup language for styling and structuring text
wxPdfDocument::LineCount,wxPdfDocument::TextBoxand several getter methods were added for conveniencewxPdfDocument::WriteXmlallows to print text containing simple XML markup
wxPdfDocument::MultiCellnow respects a maximal line count
- gradients
- transformations
- barcodes
makefontutility
- Changed API of graphics primitives: line style and fill colour parameters deleted,
line style and fill colour have to be set using
wxPdfDocument::SetLineStyleandwxPdfDocument::SetFillColour.
First public release
- Support for embedding fonts
- Support for embedding images
- Several add-ons implemented
- Planning and basic PDF features implemented