Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 5,749 for

ape

(0.12 sec)
  1. Архивы

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

    blog.aspose.com/ru/pdf/create-pdf-files-in-python/
  2. 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...
  3. العمل مع المحفظة في PDF باستخدام Python|Aspose....

    كيفية إنشاء محفظة PDF باستخدام Python. يجب عليك استخدام ملف Microsoft Excel، ومستند Word، وملف صورة لإنشاء محفظة PDF....pdf as ap # إنشاء كائن المستند document = ap . Document ()...المستندات document . collection = ap . Collection () # الحصول على...

    docs.aspose.com/pdf/ar/python-net/portfolio/
  4. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file in Python Aspose.PDF for Python via .NET library. Save PDF document to file system, to stream, and in Web applications....pdf as ap def save_document_to_file ( infile...infile , outfile ): document = ap . Document ( infile ) # make...

    docs.aspose.com/pdf/python-net/save-pdf-document/
  5. 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...
  6. إزالة الجداول من ملف PDF موجود|Aspose.PDF لـ Py...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pdf as ap # تحميل مستند PDF موجود pdf_document = ap . Document...للعثور على الجداول absorber = ap . text . TableAbsorber () # زيارة...

    docs.aspose.com/pdf/ar/python-net/remove-tables...
  7. Remplacer l'image dans un fichier PDF existant ...

    Apprenez à remplacer les images incorporées dans des fichiers PDF existants en Python.... Chargez le PDF source avec ap.Document(infile) . Ouvrez l’image...à jour. import aspose.pdf as ap from io import FileIO def replace_image...

    docs.aspose.com/pdf/fr/python-net/replace-image...
  8. 記録

    記録...pdf as ap 今、Aspose.PDFを使用してPDFを効果的に処理する方法を探ってみましょう。...aspose.pdf as ap # 新しいドキュメントを作成する document = ap.Document() # ページを追加する...

    blog.aspose.com/ja/pdf/best-python-pdf-library/
  9. 파이썬에서 PDF를 파워포인트로 변환|Aspose.PDF for Python via ...

    PDF를 PPTX로, 슬라이드를 이미지로, Aspose.PDF 사용자 지정 이미지 해상도를 포함하여 Python에서 PDF를 파워포인트로 변환하는 방법을 알아보세요....pdf as ap from os import path import sys...document = ap . Document ( infile ) save_options = ap . PptxSaveOptions...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...
  10. Lưu trữ

    Lưu trữ...pdf as ap input_pdf = DIR_INPUT + "sample...xls" # Mở tệp PDF document = ap.Document(input_pdf) # Tạo và...

    blog.aspose.com/vi/pdf/convert-pdf-to-excel-in-...