Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 12,787 for

docx comparison

(0.81 sec)
  1. Saving a File to an Output Stream | GroupDocs

    This article demonstrates how to convert a file and save it as a stream using GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...to convert a Word document ( .docx ) to a PDF file and save the...

    docs.groupdocs.com/conversion/java/save-file-to...
  2. Quick Start Guide | GroupDocs

    Set up a virtual environment, install groupdocs-metadata-net, and run three minimal examples — read metadata, remove all metadata, and inspect a document — in under five minutes....Comparison Product Solution GroupDocs...license_path ) with Metadata ( "./input.docx" ) as metadata : # `lambda p:...

    docs.groupdocs.com/metadata/python-net/getting-...
  3. GroupDocs.Total for Python via .NET Overview | ...

    GroupDocs.Total for Python via .NET is a comprehensive collection of all GroupDocs on-premise .NET APIs, compiled monthly to include the latest versions for document processing and automation....Comparison Product Solution GroupDocs...document formats, including PDF, DOCX, XLSX, PPTX, and more — all...

    docs.groupdocs.com/total/python-net/product-ove...
  4. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.Docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....Comparison Product Solution GroupDocs...redactor = new Redactor ( @"sample.docx" )) { // Save the document with...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  5. Save HTML to Folder | GroupDocs

    This article explains how to save an edited document in HTML form to a folder on local disk using GroupDocs.Editor for Node.js via Java features....Comparison Product Solution GroupDocs...= 'C:\\input_path\\document.docx' ; // Path to some document...

    docs.groupdocs.com/editor/nodejs-java/save-html...
  6. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Parser for Python via .NET....Comparison Product Solution GroupDocs...binary stream with open ( "sample.docx" , "rb" ) as stream : # Create...

    docs.groupdocs.com/parser/python-net/load-file-...
  7. Add a Watermark to Converted Document | GroupDocs

    Stamp a text watermark on every page of a converted document with GroupDocs.Conversion for Python via .NET — control colour, size, position, rotation, transparency, and foreground or background placement via WatermarkTextOptions....Comparison Product Solution GroupDocs...demonstrates how to convert DOCX document to PDF and add a watermark:...

    docs.groupdocs.com/conversion/python-net/develo...
  8. Indexing password protected documents | GroupDocs

    This article demonstrates that how to perform indexing of password protected documents....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/indexing-password...
  9. Use redaction policies | GroupDocs

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....Comparison Product Solution GroupDocs...call with Redactor ( "./sample.docx" ) as redactor : redactor ....

    docs.groupdocs.com/redaction/python-net/use-red...
  10. Remove metadata properties | GroupDocs

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....Comparison Product Solution GroupDocs...document. Ex: @"C:\Docs\source.docx" try ( Metadata metadata = new...

    docs.groupdocs.com/metadata/java/remove-metadat...