Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 5,741 for

ape

(0.09 sec)
  1. Travailler avec les En-têtes dans PDF|Aspose.PD...

    Créez une numérotation dans l'en-tête de votre document PDF avec Python. Aspose.PDF pour Python via .NET offre différents types de styles de numérotation....pdf as ap document = ap . Document () document...document . page_info . margin = ap . MarginInfo () document . page_info...

    docs.aspose.com/pdf/fr/python-net/working-with-...
  2. 档案

    档案...pdf as ap # 创建 PdfViewer 对象 viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # 包含要打印的 PDF 文件的目录路径 path = "D:\\Files\\"...

    blog.aspose.com/zh/pdf/print-pdf-in-python/
  3. Lưu trữ

    Lưu trữ...pdf as ap # Tạo đối tượng PdfViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Đường dẫn thư mục chứa file...

    blog.aspose.com/vi/pdf/print-pdf-in-python/
  4. Salvar documento PDF programaticamente|Aspose.P...

    Aprenda como salvar arquivo PDF em Python Aspose.PDF para biblioteca Python via .NET. Salvar documento PDF no sistema de arquivos, no fluxo e em aplicações Web....pdf as ap document = ap . Document ( input_pdf... import aspose.pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/pt/python-net/save-pdf-docu...
  5. Compter les artefacts PDF en Python|Aspose.PDF ...

    Apprenez à inspecter et à compter les artefacts de pagination dans les documents PDF en utilisant Python avec Aspose.PDF for Python via .NET....pdf as ap def count_pdf_artifacts ( infile...types on the first page.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/fr/python-net/counting-arti...
  6. 在 Python 中统计 PDF 工件|Aspose.PDF for Python via .NET

    了解如何使用 Python 通过 Aspose.PDF for Python via .NET 检查并统计 PDF 文档中的分页工件。...pdf as ap def count_pdf_artifacts ( infile...types on the first page.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/zh/python-net/counting-arti...
  7. 아카이브

    아카이브...pdf as ap 이제 Aspose.PDF를 사용하여 PDF를 효과적으로...import aspose.pdf as ap # 새 문서를 만드세요 document = ap.Document() # 페이지...

    blog.aspose.com/ko/pdf/best-python-pdf-library/
  8. Получить, обновить и развернуть закладки PDF в ...

    Узнайте, как извлекать, обновлять и развертывать закладки в PDF‑документах с помощью Python....pdf as ap def get_bookmarks ( input_pdf ): document = ap . Document...import sys import aspose.pdf as ap def get_bookmark_page_number...

    docs.aspose.com/pdf/ru/python-net/get-update-an...
  9. 改进多列 PDF 的文本提取|Aspose.PDF for Python via .NET

    了解使用 Aspose.PDF for Python 改进多列 PDF 布局中文本提取的技术。...pdf as ap def extract_text_reduce_font...""" doc = ap . Document ( infile ) frag_absorber = ap . text ....

    docs.aspose.com/pdf/zh/python-net/text-extracti...
  10. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Discover how to manipulate tables in an existing PDF document using Python .NET, simplifying your document editing tasks....pdf as ap # Load existing PDF file pdf_document = ap . Document...object to find tables absorber = ap . text . TableAbsorber () # Visit...

    docs.aspose.com/pdf/python-net/manipulate-table...