Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 5,749 for

ape

(0.15 sec)
  1. Python で PDF アーティファクトをカウントする方法|Aspose.PDF for P...

    Python と、.NET 経由の Aspose.PDF for Python を使用して PDF ドキュメント内のページネーションアーティファクトを検査およびカウントする方法を学びましょう。...pdf as ap def count_pdf_artifacts ( infile...types on the first page.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ja/python-net/counting-arti...
  2. 在 Python 中处理 PDF 文件元数据|Aspose.PDF for Python vi...

    学习如何在 Python 中使用 Aspose.PDF 提取、更新和管理 PDF 文件元数据及 XMP 属性。...pdf as ap import datetime import sys from...Open PDF document document = ap . Document ( infile ) # Get document...

    docs.aspose.com/pdf/zh/python-net/pdf-file-meta...
  3. Archivio

    Archivio...pdf as ap # Carica il documento PDF di input document = ap.Document("input...testo della filigrana stamp = ap.TextStamp("CONFIDENTIAL") # Imposta...

    blog.aspose.com/it/pdf/add-watermark-in-pdf-in-...
  4. 在 Python 中从 PDF 中提取带标签的内容|Aspose.PDF for Python...

    学习如何通过 .NET 使用 Aspose.PDF for Python 在 Python 中提取带标签的 PDF 内容,包括访问带标签的内容、根结构和子结构元素。...pdf as ap from aspose.pycore import cast...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/zh/python-net/extract-tagge...
  5. Extraire le contenu balisé des PDF en Python|As...

    Découvrez comment extraire le contenu Tagged PDF en Python avec Aspose.PDF for Python via .NET, y compris l'accès au contenu balisé, à la structure racine et aux éléments de structure enfants....pdf as ap from aspose.pycore import cast...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/fr/python-net/extract-tagge...
  6. 記録

    記録...pdf as ap # PdfViewer オブジェクトを作成する viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # 印刷する PDF ファイルを含むディレクトリ パス path...

    blog.aspose.com/ja/pdf/print-pdf-in-python/
  7. Работа с заголовками в PDF|Aspose.PDF для Pytho...

    Создайте нумерацию в заголовках вашего PDF документа с помощью Python. Aspose.PDF для Python через .NET предлагает различные стили нумерации....pdf as ap document = ap . Document () document...document . page_info . margin = ap . MarginInfo () document . page_info...

    docs.aspose.com/pdf/ru/python-net/working-with-...
  8. Объединение PDF-файлов в Python|Aspose.PDF for ...

    Узнайте, как объединить несколько PDF-файлов в один документ в Python....pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/ru/python-net/merge-pdf/
  9. آرشیوها

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

    blog.aspose.com/fa/pdf/convert-pdf-to-image-in-...
  10. Change PDF Page Size in Python|Aspose.PDF for P...

    Learn how to read and change PDF page dimensions in Python....pdf as ap def set_page_size ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/change-page-size/