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

py

(1.12 sec)
  1. 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/
  2. 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...
  3. 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...
  4. Licensing and Subscription | GroupDocs

    Free evaluation version simply becomes licensed when you set the license. You can set the license in a number of ways that are described in the next sections of this article....py import os from groupdocs.editor...object). set_license_from_stream.py import os from groupdocs.editor...

    docs.groupdocs.com/editor/python-net/licensing-...
  5. Convert specific pages | GroupDocs

    This article demonstrates how to convert specific document pages by page number using GroupDocs.Markdown for Python via .NET API....py from groupdocs.markdown import...convert_specific_pages_instance.py from groupdocs.markdown import...

    docs.groupdocs.com/markdown/python-net/convert-...
  6. Remove page redactions | GroupDocs

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....py from groupdocs.redaction import...a document: remove_last_page.py from groupdocs.redaction import...

    docs.groupdocs.com/redaction/python-net/remove-...
  7. Converteer broncode naar pdf in C# | Python, PH...

    Transformeer broncodebestanden naar PDF-formaat in C#. Converteer Python-, Java-, PHP- en andere programmeertaalbestanden naar PDF met behulp van documentconversie .NET API....py-bestand op de juiste manier op...PdfViewOptions . Converteer het .py-bestand naar PDF met de juiste...

    blog.groupdocs.com/nl/viewer/convert-source-cod...
  8. แปลงซอร์สโค้ดเป็น PDF โดยใช้ Java | Python, PHP...

    แปลงไฟล์ซอร์สโค้ดเป็นรูปแบบ PDF ใน Java แปลงไฟล์ Python, Java, PHP และภาษาโปรแกรมอื่นๆ เป็น PDF โดยใช้ API การแปลงเอกสาร...py ที่ถูกต้อง ขั้นตอนต่อไปนี้ช่วยให้คุณแปลงรหัส...ลาส PdfViewOptions แปลงไฟล์ .py ที่โหลดเป็น PDF โดยใช้วิธี view()...

    blog.groupdocs.com/th/viewer/convert-source-cod...
  9. 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...
  10. 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...