Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 4,431 for

ape

(0.1 sec)
  1. Archiv

    Archiv...pdf as ap # Dokumentenobjekt initialisieren document = ap.Document()...initialisieren text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/de/pdf/create-pdf-files-in-python/
  2. Procurar

    Procurar...pdf as ap # Inicializar objeto de documento document = ap.Document()...textfragment text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/pt/pdf/create-pdf-files-in-python/
  3. تحويل ملفات PDF إلى مستندات Microsoft Word باست...

    تعلم كيفية كتابة كود بايثون لتحويل تنسيقات PDF إلى Microsoft Word باستخدام Aspose.PDF لـ Python عبر .NET. وتحسين تحويل PDF إلى DOC(DOCX)....pdf as ap input_pdf = DIR_INPUT + "sample...doc" # افتح مستند PDF document = ap . Document ( input_pdf ) # احفظ...

    docs.aspose.com/pdf/ar/python-net/convert-pdf-t...
  4. 将PDF转换为Microsoft Word文档在Python中|Aspose.PDF for ...

    学习如何使用Aspose.PDF for Python via .NET编写PDF到Microsoft Word格式转换的Python代码,并调优PDF到DOC(DOCX)的转换。...pdf as ap input_pdf = DIR_INPUT + "sample..."convert_pdf_to_doc.doc" # 打开 PDF 文档 document = ap . Document ( input_pdf ) # 将文件保存为...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...
  5. Python에서 PDF를 Microsoft Word 문서로 변환|Aspose.PDF ...

    Aspose.PDF for Python via .NET을 사용하여 PDF를 Microsoft Word 형식으로 변환하는 Python 코드를 작성하고 PDF를 DOC(DOCX)로 변환하는 방법을 알아보세요....pdf as ap input_pdf = DIR_INPUT + "sample..."convert_pdf_to_doc.doc" # PDF 문서 열기 document = ap . Document ( input_pdf ) # 파일을...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...
  6. Convertir des PDF en Documents Microsoft Word e...

    Apprenez à écrire du code Python pour la conversion de formats PDF en Microsoft Word avec Aspose.PDF pour Python via .NET et optimisez la conversion PDF en DOC(DOCX)....pdf as ap input_pdf = DIR_INPUT + "sample...Ouvrir le document PDF document = ap . Document ( input_pdf ) # Enregistrer...

    docs.aspose.com/pdf/fr/python-net/convert-pdf-t...
  7. 档案

    档案...pdf as ap # 创建 PdfViewer 对象 viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # 包含要打印的 PDF 文件的目录路径 path = "D:\\Files\\"...

    blog.aspose.com/zh/pdf/print-pdf-in-python/
  8. Lưu trữ

    Lưu trữ...pdf as ap # Tạo đối tượng PdfViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Đường dẫn thư mục chứa file...

    blog.aspose.com/vi/pdf/print-pdf-in-python/
  9. Decorate Field|Aspose.PDF for Python via .NET

    This example demonstrates how to customize the appearance of a form field in a PDF document 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/decorate-field/
  10. Archiv

    Archiv...pdf as ap # Instanziere LoadOption Objekt...mit EPUB-Ladeoption. option = ap.EpubLoadOptions() # Laden Sie...

    blog.aspose.com/de/pdf/convert-epub-to-pdf-in-p...