Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 15,886 for

pdf comparison

(0.04 sec)
  1. Extract data from PDF documents | Documentation

    GroupDocs.Parser provides the functionality to extract data from Pdf documents. Also password-protected Pdfs and Pdf portfolios are supported. The following examples demonstrate how to extract data from Pdf documents:...Comparison Product Solution GroupDocs...Extract data from PDF documents Extract data from PDF documents Leave...

    docs.groupdocs.com/parser/net/extract-data-from...
  2. Save in rasterized PDF | Documentation

    The following example demonstrates how to save the document as a rasterized Pdf file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPdf(true); // Saving as rasterized Pdf with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Comparison Product Solution GroupDocs...Save in rasterized PDF Save in rasterized PDF Leave feedback The...

    docs.groupdocs.com/redaction/java/save-in-raste...
  3. Extract metadata from PDF documents | Documenta...

    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....Comparison Product Solution GroupDocs...data from PDF documents / Extract metadata from PDF documents...

    docs.groupdocs.com/parser/java/extract-metadata...
  4. Pdf Digitally signing | Documentation

    This article explains how to sign document with Digital electronic signatures using advanced options with GroupDocs.Signature API....Comparison Product Solution GroupDocs...Electronic Signatures / ✎ Pdf digitally signing Pdf Digitally signing...

    docs.groupdocs.com/signature/net/sign-document-...
  5. Optimize the output PDF file | Documentation

    This topic describes how to optimize Pdf file in the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....Comparison Product Solution GroupDocs...documents / Render to PDF / Optimize the output PDF file Optimize the...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  6. Optimize the output PDF file | Documentation

    This topic describes how to optimize Pdf file in the GroupDocs.Viewer Java API for web browser or to reduce size....Comparison Product Solution GroupDocs...documents / Render to PDF / Optimize the output PDF file Optimize the...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  7. Extract attachments from PDF portfolios | Docum...

    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....Comparison Product Solution GroupDocs...data from PDF documents / Extract attachments from PDF portfolios...

    docs.groupdocs.com/parser/java/extract-attachme...
  8. Select specific pages for rasterized PDF | Docu...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized Pdf...Comparison Product Solution GroupDocs...rasterized PDF Select specific pages for rasterized PDF Leave feedback...

    docs.groupdocs.com/redaction/net/select-specifi...
  9. Load PDF document with options | Documentation

    Learn this article and check how to load and convert Pdf documents with advanced options using GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs...types / Load PDF document with options Load PDF document with...

    docs.groupdocs.com/conversion/net/load-pdf-docu...
  10. Optimize spreadsheets in a PDF file | Documenta...

    This topic describes how to optimize spreadsheets in a Pdf file using the GroupDocs.Viewer Java API....Comparison Product Solution GroupDocs...documents / Render to PDF / Optimize the output PDF file / Optimize...

    docs.groupdocs.com/viewer/java/optimization-pdf...