Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 5,749 for

ape

(0.97 sec)
  1. PDFにページ番号を追加する方法 (Python)|Aspose.PDF for Python...

    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/ja/python-net/add-page-number/
  2. إنشاء PDF متوافق مع PDF/3-A وإرفاق فاتورة ZUGFe...

    تعلم كيفية إنشاء مستند PDF مع ZUGFeRD في Aspose.PDF لبايثون عبر .NET...PDF وإعطائها اختصار ap للراحة. تعريف المسار إلى الدليل...ZUGFeRD. import aspose.pdf as ap # تحديد المسار إلى الدليل حيث...

    docs.aspose.com/pdf/ar/python-net/attach-zugferd/
  3. Comprobar límites de forma en gráficos PDF con ...

    Aprenda cómo validar los límites de forma en colecciones de gráficos PDF con Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/es/python-net/aspose-pdf-dr...
  4. Abrir documento PDF programaticamente|Aspose.PD...

    Aprenda como abrir um arquivo PDF em Python Aspose.PDF para biblioteca Python via C++. Você pode abrir um PDF existente, documento de um fluxo e documento PDF criptografado....AsposePDFPythonWrapp as ap # Abrir documento document = ap . Document (...AsposePDFPythonWrapp as ap # Abrir documento document = ap . Document (...

    docs.aspose.com/pdf/pt/python-cpp/open-pdf-docu...
  5. Удалить таблицы из существующего PDF|Aspose.PDF...

    Узнайте, как удалить одну или несколько таблиц из существующих PDF‑документов на Python....pdf as ap from os import path import sys...existing PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ru/python-net/removing-tables/
  6. Remove Tables from Existing PDF Documents|Aspos...

    Learn how to remove one or more tables from existing PDF documents in Python....pdf as ap from os import path import sys...existing PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/python-net/removing-tables/
  7. Remove Tables from existing PDF|Aspose.PDF for ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pdf as ap # Load existing PDF document pdf_document = ap . Document...object to find tables absorber = ap . text . TableAbsorber () # Visit...

    docs.aspose.com/pdf/python-net/remove-tables-fr...
  8. 使用 Python 的批注和特殊文本|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python 从 PDF 文档中的印章批注、突出显示的文本以及上标/下标内容中提取文本。...pdf as ap def extract_text_from_stamp (...will be saved. """ document = ap . Document ( infile ) try : page...

    docs.aspose.com/pdf/zh/python-net/annotation-an...
  9. Archivio

    Archivio...pdf as ap # Inizializza oggetto documento document = ap.Document()...frammento di testo text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/it/pdf/create-pdf-files-in-python/
  10. 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/