Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 4,096 for

ape

(0.9 sec)
  1. Archiv

    Archiv...pdf as ap # Krok 2: Načtěte dokument PDF document = ap.Document("input...in document.pages: page.resize(ap.PageSize.A3) # Krok 4: Uložte...

    blog.aspose.com/cs/pdf/resize-pdf-document-in-p...
  2. Convertir PDF en HTML en Python|Aspose.PDF pour...

    Ce sujet vous montre comment convertir un fichier PDF au format HTML avec la bibliothèque Aspose.PDF pour Python .NET....pdf as ap input_pdf = DIR_INPUT + "sample...Ouvrir le document PDF document = ap . Document ( input_pdf ) # enregistrer...

    docs.aspose.com/pdf/fr/python-net/convert-pdf-t...
  3. Pythonを使用してPDFドキュメントに添付ファイルを追加|Aspose.PDF for P...

    このページでは、Aspose.PDF for Python via .NETライブラリを使用してPDFファイルに添付ファイルを追加する方法について説明します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...ルをセットアップ fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/ja/python-net/add-attachmen...
  4. Заполнение AcroForm - Заполните PDF-форму с исп...

    Вы можете заполнять формы в вашем PDF-документе с помощью библиотеки Aspose.PDF для Python....pdf as ap # Открыть документ pdfDocument = ap . Document...

    docs.aspose.com/pdf/ru/python-net/fill-form/
  5. Delete Images from PDF File using Python|Aspose...

    This section explain how to delete Images from PDF File using Aspose.PDF for Python via .NET....pdf as ap from os import path path_infile...data_dir , outfile ) document = ap . Document ( path_infile ) document...

    docs.aspose.com/pdf/python-net/delete-images-fr...
  6. Удаление вложения из PDF с использованием Pytho...

    Aspose.PDF может удалять вложения из ваших PDF-документов. Используйте Python PDF API для удаления вложений в PDF-файлах с использованием библиотеки Aspose.PDF для Python через .NET....pdf as ap # Открыть документ document = ap . Document (...

    docs.aspose.com/pdf/ru/python-net/removing-atta...
  7. 記録

    記録...pdf as ap # PDFファイルを読み込む document = ap.Document("input...pages: # 新しい PDF を作成する splitPDF = ap.Document() # ページを PDF に追加 splitPDF...

    blog.aspose.com/ja/pdf/split-pdf-in-python/
  8. Convert PDF to HTML in Python|Aspose.PDF for Py...

    This topic show you how to convert PDF file to HTML format with Aspose.PDF for Python via .NET library.... Load the source PDF using ‘ap.Document’. Create ‘HtmlSaveOptions’...HTML. Load the source PDF using ‘ap.Document’. Create ‘HtmlSaveOptions’...

    docs.aspose.com/pdf/python-net/convert-pdf-to-h...
  9. arkiv

    arkiv...pdf as ap input_html = "input.html" output_pdf...options = ap.HtmlLoadOptions() # ladda filen document = ap.Document(input_html...

    blog.aspose.com/sv/pdf/convert-html-to-pdf-in-p...
  10. Recortar Páginas de PDF programáticamente en Py...

    Puede obtener propiedades de página, como el ancho, altura, bleed-, crop- y trimbox utilizando Aspose.PDF para Python vía .NET....pdf as ap document = ap . Document ( input_pdf...Rectángulo de Caja new_box = ap . Rectangle ( 200 , 220 , 2170...

    docs.aspose.com/pdf/es/python-net/crop-pages/