Specifies the PDF document type.
lt.Document.Writer.PdfDocumentType = {
pdf: 0,
pdfA: 1,
pdf12: 2,
pdf13: 3,
pdf15: 4,
pdf16: 5
}
lt.Document.Writer.PdfDocumentType = {
pdf: 0,
pdfA: 1,
pdf12: 2,
pdf13: 3,
pdf15: 4,
pdf16: 5
}
0 | (0) The target document should be PDF version 1.4. PDF is generally not suited for long term preservation. The PDF format may contain resources (such as fonts) that may not exist on the viewing machine. As a result, font substitution may occur resulting in a document that may not look exactly like the original version. | |
1 | PdfA | (1) The target document should be PDF/A-1b. PDF/A-1b is a subset of PDF obtained by leaving out PDF features not suited to long-term archiving. The resulting document is guaranteed to look exactly like the original version when viewed on the target machine. Saving with PDF/A document type may result in larger output file sizes. |
2 | Pdf12 | (2) The target document should be PDF version 1.2. PDF is generally not suited for long term preservation. The PDF format may contain resources (such as fonts) that may not exist on the viewing machine. As a result, font substitution may occur resulting in a document that may not look exactly like the original version. |
3 | Pdf13 | (3) The target document should be PDF version 1.3. PDF is generally not suited for long term preservation. The PDF format may contain resources (such as fonts) that may not exist on the viewing machine. Hence font substitution may occur resulting in a document that may not look exactly like the original version. |
4 | Pdf15 | (4) The target document should be PDF version 1.5. PDF is generally not suited for long term preservation. The PDF format may contain resources (such as fonts) that may not exist on the viewing machine. As a result font substitution may occur resulting in a document that may not look exactly like the original version. |
5 | Pdf16 | (5) The target document should be PDF version 1.6. PDF is generally not suited for long term preservation. The PDF format may contain resources (such as fonts) that may not exist on the viewing machine. As a result font substitution may occur resulting in a document that may not look exactly like the original version. |
LEADTOOLS Document Writers can create different types of Adobe PDF documents. You can specify the PDF document type through the use of the PdfDocumentOptions.DocumentType property.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document