Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 5,869 for

ape

(0.21 sec)
  1. Lưu trữ

    Lưu trữ...pdf as ap Trích xuất văn bản: Phân tích...aspose.pdf as ap # Mở tài liệu PDF document = ap.Document("AddText...

    blog.aspose.com/vi/pdf/parse-pdf-in-python/
  2. Working with PDF File Metadata in Python|Aspose...

    Explore how to extract and manage PDF metadata, such as author and title, in Python using Aspose.PDF....pdf as ap def get_pdf_file_information...Open PDF document document = ap . Document ( data_dir + "GetFileInfo...

    docs.aspose.com/pdf/pyhton-net/pdf-file-metadata/
  3. Archiv

    Archiv...pdf as ap # Načíst vstupní PDF dokument document = ap.Document("input...Nastavit text vodoznaku stamp = ap.TextStamp("CONFIDENTIAL") # Nastavte...

    blog.aspose.com/cs/pdf/add-watermark-in-pdf-in-...
  4. Python を使用したリージョンベースの抽出|Aspose.PDF for Python v...

    Aspose.PDF for Python を使用して PDF 文書内の特定のページ領域または段落構造からテキストを抽出する方法を学びましょう。...pdf as ap def extract_text_from_region...document = ap . Document ( infile ) try : absorber = ap . text ...

    docs.aspose.com/pdf/ja/python-net/region-based-...
  5. Generate PDF from Images in Python

    Learn to generate PDFs from images in Python using Aspose.PDF for Python via .NET. This guide covers setup, code walkthrough, options, and tips....pdf as ap pdf_doc = ap . Document() For more details...page . resources . images . add(ap . Image(img_stream)) # Fit the...

    blog.aspose.com/pdf/generate-pdf-from-images-in...
  6. 아카이브

    아카이브...pdf as ap input_pdf = DIR_INPUT + "many_pages...document = ap.Document(input_pdf) # 해결 개체 만들기 resolution = ap.devices...

    blog.aspose.com/ko/pdf/convert-pdf-to-image-in-...
  7. Конвертувати PDF у DOCX у Python

    Конвертуйте PDF у DOCX у Python за допомогою Aspose.PDF for Python via .NET. Дотримуйтесь цього посібника щодо налаштування, прикладу коду та порад, щоб забезпечити надійне перетворення документів....pdf as ap # Load the source PDF document pdf_document = ap . Document(...preserve formatting) save_options = ap . DocSaveOptions() save_options...

    blog.aspose.com/uk/pdf/convert-pdf-to-docx-in-p...
  8. تحويل PDF إلى DOCX في Python

    تحويل PDF إلى DOCX في Python باستخدام Aspose.PDF for Python via .NET. اتبع هذا الدليل لإعداد البيئة، مثال الشيفرة، ونصائح لضمان تحويل مستند موثوق....pdf as ap # Load the source PDF document pdf_document = ap . Document(...preserve formatting) save_options = ap . DocSaveOptions() save_options...

    blog.aspose.com/ar/pdf/convert-pdf-to-docx-in-p...
  9. Python を使用して既存の PDF ファイル内の画像を置き換える|Aspose.PDF f...

    Python で既存の PDF ファイルに埋め込まれた画像を置き換える方法を学びましょう。... ap.Document(infile) . 置換イメージをバイナリストリームとして開きます。...を保存します。 import aspose.pdf as ap from io import FileIO def replace_image...

    docs.aspose.com/pdf/ja/python-net/replace-image...
  10. أرشيف

    أرشيف...pdf as ap outputFile = "page_{pageNo}.txt"...txt" # افتح مستند PDF document = ap.Document("input.pdf") # إنشاء...

    blog.aspose.com/ar/pdf/extract-text-from-pdf-in...