|
FoxitPDFSDKforWeb v11.0.4
Foxit PDF SDK for Web
|
The common module provides the basic functionalities for the viewer. More...
Classes | |
| class | PDFDate |
| Represents a date and time in the PDF format. The following table lists the available pattern components for formatting and parsing dates: More... | |
| class | Rect |
| Represents a rectangle defined by its left, right, top, and bottom coordinates. More... | |
Enumerations | |
| enum | FileFormat { pdf = 'pdf', xfdf = 'xfdf', fdf = 'fdf', xml = 'xml', html = 'html', json = 'json', csv = 'csv', text = 'text', xdp = 'xdp' } |
| Enum of file formats. More... | |
The common module provides the basic functionalities for the viewer.
| enum FileFormat |
Enum of file formats.
| Enumerator | |
|---|---|
Portable Document Format. | |
| xfdf | XML Forms Data Format. |
| fdf | Forms Data Format. |
| xml | XML file. |
| html | HyperText Markup Language. |
| json | JSON file. |
| csv | Comma Separated Values file. |
| text | Plain text file. |
| xdp | XML Data Package. |