Metadata PDF functions
Metadata PDF functions
Name | Description |
---|---|
AsposePdfSetInfo | Set info (metadata) in a PDF-file. |
AsposePdfGetInfo | Get info (metadata) from a PDF-file. |
AsposePdfGetAllFonts | Get list fonts from a PDF-file. |
AsposePdfRemoveMetadata | Remove metadata from a PDF-file. |
AsposePdfGetWordsCharactersCount | Get words and characters count in a PDF-file. |
AsposePdfGetPagesLayers | Get list layers from a PDF-file. |
Detailed Description
Functions for working with Metadata PDF files.
CommonJS
const AsposePdf = require('asposepdfnodejs');
ECMAScript/ES6
import AsposePdf from 'asposepdfnodejs';