Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 3,647 for

ape

(0.1 sec)
  1. 使用 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/
  2. Manipular Tablas en PDF existente|Aspose.PDF pa...

    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 # Cargar archivo PDF existente pdf_document = ap . Document...para encontrar tablas absorber = ap . text . TableAbsorber () # Visitar...

    docs.aspose.com/pdf/es/python-net/manipulate-ta...
  3. إنشاء 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/
  4. Manipuler les tables dans un PDF existant|Aspos...

    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....as ap # Charger un fichier PDF existant pdf_document = ap . Document...trouver des tables absorber = ap . text . TableAbsorber () # Visiter...

    docs.aspose.com/pdf/fr/python-net/manipulate-ta...
  5. 操作现有PDF中的表格|Aspose.PDF for Python via .NET

    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 # 加载现有 PDF 文件 pdf_document = ap . Document (...TableAbsorber 对象以查找表格 absorber = ap . text . TableAbsorber () # 使用吸收器访问第一页...

    docs.aspose.com/pdf/zh/python-net/manipulate-ta...
  6. Dapatkan, Perbarui, dan Perluas Sebuah Penanda ...

    Artikel ini menjelaskan cara menggunakan penanda buku dalam file PDF dengan pustaka Aspose.PDF untuk Python kami....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...pdf as ap # Buat PdfBookmarkEditor bookmarkEditor = ap . facades...

    docs.aspose.com/pdf/id/python-net/get-update-an...
  7. Ajouter et Supprimer un Signet en Python|Aspose...

    Vous pouvez ajouter un signet à un document PDF avec Python. Il est possible de supprimer tous les signets ou certains d'entre eux d'un document PDF....pdf as ap # Ouvrir le document document = ap . Document (...Créer un objet signet outline = ap . OutlineItemCollectio ( document...

    docs.aspose.com/pdf/fr/python-net/add-and-delet...
  8. 使用 Python 添加、提取、删除 PDF 中的表格 | Aspose.PDF

    Python 原始程式碼,用於在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++通過 COM 互操作處理 PDF 檔中的表。...pdf as ap input_file = DIR_INPUT_TABLE...Load source PDF document doc = ap . Document ( input_file ) # Initializes...

    products.aspose.com/pdf/zh-hant/python-net/table/
  9. 使用 Python 将表格添加到 PDF | Aspose.PDF

    Python 源代码用于通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上在 PDF 文件中添加表格。...pdf as ap input_file = DIR_INPUT_TABLE...Load source PDF document doc = ap . Document ( input_file ) # Initializes...

    products.aspose.com/pdf/zh-hans/python-net/tabl...
  10. Добавить Номер Страницы в PDF с помощью Python|...

    Aspose.PDF для Python через .NET позволяет добавлять штамп номера страницы в ваш PDF файл, используя класс PageNumberStamp....pdf as ap # Открыть документ document = ap . Document (...страницы page_number_stamp = ap . PageNumberStamp () # Является...

    docs.aspose.com/pdf/ru/python-net/add-page-number/