WPViewPDF 新版本发表

Released: Apr 17, 2025

v5.3.8.4 中的更新

特性

  • Extended commands to save XMP metadata for electronic X-Factur invoices.

修补程序

  • Fixed problem with COMPDF_ArrangePagesInColumns.
  • Fixed support for compressed, multiple XREF tables.

Released: Mar 25, 2025

v5.3.8.0.0 中的更新

特性

  • Added support for bitmap brushes.

修补程序

  • Fixed a problem with some PDFs displaying black.

Released: Feb 2, 2025

v5.3.7.0.0 中的更新

特性

  • Added a new COMPDF_ArrangePagesInColumns command to create a double sided document in landscape format from a document with single pages in portrait format.
  • Added new commands to save XMP metadata for electronic X-Factur invoices: COMPDF_SetPDFAProperties_A..C.
  • Added a new command to extract X-Factur invoice (data or name as found in XMP): COMPDF_GetPDFAInvoice.

修补程序

  • Made some fixes in the PDF engine.

Released: Jan 13, 2025

v5.3.6.0.0 中的更新

特性

  • A new 'pdfGetAttachment' function is now exported by the DLL allowing the extraction of invoice XML attachments.
  • Improved PNG image drawing as object.
  • Added the possibility to skip fully transparent layers completely.

Released: Oct 2, 2024

v5.3.4.0.0 中的更新

特性

  • You can now use 'command(COMPDF_PrintUseScaling,7)' to force the page size to change for each page during printing.
  • Added a new command 'COMPDF_AppendPageAtStartMode,1' which can be used to make 'COMPDF_AppendPage' add all pages to the start instead of to the end.
  • Improved rendering of transparent graphics, now allows stacking of 2 ex-graphic states.
  • Improved resizing of draw objects which have been rotated.
  • Improved the interactive moving of draw objects that have been rotated.
  • Improved...

Released: Jul 15, 2024

v5.3.0.0 中的更新

特性

  • When switching to thumbnail layout, the user can now zoom in and out. The selected zoom value is stored for the next time the thumbnail mode is used.
  • The source code has been refactored.

Released: Jun 6, 2024

v5.2.8.1 中的更新

修补程序

  • Fixed rare problem with polygon lines in PDF files.

Released: May 23, 2024

v5.2.8.0 中的更新

特性

  • Added the ability to extract information about the installed fonts.

修补程序

  • In certain PDF files the rectangles were not printed. This problem was caused by supporting rectangles to be part of combined paths. The problem has been solved in this build. This also fixes the Access Violation (AV) error which happened when the font support DLL could not been found.

Released: May 15, 2024

v5.2.7.7 中的更新

特性

  • Improved rendering quality of complicated vector logos which mix rectangles and curves.

Released: Feb 5, 2024

v5.2.7 中的更新

特性

  • Added support for line width in 'ExtGState'
  • Improved selecting UNICODE using 'freetype'.

修补程序

  • Use 'SetGlobalParameter("IgnoreMask0=1")' to fix a problem with some PDF files that use a wrong mask setting for monochrome images.