Spire.PDF 9.9.3 supports setting page margins when printing

2023-09-08 05:45:45

We are delighted to announce the release of Spire.PDF 9.9.3. This version supports setting page margins when printing and adds a new method to determine if a document is encrypted without loading the document. It also improves the conversion from PDF to Word, PDFA, and POSTSCRIPT as well as from OFD to PDF and images. Moreover, many known issues are fixed successfully in this version, such as the issue that it failed to open the compressed document with PDF reader. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREPDF-6199 Add a new method to determine if a document is encrypted without loading the document.
bool value = PdfDocument.IsPasswordProtected("1.pdf"); 
New feature SPIREPDF-6223 Supports setting margins when printing.
pdf.PrintSettings.SelectMultiPageLayout(2,2,false,Spire.Pdf.Print.PdfMultiPageOrder.Horizontal, marginValue)
Bug SPIREPDF-4391 Fixed the issue that some cells were split into two columns when converting PDF to Excel.
Bug SPIREPDF-6023 Fix the issue that setting the WholeWord property when searching for text caused the failure of highlighting text.
Bug SPIREPDF-6138 Fix the issue that text was lost when converting PDF to Word.
Bug SPIREPDF-6194 Fix the issue that the XML file failed to open in the result file after adding XML attachments to PDF files.
Bug SPIREPDF-6198 Fix the issue that the program threw an exception "System.ArgumentOutOfRangeException" when loading a compressed document.
Bug SPIREPDF-6201 Fix the issue that it failed to open the compressed document with PDF reader.
Bug SPIREPDF-6203 Fixed the issue that PDF converted to Word with permission password set (content copy and page extraction not allowed) did not request permission password.
Bug SPIREPDF-6204 Fixed the issue that characters were displayed incorrectly after converting PDF to POSTSCRIPT.
Bug SPIREPDF-6205 Fixed the issue that stamps were lost after converting OFD to PDF and images.
Bug SPIREPDF-6213 Fix the issue that the content was garbled after converting PDF to PDFA.
Bug SPIREPDF-6227 Fix the issue that the program threw an exception "System.IndexOutOfRangeException" when drawing a table.
Click the link to download Spire.PDF 9.9.3:
More information of Spire.PDF new release or hotfix: