Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 5,872 for

ape

(0.23 sec)
  1. 使用 Python 处理 PDF 中的作品集|Aspose.PDF for Python vi...

    如何使用 Python 创建 PDF 作品集。您应该使用 Microsoft Excel 文件、Word 文档和图像文件来创建 PDF 作品集。...pdf as ap # 实例化 Document 对象 document = ap . Document ()...collection = ap . Collection () # 获取要添加到投资组合的文件 excel = ap . FileSpecification...

    docs.aspose.com/pdf/zh/python-net/portfolio/
  2. Créer des portefeuilles PDF en Python|Aspose.PD...

    Apprenez à créer et à gérer des portefeuilles PDF en Python avec Aspose.PDF for Python via .NET....pdf as ap def create_pdf_portfolio ( input_files...Instantiate Document Object document = ap . Document () # Instantiate document...

    docs.aspose.com/pdf/fr/python-net/portfolio/
  3. 複雑なPDFの作成|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NETを使用すると、画像、テキスト断片、およびテーブルを1つのドキュメントに含むより複雑なドキュメントを作成できます。...pdf as ap # ドキュメントオブジェクトを初期化 document = ap . Document ()...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/ja/python-net/complex-pdf-e...
  4. Fusionner des fichiers PDF en Python|Aspose.PDF...

    Apprenez à fusionner plusieurs fichiers PDF en un seul document avec Python....pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/fr/python-net/merge-pdf-doc...
  5. 在 Python 中为 PDF 文本添加工具提示|Aspose.PDF for Python ...

    了解如何在 Python 中向 PDF 文档的文本片段添加工具提示。...pdf as ap import aspose.pydrawing as drawing...): # Create PDF document with ap . Document () as document : document...

    docs.aspose.com/pdf/zh/python-net/pdf-tooltip/
  6. Python에서 PDF 텍스트에 툴팁 추가|Aspose.PDF for Python v...

    Python에서 PDF 문서의 텍스트 조각에 툴팁을 추가하는 방법을 알아봅니다....pdf as ap import aspose.pydrawing as drawing...): # Create PDF document with ap . Document () as document : document...

    docs.aspose.com/pdf/ko/python-net/pdf-tooltip/
  7. تحديث روابط PDF في بايثون|Aspose.PDF for Python...

    تعرف على كيفية تحديث مظهر رابط PDF والوجهات في Python....pdf as ap import sys from os import path...infile , outfile ): document = ap . Document ( infile ) link_annotations...

    docs.aspose.com/pdf/ar/python-net/update-links/
  8. 在 Python 中合并 PDF 文件|Aspose.PDF for Python via .NET

    了解如何在 Python 中将多个 PDF 文件合并为单个文档。...pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/zh/python-net/merge-pdf-doc...
  9. 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...
  10. Agregar números de página a PDF en Python|Aspos...

    Aprenda cómo agregar sellos de número de página a documentos PDF en Python....pdf as ap from os import path def add_page_num_stamp...): # Open document document = ap . Document ( input_file_name...

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