Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 5,741 for

ape

(0.12 sec)
  1. Atur Penyelarasan Bidang|Aspose.PDF for Python ...

    Contoh ini menunjukkan cara mengatur penyelarasan teks FormField dalam dokumen PDF menggunakan Aspose.PDF for Python....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/id/python-net/set-field-ali...
  2. Replace Text With State|Aspose.PDF for Python v...

    In this example, all occurrences of "software" are replaced with "SOFTWARE" and formatted in blue with a font size of 14....pdf as ap import aspose.pdf.facades as...bind_pdf ( infile ) text_state = ap . text . TextState () text_state...

    docs.aspose.com/pdf/python-net/replace-text-wit...
  3. Créer un document PDF par programmation|Aspose....

    Cette page décrit comment créer un document PDF à partir de zéro avec Aspose.PDF pour Python via la bibliothèque .NET....pdf as ap # Initialiser l'objet document document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/fr/python-net/create-document/
  4. تحويل HTML إلى PDF في بايثون|Aspose.PDF لـ Pyth...

    يوضح هذا الموضوع كيفية تحويل HTML إلى PDF وMHTML إلى PDF باستخدام Aspose.PDF لبايثون....pdf as ap input_pdf = DIR_INPUT + "little_html...pdf" options = ap . HtmlLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/ar/python-net/convert-html-...
  5. PDF から添付ファイルを抽出|Aspose.PDF for Python via .NET

    Python と Aspose.PDF を使用して PDF 添付ファイルを操作する方法を学びましょう。...pdf as ap def extract_single_attachment...attachment_name , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ja/python-net/extract-attac...
  6. Удалить страницы PDF в Python|Aspose.PDF для Py...

    Узнайте, как удалять страницы из файлов PDF в Python....pdf as ap def delete_page ( input_file_name...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ru/python-net/delete-pages/
  7. 从 PDF 文件中删除图像使用 Python|Aspose.PDF for Python vi...

    本节解释如何使用 Aspose.PDF for Python via .NET 从 PDF 文件中删除图像。...pdf as ap # 打开文档 document = ap . Document ( input_file...import aspose.pdf as ap # 打开文档 document = ap . Document ( input_file...

    docs.aspose.com/pdf/zh/python-net/delete-images...
  8. Extraire des tables d'un PDF en Python|Aspose.P...

    Apprenez comment extraire les données d'une table à partir de documents PDF existants en Python.... Charge le PDF dans un objet ap.Document. Boucle à travers les...par ligne. import aspose.pdf as ap from os import path import sys...

    docs.aspose.com/pdf/fr/python-net/extracting-ta...
  9. Guardar documento PDF programáticamente|Aspose....

    Aprende cómo guardar un archivo PDF en Python Aspose.PDF para Python a través de la biblioteca C++. Guarda el documento PDF en el sistema de archivos, en un flujo, y en aplicaciones web....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...

    docs.aspose.com/pdf/es/python-cpp/save-pdf-docu...
  10. Архів

    Архів...pdf as ap # Завантажте PDF doc = ap.Document("input...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/uk/pdf/rotate-pdf-in-python/