Sort Score
Result 10 results
Languages All
Labels All
Results 4,911 - 4,920 of 11,511 for

document comparison

(2.79 sec)
  1. Save in rasterized PDF | GroupDocs

    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...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-in-raste...
  2. Signature Use Cases | GroupDocs

    In this section you will find examples of using GroupDocs.Signature for .NET while Documents processing....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/signature-use-...
  3. Extract text from EPUB eBooks | GroupDocs

    To extract text from EPUB e-books GetText and GetText(pageIndex) methods is used. These methods allow to extract text from the entire Document or a text from the selected page. Raw mode is not supported for EPUB....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-text-from...
  4. Extract images from Emails | GroupDocs

    To extract images from emails getImages method is used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from emails as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the Document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null. If an email has no images, getImages method returns an empty collection....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-images-f...
  5. GroupDocs.Parser for Java | GroupDocs

    Note Welcome to the GroupDocs.Parser for Java GroupDocs.Parser is a convenient text extractor API that permits users to extract raw or formatted text from different Document formats. Besides, the user can extract metadata from the Document. GroupDocs.Parser for Java Resources Following are the links to some useful resources you may need to accomplish your tasks. GroupDocs.Parser for Java Online Documentation GroupDocs.Parser for Java Features GroupDocs.Parser for Java Limitations GroupDocs.Parser for Java Release Notes GroupDocs....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/
  6. Reorder pages | GroupDocs

    Reorder pages when rendering Documents to PDF with GroupDocs.Viewer for Java...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/reorder-pages/
  7. How to Add Text Signature to RTF using C#

    In this guide, we will walk you through the steps to add text signature to RTF using C#. we will supply you with code example to insert text signature to RTF in C#....Comparison Product Family GroupDocs...your RTF (Rich Text Format) documents can personalize your content...

    kb.groupdocs.com/signature/net/how-to-add-text-...
  8. Add Text Watermark to PPTX using C#

    Learn how to add text watermark to PPTX using C#, without extra software installation. Additionally, you'll get code required to insert text watermark to PPTX in C#....Comparison Product Family GroupDocs...semi-transparent text overlay added to a document or presentation to convey...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  9. Merge SVG files using C#

    This article will outline essential steps to merge SVG files using C# and offer a sample code example to illustrate the process of how to combine SVG files in C#....Comparison Product Family GroupDocs...method, expanding the merged document’s content Finish the merging...

    kb.groupdocs.com/merger/net/merge-svg-files-usi...
  10. Scan Barcode from PPTX using Java

    Learn how to scan barcode from PPTX using Java. To facilitate efficient and seamless barcode extraction, it includes an example to extract barcode from PPTX in Java....Comparison Product Family GroupDocs...control, event planning, and document management. This article focuses...

    kb.groupdocs.com/parser/java/scan-barcode-from-...