Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 5,741 for

ape

(0.1 sec)
  1. Importar y exportar anotaciones usando Python|A...

    Aprenda cómo importar anotaciones de un PDF y exportarlas a un nuevo documento PDF usando Aspose.PDF for Python via .NET.... source_document = ap . Document ( infile ) Crear el...página. destination_document = ap . Document () Agregar una página...

    docs.aspose.com/pdf/es/python-net/import-export...
  2. 搜索

    搜索...pdf as ap input_pdf = DIR_INPUT + "many_pages...document = ap.Document(input_pdf) # 創建分辨率對象 resolution = ap.devices...

    blog.aspose.com/zh-hant/pdf/convert-pdf-to-imag...
  3. أرشيف

    أرشيف...pdf as ap # قم بتحميل ملف PDF doc = ap.Document("input...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/ar/pdf/rotate-pdf-in-python/
  4. Arşiv

    Arşiv...pdf as ap # PDF'yi yükleyin doc = ap.Document("input...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/tr/pdf/rotate-pdf-in-python/
  5. Fusionner des fichiers PDF en Python|Aspose.PDF...

    Apprenez comment fusionner plusieurs fichiers PDF en un seul document en 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/
  6. Создать PDF документ программно|Aspose.PDF для ...

    Эта страница описывает, как создать PDF документ с нуля с помощью библиотеки Aspose.PDF for Python via .NET....pdf as ap # Initialize document object document = ap . Document...page page . paragraphs . add ( ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/ru/python-net/create-document/
  7. 从 PDF 文档中提取表格|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NET 可以对您的 PDF 文档中包含的表格进行各种操作。...pdf as ap # 加载源 PDF 文档 pdf_document = ap . Document ( input_file...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/zh/python-net/extract-table...
  8. Memisahkan PDF secara program di Python|Aspose....

    Topik ini menunjukkan cara memisahkan halaman PDF menjadi file PDF individual dalam aplikasi Python Anda....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...document . pages : new_document = ap . Document () new_document ....

    docs.aspose.com/pdf/id/python-net/split-pdf-doc...
  9. Добавление вложения в PDF с помощью Python|Aspo...

    Узнайте, как добавлять файловые вложения в PDF‑документы на Python с помощью Aspose.PDF for Python via .NET....pdf as ap def add_attachments ( infile...with ap . Document ( infile ) as document : file_spec = ap . FileSpecification...

    docs.aspose.com/pdf/ru/python-net/add-attachmen...
  10. Set Field Limit|Aspose.PDF for Python via .NET

    This example shows how to set a maximum character limit for a form field in a PDF document using Aspose.PDF for Python....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/python-net/set-field-limit/