Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 4,196 for

ape

(0.27 sec)
  1. Archivo

    Archivo...pdf as ap # Inicializar objeto de documento document = ap.Document()...fragmento de texto text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/es/pdf/create-pdf-files-in-python/
  2. Archiv

    Archiv...pdf as ap # Dokumentenobjekt initialisieren document = ap.Document()...initialisieren text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/de/pdf/create-pdf-files-in-python/
  3. Procurar

    Procurar...pdf as ap # Inicializar objeto de documento document = ap.Document()...textfragment text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/pt/pdf/create-pdf-files-in-python/
  4. تحويل ملفات PDF إلى مستندات Microsoft Word باست...

    تعلم كيفية كتابة كود بايثون لتحويل تنسيقات PDF إلى Microsoft Word باستخدام Aspose.PDF لـ Python عبر .NET. وتحسين تحويل PDF إلى DOC(DOCX)....pdf as ap input_pdf = DIR_INPUT + "sample...doc" # افتح مستند PDF document = ap . Document ( input_pdf ) # احفظ...

    docs.aspose.com/pdf/ar/python-net/convert-pdf-t...
  5. Guardar documento PDF programáticamente|Aspose....

    Aprenda cómo guardar un archivo PDF en Python con la biblioteca Aspose.PDF for Python via .NET. Guarde el documento PDF en el sistema de archivos, en un flujo y en aplicaciones web....pdf as ap document = ap . Document ( input_pdf... import aspose.pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/es/python-net/save-pdf-docu...
  6. Tambahkan watermark ke PDF menggunakan Python|A...

    Artikel ini menjelaskan fitur bekerja dengan artefak dan mendapatkan watermark di PDF menggunakan Python secara programatis....pdf as ap document = ap . Document ( input_pdf...) artifact = ap . WatermarkArtifact () ts = ap . text . TextState...

    docs.aspose.com/pdf/id/python-net/add-watermarks/
  7. Search and Extract PDF Text in Python|Aspose.PD...

    Learn how to search, inspect, and extract text from PDF documents in Python.... Load the PDF file using ‘ap.Document’. Configure Text Extraction...import shutil import aspose.pdf as ap import aspose.pydrawing as drawing...

    docs.aspose.com/pdf/python-net/search-and-get-t...
  8. Tooltip em PDF usando Python|Aspose.PDF para Py...

    Aprenda como adicionar tooltip ao fragmento de texto em PDF usando Python e Aspose.PDF...pdf as ap document = ap . Document () document... add () . paragraphs . add ( ap . text . TextFragment ( "Mova...

    docs.aspose.com/pdf/pt/python-net/pdf-tooltip/
  9. Сравнение PDF-документов в Python|Aspose.PDF fo...

    Узнайте, как сравнивать PDF-документы в Python, используя вывод различий бок о бок и графический вывод с Aspose.PDF for Python via .NET....pdf as ap import sys from os import path...document_1 = ap . Document ( infile1 ) document_2 = ap . Document...

    docs.aspose.com/pdf/ru/python-net/compare-pdf-d...
  10. Work with PDF Actions in Python|Aspose.PDF for ...

    Learn how to add, update, and remove document, page, and form actions in PDF files using Python....pdf as ap from aspose.pycore import is_assignable...ons_out.pdf") Notes: - Uses `ap.annotations.JavascriptAction`...

    docs.aspose.com/pdf/python-net/actions/