![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Classes | |
| class | Converter |
| This class is used internally by SolidFramework. It should not be used directly. Base class for all converters. More... | |
| class | PdfToDataConverter |
| Convert PDF to CSV, SQL or unformatted Excel. More... | |
| class | PdfToExcelConverter |
| Extract tables from PDF Pages to Microsoft Excel Spreadsheet. More... | |
| class | PdfToHtmlConverter |
| Convert PDF to HTML document. More... | |
| class | PdfToImageConverter |
| Extracts images from PDF files or renders the pages of PDFs as images. More... | |
| class | PdfToOfficeDocumentConverter |
| This class is used internally by SolidFramework. It should not be used directly. Abstract class for converting PDF to MS Office application files. More... | |
| class | PdfToPdfAConverter |
| Converts PDF to PDF/A 1b or 2b compliant document. This class is used to convert from PDF to PDF/A. If you wish to convert to a PDF that is non-PDF/A then use the PdfToPdfConverter instead. More... | |
| class | PdfToPdfConverter |
| Converts a PDF file into another PDF file More... | |
| class | PdfToPowerPointConverter |
| Converts a PDF file to a PowerPoint Presentation. More... | |
| class | PdfToTextConverter |
| Convert a PDF file into plain text document. More... | |
| class | PdfToWordConverter |
| Converts and reconstructs PDF files to editable Microsoft Word documents More... | |
| class | SolidConverterPdf |
| This class is used internally by SolidFramework. It should not be used directly. More... | |
Enumerations | |
| enum | ConverterType { Converter , PdfToPdfConverter , PdfToPdfAConverter , SolidConverterPdf , PdfToImageConverter , PdfToOfficeDocumentConverter , PdfToWordConverter , PdfToExcelConverter , PdfToTextConverter , PdfToDataConverter , PdfToPowerPointConverter , PdfToHtmlConverter } |
| enum | HtmlNavigation { SingleWithoutNavigation , SingleWithEmbeddedNavigation , SplitIntoMultipleFiles } |
| HTML Navigation. More... | |
| enum | HtmlSplittingUsing { Pages = 0x1 , Bookmarks = 0x2 , Headings = 0x4 } |
| HTML with Embedded Navigation: pages, bookmarks, headings. More... | |