Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 479 for

py

(0.05 sec)
  1. Annotation redactions | GroupDocs

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....py from groupdocs.redaction import...document, e.g.: redact_annotations.py from groupdocs.redaction import...

    docs.groupdocs.com/redaction/python-net/annotat...
  2. 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...
  3. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document....py from groupdocs.markdown import...instance API load_password_instance.py from groupdocs.markdown import...

    docs.groupdocs.com/markdown/python-net/load-a-p...
  4. Adding image watermarks | GroupDocs

    Add image watermarks from a file or a stream using GroupDocs.Watermark for Python via .NET....py from groupdocs.watermark import...add_image_watermark_from_stream.py import io from groupdocs.watermark...

    docs.groupdocs.com/watermark/python-net/adding-...
  5. 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...
  6. 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...
  7. C#에서 소스 코드를 PDF로 변환 | 파이썬, PHP, 자바, CPP 등

    C#에서 소스 코드 파일을 PDF 형식으로 변환합니다. 문서 변환 .NET API를 사용하여 Python, Java, PHP 및 기타 프로그래밍 언어 파일을 PDF로 변환합니다....py 파일을 올바른 방법으로 제공하기만 하면 됩니다. 다음...정의합니다. 올바른 View() 메서드를 사용하여 .py 파일을 PDF로 변환합니다. 다음 C# 코드 예제에서는...

    blog.groupdocs.com/ko/viewer/convert-source-cod...
  8. Customize watermarks | GroupDocs

    Adjust text or image watermark appearance and position — color, font, rotation, opacity, sizing, and alignment — using GroupDocs.Watermark for Python via .NET....py from groupdocs.watermark import...it: customize_image_watermark.py from groupdocs.watermark import...

    docs.groupdocs.com/watermark/python-net/basic-u...
  9. Existing objects in word processing document | ...

    Inspect, modify, and remove existing shapes (potential watermarks) in Word documents using GroupDocs.Watermark for Python via .NET....py from groupdocs.watermark import...index: remove_and_modify_shapes.py from groupdocs.watermark import...

    docs.groupdocs.com/watermark/python-net/existin...
  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...