Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 3,063 for

import document

(1.82 sec)
  1. 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. use_advanced_rasterization_options.py from groupdocs.redaction Import Redactor from groupdocs.redaction.options Import SaveOptions, AdvancedRasterizationOptions from groupdocs.redaction.redactions Import ExactPhraseRedaction, ReplacementOptions def use_advanced_rasterization_options(): # Specify the redaction options repl_opt = ReplacementOptions("[personal]") ex_red = ExactPhraseRedaction("John Doe", repl_opt) # Load the Document to be redacted with Redactor("....Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product.../ Advanced usage / Saving documents / Use advanced rasterization...

    docs.groupdocs.com/redaction/python-net/use-adv...
  2. 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....Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...streams directly. To load a document from a stream, follow these...

    docs.groupdocs.com/parser/python-net/load-file-...
  3. Load from Stream | GroupDocs

    This article shows that how to load file from stream using redaction API...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...Advanced usage / Loading documents / Load from Stream Load from...

    docs.groupdocs.com/redaction/python-net/load-fr...
  4. 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 Python via .NET features....Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...shows how to open an input document, convert it to an intermediate...

    docs.groupdocs.com/editor/python-net/save-html-...
  5. Get text coordinates | GroupDocs

    Learn how to obtain text coordinates when rendering your Documents with Image Viewer by GroupDocs and place text over rendered Document page image....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PNG or JPEG /...

    docs.groupdocs.com/viewer/java/image-viewer-get...
  6. Compare multiple documents | GroupDocs

    Learn more about how to compare multiple Word Documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...Compare multiple documents Compare multiple documents Leave feedback...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  7. Search for Metadata e-Signatures | GroupDocs

    This article explains how to search for metadata electronic signatures within Document pages using GroupDocs.Signature for Python via .NET API....Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...electronic signatures in documents. Metadata signatures allow...

    docs.groupdocs.com/signature/python-net/search-...
  8. Save to Stream | GroupDocs

    This article demonstrates that how to save a Document to any custom file at any location on the local disc or a even a Stream...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product.../ Advanced usage / Saving documents / Save to Stream Save to Stream...

    docs.groupdocs.com/redaction/python-net/save-to...
  9. Adding image watermarks | GroupDocs

    Add image watermarks from file or stream using GroupDocs.Watermark for Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...ImageWatermark to a document. If the document consists of multiple...

    docs.groupdocs.com/watermark/python-net/adding-...
  10. Removing found watermarks | GroupDocs

    Find and remove text, image, and hyperlink watermarks using Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...and remove them from the document. import groupdocs.watermark as...

    docs.groupdocs.com/watermark/python-net/removin...