Core functions

Core functions

Name Description
AsposePdfExtractText Extract text from PDF file.
AsposePdfOptimize Optimize PDF file.
AsposePdfEncrypt Encrypt PDF file.
AsposePdfDecrypt Decrypt PDF file.
AsposePdfMerge2Files Merge two PDF files.
AsposePdfSplit2Files Split two PDF files.
AsposePdfAddImage Add image to end PDF file.
AsposePdfAddStamp Add stamp to PDF file.
AsposePdfPagesToJpg Convert PDF file to JPG files.
AsposePdfPagesToPng Convert PDF file to PNG files.
AsposePdfDeletePages Delete pages from PDF file.
AsposePdfAddPageNum Add page number to PDF file.
AsposePdfAddBackgroundImage Add background image to PDF file.
AsposePdfGetInfo Get info (metadata) from PDF file.
AsposePdfSetInfo Set info (metadata) in PDF file.

Detailed Description

Main functions for working with PDF files.

<!-- Load and initiate Aspose.PDF for JavaScript via C++ -->
<script type="text/javascript" async src="AsposePDFforJS.js"></script>

Aspose.PDF for JavaScript via C++ uses an internal memory file system (MemoryFS) to manipulate PDF files.