PDF Core Library

From PDF XChange PDF SDK
Jump to: navigation, search
Line 6: Line 6:
 
'''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.
 
'''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.
  
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]].
+
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_DrawToIXCPage|image]].
  
  

Revision as of 13:05, 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.