Starting from 2002 we are developing .Net components to do all what you wish with documents in PDF, DOCX, RTF, HTML, Images and other formats.
Classes | Class | Description |
---|
| ExcelToPdf |
Main class to export Excel Excels in to PDF, Word. Allows to create an instance of converter object and call converting methods.
|
| ExcelToPdfCOptions |
Set up the info block properties for resulting documents, such as file version and document producer
|
| ExcelToPdfCOptionsFormula |
When processing formulas of the type - "CELL("filename", A1)" it is necessary to specify the path to the current file (stream) to ensure correct processing of the action.
By default: Stream
For example(File) : ExcelToPdf.ConvertFile(ExcelDocument, pdfFile);
For example(Stream): ExcelToPdf.ConvertBytes(bytes);
|
| ExcelToPdfCPageStyle |
Allows to specify page properties for output PDF document: page size, orientation, page margins and page numbers
|
| ExcelToPdfCPageStyleCPageMargin |
Allows to set page margins in mm and inches
|
| ExcelToPdfCPageStyleCPageOrientation |
Allows to set page orientation for an output document. Not used if page size set as "Auto".
|
| ExcelToPdfCPageStyleCPageScale |
Allows to set scale produced document. Default option: FitByWidth.
|
| ExcelToPdfCPageStyleCPageSize |
Allows to set page size for output PDF document. Default option: Auto |
| ExcelToPdfCPageStylePageNumbers |
Allows to set page numbers and their properties in PDF.
|
| ExcelToPdfCPageStyleSizes |
Class to set the component's options in inches, mm and pixels.
|
| ExcelToPdfCSheet |
Class which allows to set custom sheets from workbook for converting
|
| ExcelToPdfCSheetPrintedArea |
Allows to specify which custom sheets and cells will be exported into PDF, Word
|
| ExcelToPdfCUnicodeOptions |
Class with properties which allows to specify Unicode options, such as "Fonts" directory etc
|
| ExcelToPdfPdfSecurity |
Contains details for encrypting and access permissions for a PDF document, such as Password, Permissions etc.
|
Enumerations