Aspose::TeX::Presentation::Pdf namespace
Contents
[
Hide
]The Aspose.TeX.Presentation.Pdf namespace provides classes for typesetting TeX files to PDF.
Classes
Class | Description |
---|---|
PdfDevice | Implements the interface for outputting text and graphic content to PDF document. |
PdfDigitalSignatureDetails | Contains details for a PDF digital signature. |
PdfEncryptionDetails | Contains details for a pdf encryption. |
PdfSaveOptions | Class representing options of saving to PDF. |
Enums
Enum | Description |
---|---|
PdfCompliance | Specifies the PDF compliance level to output file. |
PdfDigitalSignatureHashAlgorithm | Specifies digital hash algorithm used by digital signature. |
PdfEncryptionAlgorithm | Encryption mode enum. Describe using algorithm and key length. This enum is extended in order to be able to further increase functionality. This enum implements “Base-to-Core” pattern. |
PdfImageCompression | Specifies the type of compression applied to images in the PDF file. |
PdfTextCompression | Specifies a type of compression applied to all contents in the PDF file except images. |