Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 421 for

py

(0.49 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("....py from groupdocs.redaction import...use_grayscale_rasterization_option.py from groupdocs.redaction import...

    docs.groupdocs.com/redaction/python-net/use-adv...
  2. GroupDocs.Search .NET w Pythonie | Kompletny pr...

    Opanuj integrację GroupDocs.Search dla .NET z Pythonem przy użyciu Pythonnet. Poznaj 2 podejścia implementacyjne, aby rozwiązać problemy z rozwiązywaniem zależności, wraz z kompletnymi przykładami kodu dla metod opartych na wrapperze i ręcznego rozwiązywania typów....py) import os import sys import...Resolution (run_search_manual.py) import os import sys import...

    blog.groupdocs.com/pl/search/python-integration/
  3. GroupDocs.Search .NET v Pythonu | Kompletní prů...

    Ovládněte integraci GroupDocs.Search pro .NET s Pythonem pomocí Pythonnet. Seznamte se se 2 přístuPy implementace k řešení problémů s rozlišením závislostí, včetně kompletních ukázek kódu pro metody založené na obalu i ruční rozlišení typů....py) import os import sys import...Resolution (run_search_manual.py) import os import sys import...

    blog.groupdocs.com/cs/search/python-integration/
  4. Install GroupDocs.Markdown for Python via .NET ...

    How to install and run GroupDocs.Markdown for Python via .NET on Linux, macOS, and in Docker containers....py" ] Slim image Slim Python images... . CMD [ "python" , "convert.py" ] Slim vs non-slim comparison...

    docs.groupdocs.com/markdown/python-net/installa...
  5. Get List of Changes | GroupDocs

    Retrieve the collection of detected changes after a comparison and iterate over them programmatically using GroupDocs.Comparison for Python via .NET....py from groupdocs.comparison import...streams get_list_of_changes_stream.py from groupdocs.comparison import...

    docs.groupdocs.com/comparison/python-net/develo...
  6. Get document info | GroupDocs

    Retrieve document metadata such as format, page count, title, and author without converting...py from groupdocs.markdown import...instance method get_info_instance.py from groupdocs.markdown import...

    docs.groupdocs.com/markdown/python-net/get-docu...
  7. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format....py from groupdocs.markdown import...programmatically: get_supported_formats.py from groupdocs.markdown import...

    docs.groupdocs.com/markdown/python-net/load-a-f...
  8. Logging and Diagnostics | GroupDocs

    Capture trace, warning, and error messages from document rendering using ConsoleLogger and FileLogger with GroupDocs.Viewer for Python via .NET....py from groupdocs.viewer import...constructor: write_logs_to_file.py from groupdocs.viewer import...

    docs.groupdocs.com/viewer/python-net/developer-...
  9. Merge PDF | GroupDocs

    Follow this guide and learn how to merge PDF files, combine several PDFs into one using GroupDocs.Merger for Python via .NET API and couple lines of code...py from groupdocs.merger import...output. merge_pdf_with_bookmarks.py from groupdocs.merger import...

    docs.groupdocs.com/merger/python-net/merge-pdf/
  10. Get Document Information | GroupDocs

    Detect file type, file size, and page count of a document using GroupDocs.Comparison for Python via .NET — from file paths or streams....py from groupdocs.comparison import...get_document_info_from_stream.py from groupdocs.comparison import...

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