In This Topic
New Features and Improvements
The following features have been added to this version of the product:
- Added Wasm SupportApi option, it enables PDF editing features on the client without connecting to SupportApi/DsPdf on a server.
- Added registerFont method: Registers a new @font-face style with the given font name and URL. Supported font formats include "ttf," "otf," "woff," and "woff2" ("woff2" is not supported by the Wasm SupportApi).
- Added registerFallbackFont method: Registers a fallback font that SupportApi will use when searching for fallback fonts. Supported font formats include "ttf," "otf," "woff," and "ttc." Font collections in "ttc" format are also supported.
- Added support for the standard "Zapf Dingbats" font, which can now be selected for text fields and free text annotations.
- Added a "Save As" button with the toolbar button key "save-as." Use the "Save As" button to export the PDF document to various formats (PDF, PNG, and SVG). The old "Save" and "Save as images" buttons have been removed from the default toolbar layout.
- Added the ability to export a PDF document to SVG images.
- Added extended support for pageLayout mode based on initial viewer preferences specified in a PDF document. The following pageLayout values specified in the PDF correspond to pageDisplay values in the viewer:
- TwoColumnLeft: sets pageDisplay to TwoPageScrolling.
- TwoColumnRight: sets pageDisplay to TwoPageScrolling.
- TwoPageLeft: sets pageDisplay to TwoPage.
- TwoPageRight: sets pageDisplay to TwoPage.
- OneColumn: sets pageDisplay to SinglePageScrolling.
- SinglePage: sets pageDisplay to SinglePage.
- Added support for an ECMAScript action that can be performed before the field is formatted to display its value.
- Added support for two pages side by side view.
- The standard "Symbol" font now saves correctly and displays properly in most PDF viewers.
- The "View Mode" button in the toolbar has been replaced with the "Page Display" drop-down menu.
- Added the ability to create text markup annotations directly from selected text when text is selected.
Bug Fixes
The following issues have been resolved since the last release:
- Fixed the page range creation issue in some scenarios when creating through PDF Organizer.