Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 5,749 for

ape

(0.45 sec)
  1. Archiwa

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

    blog.aspose.com/pl/pdf/convert-pdf-to-excel-in-...
  2. 파이썬에서 PDF를 워드로 변환|Aspose.PDF for Python via .NET

    Python에서 PDF를 Word로 변환하는 방법을 알아보세요. PDF를 DOC로, PDF를 DOCX로, PDF를 DOCX로 변환하고, Aspose.PDF 기반의 고급 레이아웃 인식을 할 수 있습니다....단계: 파이썬에서 PDF를 DOC로 변환 PDF를 ‘AP.Document’ 개체에 로드합니다. ‘DocSaveOptions’...import path import aspose.pdf as ap import sys def convert_PDF_to_DOC...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...
  3. 获取并搜索 PDF 中的图像|Aspose.PDF for Python via .NET

    了解如何在 Python 中搜索和检查 PDF 文档中的图像。...pdf as ap from aspose.pycore import cast...document = ap . Document ( infile ) absorber = ap . ImagePlacementAbsorb...

    docs.aspose.com/pdf/zh/python-net/search-and-ge...
  4. 使用 Python 处理 PDF 中的作品集|Aspose.PDF for Python vi...

    如何使用 Python 创建 PDF 作品集。您应该使用 Microsoft Excel 文件、Word 文档和图像文件来创建 PDF 作品集。...pdf as ap # 实例化 Document 对象 document = ap . Document ()...collection = ap . Collection () # 获取要添加到投资组合的文件 excel = ap . FileSpecification...

    docs.aspose.com/pdf/zh/python-net/portfolio/
  5. Créer des portefeuilles PDF en Python|Aspose.PD...

    Apprenez à créer et à gérer des portefeuilles PDF en Python avec Aspose.PDF for Python via .NET....pdf as ap def create_pdf_portfolio ( input_files...Instantiate Document Object document = ap . Document () # Instantiate document...

    docs.aspose.com/pdf/fr/python-net/portfolio/
  6. Importar e Exportar Dados de Formulário|Aspose....

    Importar e exportar dados de campo AcroForm em XML, FFD, XFDF e JSON usando Aspose.PDF for Python via .NET....pdf as ap def import_data_from_xml ( input_file_name..., output_file_name ): form = ap . facades . Form () form . bind_pdf...

    docs.aspose.com/pdf/pt/python-net/import-export...
  7. Lưu trữ

    Lưu trữ...pdf as ap # Khởi tạo đối tượng tài liệu document = ap.Document()...đoạn văn bản text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/vi/pdf/create-pdf-files-in-python/
  8. 搜索

    搜索...pdf as ap # 初始化文檔對象 document = ap.Document() # 添加頁面...add() # 初始化文本片段對象 text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/zh-hant/pdf/create-pdf-files-in...
  9. Pythonを使用してPDFに画像スタンプを追加する|Aspose.PDF for Pytho...

    ImageStampクラスを使用して、Aspose.PDF for PythonライブラリでPDFドキュメントに画像スタンプを追加します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...input_pdf ) # 画像スタンプを作成 image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/ja/python-net/image-stamps-...
  10. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Discover how to manipulate tables in an existing PDF document using Python .NET, simplifying your document editing tasks....pdf as ap # Load existing PDF file pdf_document = ap . Document...object to find tables absorber = ap . text . TableAbsorber () # Visit...

    docs.aspose.com/pdf/python-net/manipulate-table...