Sort Score
Result 10 results
Languages All
Labels All
Results 4,241 - 4,250 of 11,358 for

document comparison

(0.78 sec)
  1. Saving to HTML with External Resource Files | G...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an assembled Document loaded from a non-HTML format is being saved to HTML. From now on, when saving an assembled Document to an HTML file, by default, external resource files are stored to a folder having the same name as the HTML file without extension plus the “_files” suffix....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/saving-to-html-...
  2. Working with worksheet headers and footers | Gr...

    This article explains how to work with worksheet headers and footers while using GroupDocs watermarking Java API...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/working-with-...
  3. Features Overview | GroupDocs

    A .NET metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/features-overview/
  4. How to Sign DOCX with Barcode Signature using Java

    Efficiently obtain assistance to sign DOCX with Barcode signature using Java. Also, we will supply code example to to create Barcode signature in DOCX using Java....Comparison Product Family GroupDocs...trustworthiness and security of document signatures is of utmost importance...

    kb.groupdocs.com/signature/java/how-to-sign-doc...
  5. 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/
  6. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted Document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the Document in original format overwriting original file redactor.save(options); } } finally { redactor....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-overwrit...
  7. Rotate pages | GroupDocs

    This article explains how to rotate PDF, HTML or Image pages when rendering Documents with GroupDocs.Viewer within your .NET applications....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/flip-or-rotate-pa...
  8. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the Document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the Document format must be specified manually: Markdown Documents MHTML Documents OTP Documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the Document format for Markup Document. Instantiate the LoadOptions object and pass the Document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/loading-specific...
  9. Remove Metadata from RTF using C#

    Learn how to efficiently remove metadata from RTF using C# with a code that demonstrates how to delete metadata from RTF in C# without installing extra software....Comparison Product Family GroupDocs...Format ( RTF ) is a widely used document format that supports text...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  10. Scan QR Code from RTF using C#

    This guide explains how to scan QR Code from RTF using C#, with a code example to help you efficiently extract QR Code from RTF in C#, ensuring a smooth and seamless process....Comparison Product Family GroupDocs...retrieve embedded data from documents becomes essential. When you...

    kb.groupdocs.com/parser/net/scan-qrcode-from-rt...