Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 15,564 for

pdf comparison

(0.06 sec)
  1. 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...
  2. Extract metadata from PDF documents | Documenta...

    This article explains that how to extract metadata from Pdf documents...Comparison Product Solution GroupDocs...data from PDF documents / Extract metadata from PDF documents...

    docs.groupdocs.com/parser/net/extract-metadata-...
  3. Create PDF with Image Redaction | Documentation

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....Comparison Product Solution GroupDocs...usage / Create PDF with Image Redaction Create PDF with Image Redaction...

    docs.groupdocs.com/redaction/python-net/create-...
  4. Search text in PDF documents | Documentation

    To search a keyword in Pdf documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Pdf document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Comparison Product Solution GroupDocs...Extract data from PDF documents / Search text in PDF documents Search...

    docs.groupdocs.com/parser/java/search-text-in-p...
  5. 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...
  6. Extract images from PDF documents | Documentation

    This article explains that how to extract images from Pdf documents...Comparison Product Solution GroupDocs...data from PDF documents / Extract images from PDF documents Extract...

    docs.groupdocs.com/parser/net/extract-images-fr...
  7. Search text in PDF documents | Documentation

    This article explains that how to search text from Pdf documents...Comparison Product Solution GroupDocs...Extract data from PDF documents / Search text in PDF documents Search...

    docs.groupdocs.com/parser/net/search-text-in-pd...
  8. 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...
  9. 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-...
  10. Parse data from PDF documents | Documentation

    This article explains that how to parse data from Pdf documents...Comparison Product Solution GroupDocs...Extract data from PDF documents / Parse data from PDF documents Parse...

    docs.groupdocs.com/parser/net/parse-data-from-p...