PDF Builder has the following new features:
-
PDFTableOfContents, PDFTableOfContentsItem, PDFText, PDFTextBlock, and PDFMultiLineText support the following font methods: AddFallbackFont, GetFallbackFontCount, GetFallbackFont, RemoveFallbackFont, and RemoveAllFallbackFont.
-
PDFTableOfContents, PDFTableOfContentsItem, PDFText, PDFTextBlock, and PDFMultiLineText support the automatic font matching feature for text rendering. When no main font is set via the SetFont function or font property, the fonts installed on the system will be automatically matched and used for text rendering.
-
PDFDocument and PDFPage support the following margin methods: SetLeftMargin, GetLeftMargin, SetTopMargin, GetTopMargin, SetRightMargin, GetRightMargin, SetBottomMargin, and GetBottomMargin.
-
PDFTableOfContents, PDFDocument, and PDFPage support the following margin properties: LeftMargin property, TopMargin property, RightMargin property, and BottomMargin property.
-
The AddItem function of PDFTableOfContents and PDFTableOfContentsItem supports adding a chapter in the table of contents that links to a PDF page.
-
The LinkToObject function of PDFText, PDFImage, PDFTextBlock, and PDFMultiLineText supports linking to the PDFPage object.
-
PDFImage supports a new image format: SVG. (However, PDFWatermark does not support SVG images.)