Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 4,093 for

ape

(0.06 sec)
  1. PythonでPDFをMicrosoft Word文書に変換|Aspose.PDF for P...

    Aspose.PDF for Python via .NETを使用して、PDFをMicrosoft Word形式に変換するPythonコードの書き方を学びます。また、PDFからDOC(DOCX)への変換を調整します。...pdf as ap input_pdf = DIR_INPUT + "sample...doc" # PDFドキュメントを開く document = ap . Document ( input_pdf ) # ファイルをMS...

    docs.aspose.com/pdf/ja/python-net/convert-pdf-t...
  2. 搜索

    搜索...pdf as ap input_pdf = DIR_INPUT + "sample..."convert_pdf_to_doc.doc" # 打開 PDF 文檔 document = ap.Document(input_pdf) # 將 PDF 另存為...

    blog.aspose.com/zh-hant/pdf/convert-pdf-to-doc-...
  3. Table Placeholder Replacement Works But Text Ge...

    I am working on a PDF template that contains both paragraphs and tables with multiple placeholders. I am using Aspose.PDF for Python to replace placeholders dynamically. I have been able to successfully replace placehold…...pdf as ap import fitz # PyMuPDF import...f_path, replacements): doc = ap.Document(input_pdf_path) for...

    forum.aspose.com/t/table-placeholder-replacemen...
  4. Archiwa

    Archiwa...pdf as ap # Utwórz instancję obiektu TeXLoadOptions...TeXLoadOptions options = ap.TeXLoadOptions() # Załaduj dokument...

    blog.aspose.com/pl/pdf/convert-latex-to-word-py...
  5. أرشيف

    أرشيف...pdf as ap # إنشاء كائن TeXLoadOptions options = ap.TeXLoadOptions()...بتحميل مستند TEX pdfDocument = ap.Document("sample.tex", options)...

    blog.aspose.com/ar/pdf/convert-latex-to-word-py...
  6. Pythonを使用してPDFに透かしを追加する|Aspose.PDF for Python v...

    この記事では、Pythonを使用してプログラムでPDFのアーティファクトを操作し、透かしを取得する機能について説明します。...pdf as ap document = ap . Document ( input_pdf...) artifact = ap . WatermarkArtifact () ts = ap . text . TextState...

    docs.aspose.com/pdf/ja/python-net/add-watermarks/
  7. Chercher

    chercher...pdf as ap input_pdf = DIR_INPUT + "many_pages...Ouvrir le document PDF document = ap.Document(input_pdf) # Créer un...

    blog.aspose.com/fr/pdf/convert-pdf-to-image-in-...
  8. Tambahkan latar belakang ke PDF dengan Python|A...

    Tambahkan gambar latar belakang ke file PDF Anda dengan Python. Gunakan kelas BackgroundArtifact....pdf as ap # Buat objek Dokumen baru document = ap . Document...Artefak Latar Belakang background = ap . BackgroundArtifact () # Tentukan...

    docs.aspose.com/pdf/id/python-net/add-backgrounds/
  9. إنشاء مستند PDF برمجياً|Aspose.PDF لـ Python عب...

    تصف هذه الصفحة كيفية إنشاء مستند PDF من الصفر باستخدام Aspose.PDF for Python عبر مكتبة .NET....pdf as ap # تهيئة كائن الوثيقة document = ap . Document ()...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/ar/python-net/create-document/
  10. ค้นหา

    ค้นหา...pdf as ap # โหลด PDF doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/th/pdf/rotate-pdf-in-python/