Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 4,093 for

ape

(0.21 sec)
  1. Archivio

    Archivio...pdf as ap input_pdf = DIR_INPUT + "sample...xls" # Apri file PDF document = ap.Document(input_pdf) # Crea e...

    blog.aspose.com/it/pdf/convert-pdf-to-excel-in-...
  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 Pytho...

    ImageStampクラスを使用して、Aspose.PDF for PythonライブラリでPDFドキュメントに画像スタンプを追加します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...input_pdf ) # 画像スタンプを作成 image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/ja/python-net/image-stamps-...
  4. 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-...
  5. Pindahkan Halaman PDF secara programatis melalu...

    Cobalah untuk memindahkan halaman ke lokasi yang diinginkan atau ke akhir file PDF menggunakan Aspose.PDF untuk Python via .NET....pdf as ap srcDocument = ap . Document ( src_file_name...src_file_name ) dstDocument = ap . Document ( dst_File_name ) page =...

    docs.aspose.com/pdf/id/python-net/move-pages/
  6. Arşiv

    Arşiv...pdf as ap # Belge nesnesini başlat document = ap.Document()...nesnesini başlat text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/tr/pdf/create-pdf-files-in-python/
  7. أرشيف

    أرشيف...pdf as ap # تهيئة كائن المستند document = ap.Document() #...كائن تجزئة النص text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/ar/pdf/create-pdf-files-in-python/
  8. Converter PDF para EPUB, LaTeX, Texto, XPS em P...

    Este tópico mostra como converter um arquivo PDF para outros formatos de arquivo como EPUB, LaTeX, Texto, XPS etc usando Python....pdf as ap input_pdf = DIR_INPUT + "sample...Abrir documento PDF document = ap . Document ( input_pdf ) # Instanciar...

    docs.aspose.com/pdf/pt/python-net/convert-pdf-t...
  9. 将 PDF 转换为 EPUB、LaTeX、文本、XPS 在 Python 中|Aspose.P...

    本主题向您展示如何使用 Python 将 PDF 文件转换为其他文件格式,如 EPUB、LaTeX、文本、XPS 等。...pdf as ap input_pdf = DIR_INPUT + "sample..."convert_pdf_to_epub.epub" # 打开PDF文档 document = ap . Document ( input_pdf ) # 实例化Epub保存选项...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...
  10. Ajouter des tampons d'image dans un PDF en util...

    Ajoutez le tampon d'image dans votre document PDF en utilisant la classe ImageStamp avec la bibliothèque Aspose.PDF pour Python....pdf as ap # Ouvrir le document document = ap . Document (...tampon d'image image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/fr/python-net/image-stamps-...