RecAPI
RecPDFAPI

This is the API extension for managing page-level manipulations of PDF files. RecPDF API-level of CSDK is supported on: Windows, Linux, Mac OS X. More...

Modules

 RecPDF Module
 

This is the "C" level API of RecPDFAPI. RecPDF API-level of CSDK is supported on: Windows, Linux, Mac OS X.


 RecPDFS
 

Dynamic linking of RecPDF. This module is supported on: Windows.



Detailed Description

This is the API extension for managing page-level manipulations of PDF files. RecPDF API-level of CSDK is supported on: Windows, Linux, Mac OS X.

This part of OP CSDK is an extension to the KernelAPI and RecAPIPlus. It manages PDF files on the page level. It can copy, move, or delete pages of PDF files. It is also able to extract information from them, or change their pages.

RecPDF is a mostly operation based API. The page-level modifications are passed to the operation, and at the end the operation executes all of the changes at the same time. Operations can be cancelled as well if it turns out that no modification is needed.

A document-level modification is also accessible on this API (rPdfCompact). It does not use operations, but works directly on PDF files.

See also:
RecPDFAPI related pages