Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
Additional features that does not correspond directly with PDF. More...
Classes | |
class | BufferHandle |
Represents memory stored data. More... | |
class | BufferArrayHandle |
Represents a list of BufferHandle. More... | |
class | EncryptionKeyHandle |
Represents encryption key other than password. More... | |
class | Errors |
This class contains additional informations about last error occurred. More... | |
class | InputOutputStreamHandle |
Input stream can read and interpret input from sequences of characters. More... | |
class | InputStreamHandle |
Input stream can read and interpret input from sequences of characters. More... | |
class | LibraryInfo |
Informations about library version and author. More... | |
class | LicenseInfo |
Licensing utilities, determining whether this library is running in trial mode. More... | |
class | Logging |
The library can provide some additional debug and error messages. More... | |
class | OutputStreamHandle |
Output stream can write sequences of characters and represent other kinds of data. More... | |
class | PKCS12KeyHandle |
PKCS#12 container is often used in cryptography to store asymmetric key pair. More... | |
class | SigningKeyHandle |
Used for document signing. More... | |
class | IUnknownHandle |
Base class for reference counting. More... | |
Enumerations | |
enum | MessageDigestAlgorithmType { MessageDigestAlgorithmType_Undefined = 0 , MessageDigestAlgorithmType_MDNULL , MessageDigestAlgorithmType_MD2 , MessageDigestAlgorithmType_MD4 , MessageDigestAlgorithmType_MD5 , MessageDigestAlgorithmType_SHA1 , MessageDigestAlgorithmType_SHA224 , MessageDigestAlgorithmType_SHA256 , MessageDigestAlgorithmType_SHA384 , MessageDigestAlgorithmType_SHA512 , MessageDigestAlgorithmType_MDC2 , MessageDigestAlgorithmType_RIPEMD160 , MessageDigestAlgorithmType_WHIRLPOOL } |
Supported digest algorithms used as hash functions. More... | |
enum | PDFVersion { PDFVersion_Undefined = 0 , PDFVersion_10 , PDFVersion_11 , PDFVersion_12 , PDFVersion_13 , PDFVersion_14 , PDFVersion_15 , PDFVersion_16 , PDFVersion_17 , PDFVersion_20 } |
Range of available PDF versions. More... | |
Additional features that does not correspond directly with PDF.
Supported digest algorithms used as hash functions.
enum PDFVersion |
Range of available PDF versions.