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

ape

(1.62 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. Crop PDF Pages in Python|Aspose.PDF for Python ...

    Learn how to crop PDF pages and adjust crop, trim, bleed, and media boxes in Python....Load the PDF as a Document (use ap.Document() ). Define the cropping...import sys import aspose.pdf as ap from os import path def crop_page...

    docs.aspose.com/pdf/python-net/crop-pages/
  3. 既存の PDF ドキュメント内の表の操作|Aspose.PDF for Python via ...

    Python を使用して既存の PDF ドキュメント内のテーブルを検査および変更する方法を学びます。...pdf as ap def replace_cell_text ( infile...Open PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ja/python-net/manipulating-...
  4. Archivo

    Archivo...pdf as ap # Cargar documento PDF de entrada document = ap.Document("input...texto de marca de agua stamp = ap.TextStamp("CONFIDENTIAL") # Establecer...

    blog.aspose.com/es/pdf/add-watermark-in-pdf-in-...
  5. Archiv

    Archiv...pdf as ap # Eingabe-PDF Dokument laden document = ap.Document("input...Wasserzeichentext festlegen stamp = ap.TextStamp("CONFIDENTIAL") # Legen...

    blog.aspose.com/de/pdf/add-watermark-in-pdf-in-...
  6. ארכיון

    ארכיון...pdf as ap # טען מסמך PDF לקלט document = ap.Document("input...הגדר טקסט של סימן מים stamp = ap.TextStamp("CONFIDENTIAL") # הגדר...

    blog.aspose.com/he/pdf/add-watermark-in-pdf-in-...
  7. 搜索

    搜索...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...
  8. 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...
  9. تحويل 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...
  10. كيفية إنشاء ملف PDF باستخدام بايثون|Aspose.PDF ...

    إنشاء وتنسيق مستند PDF باستخدام Aspose.PDF لبايثون عبر .NET....pdf as ap # تهيئة كائن المستند document = ap . Document ()...الجديدة page . paragraphs . add ( ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/ar/python-net/create-pdf-do...