Sort Score
Result 10 results
Languages All
Labels All
Results 2,801 - 2,810 of 6,189 for

file comparison api

(0.21 sec)
  1. Save to stream | GroupDocs

    You might need to save a document to any custom File at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream FileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_File....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/redaction/java/save-to-stream/
  2. Save with default options | GroupDocs

    The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF File will be overwritten. The following example demonstrates usage of Save() method with default options. final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/redaction/java/save-with-def...
  3. Load document from InputStream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Merger for Java....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/merger/java/load-document-fr...
  4. Change page orientation | GroupDocs

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Java....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/merger/java/change-page-orie...
  5. Developer Guide | GroupDocs

    Step-by-step, runnable code examples for redacting text, metadata, images, annotations, and pages, loading and saving documents, rasterizing to PDF, and applying redaction policies with GroupDocs.Redaction for Python via .NET....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/redaction/python-net/develop...
  6. Developer Guide | GroupDocs

    Step-by-step, runnable code examples for adding area, shape, text-markup, watermark, link, and image annotations, reading and removing annotations, working with comments and replies, loading documents from any source, and saving with annotation-type and page filters using GroupDocs.Annotation for Python via .NET....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/annotation/python-net/develo...
  7. Limitations when rendering CAD drawings | Group...

    This article is about the limitations of GroupDocs.Viewer of rendering CAD Drawings....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/viewer/net/limitations-when-...
  8. Update document password | GroupDocs

    This article explains how to update password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/merger/net/update-document-p...
  9. Rotate pages | GroupDocs

    Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for Java Api....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/merger/java/rotate-pages/
  10. Swap pages | GroupDocs

    This article explains how to rearrange document pages for PDF, Word, Excel, PowerPoint and many other File types using GroupDocs.Merger for Java....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/merger/java/swap-pages/