Features marked with "*" only apply to the professional version.
Improved printing
Sometimes, you want to print out annotations only, without the actual content of the PDF document. This is possible now with Foxit SDK ActiveX 2.0.
Most of the print options have been implemented in the print dialog box in Version 2.0. Also, it will remember the last setting of printing preference.
Version 2.0 also supports silent printing, which means printing a PDF file without displaying it.
More view mode
Version 1.0 only supports continuous viewing mode. Version 2.0 has four built-in viewing modes (Single Page, Continuous, Facing, and Continuous Facing). Users can choose any viewing mode he would like.
Improved find tool
Now you can search a string in multiple PDF files under a specified folder. When the search finishes, all occurrences will be listed in a tree view, allowing you to quickly preview the contexts and jump to specific locations.
Also, Version 2.0 allows the hosting program to have its own "Find Dialog".
Access bookmark data
The hosting program can access the PDF bookmark data and build its own bookmark pane.
Localized UI
Foxit ActiveX 2.0 has better support for localized UI. If you need a localized version and willing to cover development cost, please contact sales@foxitsoftware.com. We will customize a special version for you.
*Creating/Editing annotation
End users may draw lines, circles and other shapes or input comments on a PDF document by using different markup tools. The hosting application may change CurrentTool property programmatically, for example to "Line Tool".
*Form import/export
This new feature enables users to interactively fill out a PDF form. Then the form data can be export to a FDF file, being e-mailed or saved together with PDF document.
*Running Javascript
This powerful new feature allows advanced users to create complex logic for PDF forms, to validate user input and process data.
*Convert PDF to text
The hosting program may convert the whole PDF document or a single PDF page into a simple text file.
Forward/backward view
Users now can move backward or forward among the historical views. For example, if a user first read the first page of a PDF document, and then he jumps to the 5th page. Now, if he chooses backward view, the ActiveX will bring him back to the first page.
Open PDF from custom source with more flexibility
Version 2.0 allows the hosting program to access custom source, e.g. PDF in memory or from http server, with more flexibility. The hosting program has more control during the document loading process. For example, the hosting program might build its own progress bar.
Many bug fixes