PDF Core Library

From PDF XChange PDF SDK
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PDF Core Library}}
 
{{#customTitle:PDF Core Library}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
 +
== Introduction ==
 +
'''PDF Core Library''' is one of the layer of ''PDF-XChange Editor SDK'' and ''PDF-XChange Core PDF SDK''. Interfaces of this layer provides an access to high level objects of PDF file, such as [[PXV:IPXC_Document|document]], [[PXV:IPXC_Page|pages]], [[PXV:IPXC_Annotation|annotations]], [[PXV:IPXC_FormField|form fields]], etc.
  
[[PXV:PXS_Atoms|Atoms]]
+
It allows creation of new document as well as modification of existing documents. It also contains method to render PDF pages to [[PXV:IPXC_Page_DrawToDevice|devices]] or to [[PXV:IPXC_Page_DrawToXCPage|image]].
  
[[PXV:PXC_Enumerations|Enumerations]] of PDF Core Library
 
  
[[PXV:PXC_Interfaces|Interfaces]] of PDF Core Library
+
* [[PXV:PXC_Enumerations|Enumerations]]
 
+
* [[PXV:PXC_Interfaces|Interfaces]]
[[PXV:PXC_Structures|Structures]] of PDF Core Library
+
* [[PXV:PXC_Structures|Structures]]

Revision as of 13:04, 27 May 2015


Introduction

PDF Core Library is one of the layer of PDF-XChange Editor SDK and PDF-XChange Core PDF SDK. Interfaces of this layer provides an access to high level objects of PDF file, such as document, pages, annotations, form fields, etc.

It allows creation of new document as well as modification of existing documents. It also contains method to render PDF pages to devices or to image.