WPViewPDF 6.01.0.0 release 24.7.2026
NEW embedded font engine for TTF
NEW embedded font engine for PostScript fonts
NEW embedded, original JPEG 2000 decoder
NEW embedded, original JBIG2 decoder
With these additions, WPViewPDF no longer relies on external DLLs,
only the WPViewPDF 6 DLL is required. This makes the whole product safer
and programs using it significantly easier to deploy.
We have thoroughly tested our new font engine with a wide range of PDF files.
To verify accuracy, we compared synchronized output in different colors against the
previous FreeType/AGG‑based renderer. Any discrepancies identified were corrected
at the source. However, because this is a completely new engine, we kindly ask for
your assistance in verifying that font rendering is flawless. The new text rendering
engine is intended to be 100% accurate.
If you encounter any issues with text output, please send us sample files so we can investigate.
Please note that JBIG2 and JPEG 2000 are highly complex formats and not ideal for
long‑term data preservation—they effectively embed another compressed document format
inside your PDF. Because of the complexity, the decoders are not included in the WPViewPDF source code license.
--> NO MORE ADDITIONAL DLLS NEEDED
Also new:
* much improved text extraction which also creates tab stop characters
* improved ColorSpace handling
* character handling carefully checked
Stay tuned for upcoming changes in WPViewPDF in fall - a more robust page scroller,
improved annotation and form handling.
WPViewPDF 6.0.5.2 release 27.5.2026
- the last change introduced a problem with empty acroform text fields when opened in edit mode. This has been fixed.
WPViewPDF 6.0.5.0 release 11.5.2026
* improvement to acrofields. Many radio checkboxes are now supported. (Make sure the PDF property /Opt is used)
- one stability issues was fixed
(Next built will include a new internal font rendering to eliminate the requirement for the TTF DLL. This is in beta test right now.)
WPViewPDF 6.0.3.0 release 29.4.2026
* fix problem when printing to a file. When the user didn't select an output file the dialog showed again. Now printing will be aborted and a message will be displayed. The message can be changed with SetGlobalProp( "TextAbortPrint=..." )
WPViewPDF 6.0.2.0 release 20.4.2026
* detect circular reference in StructTree
WPViewPDF 6.0.1.0 release 3.3.2026
* improved detection of CID fonts with improper PDF parameters
+ the document information dialog now contains info about the used encryption method, if one of the loaded PDF files is encrypted.
WPViewPDF 6.0.0.0 release 25.2.2026
+ AES Decryption
+ AES Encryption
+ Delphi class TWPViewPDFWorkbench
+ command COMPDF_EX_ReplaceXObject can be used to replace a placeholder image with a PDF from a different PDF file.