To extract metadata from Pdf documents getMetadata method is used. This method allows to extract the following metadata:
Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved....Conversion Product Solution GroupDocs...data from PDF documents / Extract metadata from PDF documents...
Optimize Pdfs for faster browser display using GroupDocs.Viewer. Reduce load times and improve user experience....Conversion Product Solution GroupDocs...Render to PDF / Optimize the output PDF file / Optimize a PDF file...
Extract attachments from Pdf portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects.
Here are the steps to extract an attachment text from Pdf Portfolios:
Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and get container item names, sizes and obtain content....Conversion Product Solution GroupDocs...data from PDF documents / Extract attachments from PDF portfolios...
This article explains how to add attachment to Pdf document with GroupDocs.Merger within your Java applications....Conversion Product Solution GroupDocs...attachment to PDF document How to add attachment to PDF document Leave...
To extract data from Pdf documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data.
Here are the steps to extract data from Pdf Form:
Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in Pdf form and send it by email (for example)....Conversion Product Solution GroupDocs...Extract data from PDF documents / Parse data from PDF documents Parse...
Protect a Pdf with an open password and restrict specific operations such as printing using PdfSecurityOptions and PdfSecurityPermissions with GroupDocs.Merger for Python via .NET....Conversion Product Solution GroupDocs...Operations / PDF Password with Permissions Add Password to PDF with Permissions...
Remove or modify Pdf page objects (XObjects, artifacts, annotations) using Python via .NET....Conversion Product Solution GroupDocs...watermarks / To PDF documents / Existing objects in PDF document Existing...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert email messages to HTML, Pdf, PNG, and JPEG formats....Conversion Product Solution GroupDocs...Render email messages as HTML, PDF, PNG, and JPEG files Leave feedback...
Automate Pdf watermark compliance checks using GroupDocs.Watermark for .NET....Conversion Product Solution GroupDocs...Auditing for PDF Compliance Watermark Auditing for PDF Compliance...
Learn how to merge images to Pdf file, combine images into one Pdf file programmatically in Java language using GroupDocs.Merger for Java library....Conversion Product Solution GroupDocs...images to PDF using Java How to merge images to PDF using Java...