Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 5,749 for

ape

(0.29 sec)
  1. arkiv

    arkiv...pdf as ap input_pdf = DIR_INPUT + "sample...Öppna PDF-dokument document = ap.Document(input_pdf) # Spara PDF...

    blog.aspose.com/sv/pdf/convert-pdf-to-doc-in-py...
  2. Arşiv

    Arşiv...pdf as ap input_pdf = DIR_INPUT + "sample...# PDF belgesini aç document = ap.Document(input_pdf) # PDF'yi...

    blog.aspose.com/tr/pdf/convert-pdf-to-doc-in-py...
  3. Обрезать страницы PDF в Python|Aspose.PDF for P...

    Узнайте, как обрезать страницы PDF-файлов и настраивать параметры обрезки, кадрирования, полей обрезки и медиа-блоков в Python....PDF как Document (использовать ap.Document() ). Определите прямоугольник...import sys import aspose.pdf as ap from os import path def crop_page...

    docs.aspose.com/pdf/ru/python-net/crop-pages/
  4. 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/
  5. Table Placeholder Replacement Works But Text Ge...

    I am working on a PDF template that contains both paragraphs and tables with multiple placeholders. I am using Aspose.PDF for Python to replace placeholders dynamically. I have been able to successfully replace placehold…...pdf as ap import fitz # PyMuPDF import...f_path, replacements): doc = ap.Document(input_pdf_path) for...

    forum.aspose.com/t/table-placeholder-replacemen...
  6. 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...
  7. تحويل PDF إلى PowerPoint في بايثون|Aspose.PDF ل...

    يسمح Aspose.PDF لك بتحويل PDF إلى تنسيق PPT (PowerPoint) باستخدام بايثون. هناك إمكانية لتحويل PDF إلى PPTX بالشرائح كصور....pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # فتح مستند PDF document = ap . Document ( input_pdf ) # إنشاء...

    docs.aspose.com/pdf/ar/python-net/convert-pdf-t...
  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/
  9. 搜索

    搜索...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...
  10. Alterar o tamanho da página PDF em Python|Aspos...

    Aprenda como ler e alterar as dimensões da página PDF em Python....pdf as ap def set_page_size ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/pt/python-net/change-page-s...