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

ape

(0.66 sec)
  1. 파이썬에서 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...
  2. 使用 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/
  3. 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/
  4. 在 Python 中使用智能卡签署 PDF 文档|Aspose.PDF for Python ...

    了解如何在 Python 中使用智能卡和外部证书签署 PDF 文档。...pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/zh/python-net/sign-pdf-docu...
  5. Signer des documents PDF à partir d'une carte à...

    Apprenez comment signer des documents PDF avec des cartes à puce et des certificats externes en Python....pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/fr/python-net/sign-pdf-docu...
  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. 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...
  8. 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-...
  9. Working with PDF layers using Python|Aspose.PDF...

    This article explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside a PDF into one....pdf as ap def lock_layer ( path_infile...path_infile , path_outfile ): with ap . Document ( path_infile ) as document...

    docs.aspose.com/pdf/python-net/work-with-pdf-la...
  10. 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/