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

ape

(0.46 sec)
  1. 既存のPDF内のテーブルを操作する|Aspose.PDF for Python via .NET

    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...テーブルを見つけるためのTableAbsorberオブジェクトを作成する absorber = ap . text . TableAbsorber () # 最初のページをアブソーバーで訪問する...

    docs.aspose.com/pdf/ja/python-net/manipulate-ta...
  2. Archiwa

    Archiwa...pdf as ap input_pdf = DIR_INPUT + "sample...Otwórz dokument PDF document = ap.Document(input_pdf) # Zapisz...

    blog.aspose.com/pl/pdf/convert-pdf-to-doc-in-py...
  3. Archivio

    Archivio...pdf as ap input_pdf = DIR_INPUT + "sample...Apri documento PDF document = ap.Document(input_pdf) # Salva PDF...

    blog.aspose.com/it/pdf/convert-pdf-to-doc-in-py...
  4. أرشيف

    أرشيف...pdf as ap input_pdf = DIR_INPUT + "sample...doc" # افتح مستند PDF document = ap.Document(input_pdf) # احفظ ملف...

    blog.aspose.com/ar/pdf/convert-pdf-to-doc-in-py...
  5. Архів

    Архів...pdf as ap input_pdf = DIR_INPUT + "sample...Відкрийте документ PDF document = ap.Document(input_pdf) # Зберегти...

    blog.aspose.com/uk/pdf/convert-pdf-to-doc-in-py...
  6. 档案

    档案...pdf as ap # 使用 EPUB 加载选项实例化 LoadOption 对象 option = ap.EpubLoadOptions()...EpubLoadOptions() # 加载 EPUB 文件 document = ap.Document("sample.epub", option)...

    blog.aspose.com/zh/pdf/convert-epub-to-pdf-in-p...
  7. 搜索

    搜索...pdf as ap # 使用 EPUB 載入選項實例化 LoadOption 物件 option = ap.EpubLoadOptions()...EpubLoadOptions() # 載入 EPUB 檔案 document = ap.Document("sample.epub", option)...

    blog.aspose.com/zh-hant/pdf/convert-epub-to-pdf...
  8. 搜索

    搜索...pdf as ap 提取文本:在 Python 中解析 PDF # 解析 PDF...import aspose.pdf as ap # 打開 PDF 文件 document = ap.Document("AddText...

    blog.aspose.com/zh-hant/pdf/parse-pdf-in-python/
  9. Set Field Appearance|Aspose.PDF for Python via ...

    This example demonstrates how to change the visual appearance of a PDF form field using 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/python-net/set-field-appear...
  10. Stamp Class|Aspose.PDF for Python via .NET

    Learn how to work with the Stamp class to add image, PDF, and text-based stamps to PDF documents in Python....pdf as ap import aspose.pdf.facades as...def _create_text_state () -> ap . text . TextState : """Create...

    docs.aspose.com/pdf/python-net/stamp-class/