Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 4,431 for

ape

(0.59 sec)
  1. آرشیوها

    آرشیوها...pdf as ap # فایل PDF را بارگیری کنید document = ap.Document("input..."owner_password", ap.facades.DocumentPrivilege.forbid_all, ap.CryptoAlgorithm...

    blog.aspose.com/fa/pdf/encrypt-decrypt-pdf-in-p...
  2. How to convert PDF to Markdown | Aspose.PDF

    Do you know how easily convert PDF to Markdown using Python via .NET? Convert PDF to Markdown with high quality using Python via .NET Aspose.PDF library....pdf” module using the alias “ap.” This module likely contains...the PDF Document : document = ap.Document(input_pdf): Opens the...

    products.aspose.com/pdf/tutorial/convert-pdf-ma...
  3. 使用Python向PDF文档添加附件|Aspose.PDF for Python via .NET

    本页面描述了如何通过Aspose.PDF for Python via .NET库向PDF文件添加附件。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...设置要作为附件添加的新文件 fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/zh/python-net/add-attachmen...
  4. 使用 Python 添加背景到 PDF|Aspose.PDF for Python via .NET

    使用 Python 向您的 PDF 文件添加背景图像。使用 BackgroundArtifact 类。...pdf as ap # 创建一个新的 Document 对象 document = ap . Document ()...Background Artifact 对象 background = ap . BackgroundArtifact () # 为 backgroundartifact...

    docs.aspose.com/pdf/zh/python-net/add-backgrounds/
  5. Пример Hello World на Python|Aspose.PDF для Pyt...

    Этот пример демонстрирует, как создать простой PDF-документ с текстом Hello World, используя Aspose.PDF для Python через .NET....pdf as ap # Инициализировать объект документа document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/ru/python-net/hello-world-e...
  6. Importar y exportar anotaciones usando Python|A...

    Aprenda cómo importar anotaciones de un PDF y exportarlas a un nuevo documento PDF usando Aspose.PDF for Python via .NET.... source_document = ap . Document ( infile ) Crear el...página. destination_document = ap . Document () Agregar una página...

    docs.aspose.com/pdf/es/python-net/import-export...
  7. آرشیوها

    آرشیوها...pdf as ap input_pdf = DIR_INPUT + "sample...سند PDF را باز کنید document = ap.Document(input_pdf) # PDF را...

    blog.aspose.com/fa/pdf/convert-pdf-to-doc-in-py...
  8. Rotate PDF Pages in Python|Aspose.PDF for Pytho...

    Learn how to rotate PDF pages and change page orientation in Python....pdf as ap from os import path def rotate_page...infile , outfile ): document = ap . Document ( infile ) for page...

    docs.aspose.com/pdf/python-net/rotate-pages/
  9. Clase Stamp|Aspose.PDF for Python via .NET

    Aprenda cómo trabajar con la clase Stamp para agregar sellos de imagen, PDF y basados en texto a documentos PDF en Python....pdf as ap import aspose.pdf.facades as...def _create_text_state () -> ap . text . TextState : """Create...

    docs.aspose.com/pdf/es/python-net/stamp-class/
  10. 아카이브

    아카이브...pdf as ap # 입력 PDF 문서 로드 document = ap.Document("input...Document("input.pdf") # 워터마크 텍스트 설정 stamp = ap.TextStamp("CONFIDENTIAL") # 워터마크...

    blog.aspose.com/ko/pdf/add-watermark-in-pdf-in-...