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

ape

(0.27 sec)
  1. إزالة الجداول من مستندات PDF الموجودة|Aspose.PD...

    تعرف على كيفية إزالة جدول واحد أو أكثر من مستندات PDF الموجودة في Python....pdf as ap from os import path import sys...existing PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ar/python-net/removing-tables/
  2. 装饰字段|Aspose.PDF for Python via .NET

    本例演示了如何使用 Aspose.PDF for Python 自定义 PDF 文档中表单字段的外观。...pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/zh/python-net/decorate-field/
  3. PythonでPDFサイズを最適化、圧縮または縮小|Aspose.PDF for Python...

    PDFファイルを最適化し、すべての画像を縮小し、PDFサイズを減らし、埋め込みフォントを削除し、Pythonで未使用のオブジェクトを除去します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...import aspose.pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/ja/python-net/optimize-pdf/
  4. Lưu trữ

    Lưu trữ...pdf as ap input_pdf = DIR_INPUT + "sample...xls" # Mở tệp PDF document = ap.Document(input_pdf) # Tạo và...

    blog.aspose.com/vi/pdf/convert-pdf-to-excel-in-...
  5. Eliminar tablas de documentos PDF existentes|As...

    Aprenda cómo eliminar una o más tablas de documentos PDF existentes en Python....pdf as ap from os import path import sys...existing PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/es/python-net/removing-tables/
  6. Архів

    Архів...pdf as ap # Інстанціюйте об'єкт LoadOption...параметри завантаження EPUB option = ap.EpubLoadOptions() # Завантажити...

    blog.aspose.com/uk/pdf/convert-epub-to-pdf-in-p...
  7. Arsip

    Arsip...pdf as ap # Instantiate LoadOption object...option = ap.EpubLoadOptions() # Muat file EPUB document = ap.Document("sample...

    blog.aspose.com/id/pdf/convert-epub-to-pdf-in-p...
  8. 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/
  9. 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...
  10. Converter HTML para PDF em Python|Aspose.PDF pa...

    Este tópico mostra como converter HTML para PDF e MHTML para PDF usando Aspose.PDF para Python....pdf as ap # Carregar o documento HTML html_document...documento PDF pdf_document = ap . Document () # Adicionar uma...

    docs.aspose.com/pdf/pt/python-net/convert-html-...