Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 465 for

py

(0.19 sec)
  1. Get Source and Target Text from Files | GroupDocs

    Read the source and target text for each detected change to power side-by-side diff review tools or downstream analytics using GroupDocs.Comparison for Python via .NET....py from groupdocs.comparison import...get_source_and_target_text_stream.py from groupdocs.comparison import...

    docs.groupdocs.com/comparison/python-net/develo...
  2. Licensing and evaluation | GroupDocs

    GroupDocs.Annotation for Python via .NET offers flexible licensing options, including evaluation mode and a 30-day Temporary License for evaluation purposes....py import os from groupdocs.annotation...resource: set_license_from_stream.py import os from groupdocs.annotation...

    docs.groupdocs.com/annotation/python-net/licens...
  3. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Signature for Python via .NET inside Docker containers with examples, troubleshooting tips, and best practices....py # Main application code ├── 📄..."sign_pdf_with_text.py" ] sign_pdf_with_text.py import os import...

    docs.groupdocs.com/signature/python-net/getting...
  4. Image redactions | GroupDocs

    This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....py from groupdocs.redaction import...other image: clean_image_metadata.py from groupdocs.redaction import...

    docs.groupdocs.com/redaction/python-net/image-r...
  5. Clear watermarks | GroupDocs

    Search for and remove existing text or image watermarks using GroupDocs.Watermark for Python via .NET....py from groupdocs.watermark import...same way: clear_image_watermark.py from groupdocs.watermark import...

    docs.groupdocs.com/watermark/python-net/basic-u...
  6. Get document info | GroupDocs

    Retrieve file type, page count, and size of a document using GroupDocs.Watermark for Python via .NET....py from groupdocs.watermark import...get_document_info_from_stream.py import io from groupdocs.watermark...

    docs.groupdocs.com/watermark/python-net/get-doc...
  7. Working with spreadsheet document attachments |...

    Extract, add, remove, and watermark the OLE attachments embedded in Excel worksheets using GroupDocs.Watermark for Python via .NET....py from groupdocs.watermark import...removing by index: remove_attachment.py from groupdocs.watermark import...

    docs.groupdocs.com/watermark/python-net/working...
  8. Konwertuj kod źródłowy na PDF w C# | Python, PH...

    Przekształć pliki kodu źródłowego do formatu PDF w języku C#. Konwertuj pliki Python, Java, PHP i inne języki programowania do formatu PDF za pomocą interfejsu API .NET do konwersji dokumentów....py do właściwej metody. Poniższe...PdfViewOptions . Przekonwertuj plik .py na format PDF, używając właściwej...

    blog.groupdocs.com/pl/viewer/convert-source-cod...
  9. 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("....py from groupdocs.redaction import...use_grayscale_rasterization_option.py from groupdocs.redaction import...

    docs.groupdocs.com/redaction/python-net/use-adv...
  10. Specify File Type for Comparison Manually | Gro...

    Manually specify the file type when an extension is missing or wrong, using LoadOptions and FileType from GroupDocs.Comparison for Python via .NET....py from groupdocs.comparison import...XML , FileType.YAML , FileType.PY , FileType.JS , FileType.CS ...

    docs.groupdocs.com/comparison/python-net/develo...