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

ape

(0.35 sec)
  1. 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...
  2. Aspose.Page for Python – よくある質問

    Aspose.Page の pure‑Python ライブラリのインストール、ライセンス、サポートされている形式、変換、レンダリング、編集、パフォーマンス、トラブルシューティングをカバーする包括的な FAQ。...page as ap 2 license = ap. License () 3 license...import aspose.page as ap 2 3 doc = ap. Document ( ' sample. ps...

    docs.aspose.com/page/ja/python-net/faq/
  3. Действия в PDF в Python|Aspose.PDF for Python v...

    Узнайте, как добавлять, обновлять и удалять действия документов, страниц и форм в PDF‑файлах с использованием Python....pdf as ap from aspose.pycore import is_assignable...infile , outfile ): document = ap . Document ( infile ) # Add JavaScript...

    docs.aspose.com/pdf/ru/python-net/actions/
  4. 使用 Python 为 PDF 添加页码|Aspose.PDF for Python via ...

    Aspose.PDF for Python via .NET 允许您使用 PageNumber Stamp 类为 PDF 文件添加页码。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...# 创建页码图章 page_number_stamp = ap . PageNumberStamp () # 图章是否为背景...

    docs.aspose.com/pdf/zh/python-net/add-page-number/
  5. 在 Python 中使用智能卡签署 PDF 文档|Aspose.PDF for Python ...

    了解如何在 Python 中使用智能卡和外部证书签署 PDF 文档。...pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/zh/python-net/sign-pdf-docu...
  6. Signer des documents PDF à partir d'une carte à...

    Apprenez comment signer des documents PDF avec des cartes à puce et des certificats externes en Python....pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/fr/python-net/sign-pdf-docu...
  7. الحصول على، تحديث وتوسيع إشارة مرجعية باستخدام ...

    تصف هذه المقالة كيفية استخدام الإشارات المرجعية في ملف PDF باستخدام مكتبة Aspose.PDF لبايثون....pdf as ap # افتح المستند document = ap . Document ( input_pdf...as ap # إنشاء محرر الإشارات المرجعية bookmarkEditor = ap . facades...

    docs.aspose.com/pdf/ar/python-net/get-update-an...
  8. Working with XFA Forms|Aspose.PDF for Python vi...

    Aspose.PDF for Python via .NET API lets you work with XFA and XFA Acroform fields in a PDF document....pdf as ap import sys from os import path...to standard AcroForm.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/python-net/xfa-forms/
  9. Python에서 다른 파일 형식을 PDF로 변환|Aspose.PDF for Pytho...

    .NET을 통해 파이썬용 Aspose.PDF 를 사용하여 EPUB, 마크다운, PCL, XPS, 포스트스크립트, XML 및 LaTeX 파일을 파이썬에서 PDF로 변환하는 방법을 알아봅니다....pdf as ap import sys def convert_OFD_to_PDF...load_options = ap . OfdLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/ko/python-net/convert-other...
  10. Anotações e Texto Especial usando Python|Aspose...

    Aprenda como extrair texto de anotações de selo, texto destacado e conteúdo de sobrescrito/subscrito em documentos PDF usando Aspose.PDF for Python....pdf as ap def extract_text_from_stamp (...will be saved. """ document = ap . Document ( infile ) try : page...

    docs.aspose.com/pdf/pt/python-net/annotation-an...