Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 5,872 for

ape

(0.14 sec)
  1. حذف الصور من ملف PDF باستخدام Python|Aspose.PDF...

    تعرف على كيفية حذف صور محددة أو كلها من ملفات PDF في Python....بتحميل ملف PDF المصدر باستخدام ap.Document(infile) . حدد فهرس موارد...المحدث. import aspose.pdf as ap def delete_image ( infile , outfile...

    docs.aspose.com/pdf/ar/python-net/delete-images...
  2. افتح مستند PDF برمجيًا|Aspose.PDF for Python vi...

    تعلم كيفية فتح ملف PDF في بايثون Aspose.PDF لبيثون عبر مكتبة.NET. يمكنك فتح ملف PDF الحالي والمستند من البث ومستند PDF المشفر....pdf as ap def open_document_from_file (...): # Open document document = ap . Document ( infile ) print (...

    docs.aspose.com/pdf/ar/python-net/open-pdf-docu...
  3. عد مصنوعات PDF في بايثون|Aspose.PDF for Python ...

    تعرف على كيفية فحص عناصر ترقيم الصفحات وحسابها في مستندات PDF باستخدام Python مع Aspose.PDF لـ Python عبر .NET....pdf as ap def count_pdf_artifacts ( infile...types on the first page.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ar/python-net/counting-arti...
  4. Подсчёт артефактов PDF на Python|Aspose.PDF for...

    Узнайте, как просматривать и подсчитывать артефакты разметки страниц в PDF‑документах с помощью Python и Aspose.PDF for Python via .NET....pdf as ap def count_pdf_artifacts ( infile...types on the first page.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ru/python-net/counting-arti...
  5. Créer des fichiers PDF en Python|Aspose.PDF for...

    Apprenez comment créer des fichiers PDF et générer des PDF consultables en Python en utilisant Aspose.PDF for Python via .NET....pdf as ap def create_new_document ( output_pdf...“Hello World!” page.""" document = ap . Document () page = document...

    docs.aspose.com/pdf/fr/python-net/create-pdf-do...
  6. Obtenir et rechercher des images dans le PDF|As...

    Apprenez comment rechercher et inspecter des images dans des documents PDF avec Python....pdf as ap from aspose.pycore import cast...document = ap . Document ( infile ) absorber = ap . ImagePlacementAbsorb...

    docs.aspose.com/pdf/fr/python-net/search-and-ge...
  7. 在 Python 中将图像格式转换为 PDF|Aspose.PDF for Python vi...

    了解如何使用 Aspose.PDF for Python via .NET 在 Python 中将 BMP、CGM、DICOM、PNG、TIFF、EMF、SVG 等图像格式转换为 PDF。...pdf as ap from os import path import sys...infile , outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/zh/python-net/convert-image...
  8. Архивы

    Архивы...pdf as ap # Инициализировать объект документа document = ap.Document()...textfragment text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/ru/pdf/create-pdf-files-in-python/
  9. Anotações e Texto Especial usando Python|Aspose...

    Aprenda como extrair texto de anotações de selo, texto destacado e conteúdo de sobrescrito/subscrito em documentos PDF usando Aspose.PDF for Python....pdf as ap def extract_text_from_stamp (...will be saved. """ document = ap . Document ( infile ) try : page...

    docs.aspose.com/pdf/pt/python-net/annotation-an...
  10. 아카이브

    아카이브...pdf as ap # 문서 개체 초기화 document = ap.Document() # 페이지...textfragment 객체 초기화 text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/ko/pdf/create-pdf-files-in-python/