Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 5,872 for

ape

(0.35 sec)
  1. Удалить таблицы из существующего PDF|Aspose.PDF...

    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 документ pdf_document = ap . Document ( input_file ) # Создать...

    docs.aspose.com/pdf/ru/python-net/remove-tables...
  2. Bekerja dengan Metadata File PDF di Python|Aspo...

    Pelajari cara mengekstrak, memperbarui, dan mengelola metadata file PDF serta properti XMP di Python menggunakan Aspose.PDF....pdf as ap import datetime import sys from...Open PDF document document = ap . Document ( infile ) # Get document...

    docs.aspose.com/pdf/id/python-net/pdf-file-meta...
  3. 使用 Python 向 PDF 添加水印|Aspose.PDF for Python via ...

    本文解释了如何使用 Python 程序处理 PDF 中的工件和获取水印的功能。...pdf as ap document = ap . Document ( input_pdf...) artifact = ap . WatermarkArtifact () ts = ap . text . TextState...

    docs.aspose.com/pdf/zh/python-net/add-watermarks/
  4. Enregistrer un document PDF par programmation|A...

    Apprenez comment enregistrer un fichier PDF avec la bibliothèque Python Aspose.PDF for Python via .NET. Enregistrez le document PDF sur le système de fichiers, dans un flux, et dans les applications Web....pdf as ap def save_document_to_file ( infile...infile , outfile ): document = ap . Document ( infile ) # make...

    docs.aspose.com/pdf/fr/python-net/save-pdf-docu...
  5. Create PDF Portfolios in Python|Aspose.PDF for ...

    Learn how to create and manage PDF portfolios in Python with 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/python-net/portfolio/
  6. Exemple de Hello World en Python|Aspose.PDF for...

    Cet exemple montre comment créer un document PDF simple contenant le texte Hello World en utilisant Aspose.PDF for Python via .NET....pdf as ap def run_simple ( self ): # Initialize...Initialize document object document = ap . Document () # Add page page...

    docs.aspose.com/pdf/fr/python-net/hello-world-e...
  7. PDF 문서 프로그래밍 방식으로 열기|Aspose.PDF for Python via C++

    Python Aspose.PDF for Python via C++ 라이브러리를 사용하여 PDF 파일을 여는 방법을 알아보세요. 기존 PDF, 스트림의 문서, 암호화된 PDF 문서를 열 수 있습니다....AsposePDFPythonWrapp as ap # 문서 열기 document = ap . Document ( "sample...AsposePDFPythonWrapp as ap # 문서 열기 document = ap . Document ( "sample...

    docs.aspose.com/pdf/ko/python-cpp/open-pdf-docu...
  8. آرشیوها

    آرشیوها...pdf as ap input_pdf = DIR_INPUT + "sample...فایل PDF را باز کنید document = ap.Document(input_pdf) # گزینه های...

    blog.aspose.com/fa/pdf/convert-pdf-to-excel-in-...
  9. 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...
  10. 操作现有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...