Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 4,111 for

ape

(0.07 sec)
  1. 有什么新功能|Aspose.PDF for Python via .NET

    本页介绍了Aspose.PDF for Python via .NET在最近发布版本中引入的最受欢迎的新功能。...pdf as ap input_pdf_path = DIR_INPUT +...doc = ap . Document ( input_pdf_path ) save_options = ap . pdftomarkdown...

    docs.aspose.com/pdf/zh/python-net/whatsnew/
  2. PDF Tooltip en utilisant Python|Aspose.PDF pour...

    Apprenez à ajouter une info-bulle au fragment de texte dans un PDF en utilisant Python et Aspose.PDF...pdf as ap document = ap . Document () document... add () . paragraphs . add ( ap . text . TextFragment ( "Déplacez...

    docs.aspose.com/pdf/fr/python-net/pdf-tooltip/
  3. Pythonを使用してPDFにテーブルを作成または追加する|Aspose.PDF for Py...

    Aspose.PDF for Python via .NETは、PDFテーブルを作成、読み取り、編集するためのライブラリです。このトピックの他の高度な機能を確認してください。... table = ap . Table () 既存のPDFドキュメントにテーブルを追加...import aspose.pdf as ap # ソースPDFドキュメントをロード doc = ap . Document ( input_file...

    docs.aspose.com/pdf/ja/python-net/add-table-in-...
  4. Working with Headings in PDF|Aspose.PDF for Pyt...

    Create numbering in heading your PDF document with Python. Aspose.PDF for Python via .NET offers different kinds of numbering styles....pdf as ap document = ap . Document () document...document . page_info . margin = ap . MarginInfo () document . page_info...

    docs.aspose.com/pdf/python-net/working-with-hea...
  5. Дополнительные аннотации с использованием Pytho...

    Этот раздел описывает, как добавлять, получать и удалять дополнительные виды аннотаций из вашего PDF документа....pdf as ap # Открыть документ document = ap . Document (...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/ru/python-net/extra-annotat...
  6. Criando um PDF complexo|Aspose.PDF para Python ...

    Aspose.PDF para Python via .NET permite que você crie documentos mais complexos que contêm imagens, fragmentos de texto e tabelas em um único documento....pdf as ap # Inicializar objeto de documento document = ap . Document...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/pt/python-net/complex-pdf-e...
  7. Open PDF document programmatically|Aspose.PDF f...

    Learn how to open a PDF file in Python Aspose.PDF for Python via .NET library. You can open existing PDF, document from stream, and encrypted PDF document....pdf as ap # Open document document = ap . Document ( input_pdf...from stream import aspose.pdf as ap input_pdf = DIR_INPUT + "sample...

    docs.aspose.com/pdf/python-net/open-pdf-document/
  8. Tambahkan Teks ke PDF menggunakan Python|Aspose...

    Artikel ini menjelaskan berbagai aspek bekerja dengan teks di Aspose.PDF. Pelajari cara menambahkan teks ke PDF, menambahkan fragmen HTML, atau menggunakan font OTF kustom....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...fragmen teks text_fragment = ap . text . TextFragment ( "main...

    docs.aspose.com/pdf/id/python-net/add-text-to-p...
  9. Extract Images from PDF File using Python|Aspos...

    This section shows how to extract images from PDF file using Python library.... Load the PDF document with ‘ap.Document()’. Access the desired...save(output_image)’. import aspose.pdf as ap from io import FileIO from os...

    docs.aspose.com/pdf/python-net/extract-images-f...
  10. 将PDF转换为不同图像格式的Python方法|Aspose.PDF for Python vi...

    本主题向您展示如何使用Aspose.PDF for Python将PDF转换为多种图像格式,例如TIFF、BMP、EMF、JPEG、PNG、GIF、SVG,只需几行代码。...pdf as ap input_pdf = DIR_INPUT + "sample...document = ap . Document ( input_pdf ) # 创建分辨率对象 resolution = ap . devices...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...