Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 4,112 for

ape

(0.1 sec)
  1. ค้นหา

    ค้นหา...pdf as ap # ยกตัวอย่างวัตถุ TeXLoadOptions options = ap.TeXLoadOptions()...โหลดเอกสาร TEX pdfDocument = ap.Document("sample.tex", options)...

    blog.aspose.com/th/pdf/convert-latex-to-word-py...
  2. arkiv

    arkiv...pdf as ap # Instantiera TeXLoadOptions-objekt options = ap.TeXLoadOptions()...TEX-dokumentet pdfDocument = ap.Document("sample.tex", options)...

    blog.aspose.com/sv/pdf/convert-latex-to-word-py...
  3. إضافة مرفق إلى مستند PDF باستخدام Python|Aspose...

    تصف هذه الصفحة كيفية إضافة مرفق إلى ملف PDF باستخدام Aspose.PDF لـ Python عبر مكتبة .NET....pdf as ap # فتح المستند document = ap . Document ( input_pdf...إضافته كمرفق fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/ar/python-net/add-attachmen...
  4. arkiv

    arkiv...pdf as ap # Ladda PDF:en doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/sv/pdf/rotate-pdf-in-python/
  5. Removing attachment from PDF using Python|Aspos...

    Aspose.PDF can remove attachments from your PDF documents. Use Python PDF API to remove attachments in PDF files using Aspose.PDF for Python via .NET library....pdf as ap # Open document document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/python-net/removing-attachm...
  6. حذف صفحات PDF برمجيًا باستخدام Python|Aspose.PD...

    يمكنك حذف الصفحات من ملف PDF الخاص بك باستخدام مكتبة Aspose.PDF لـ Python عبر .NET....pdf as ap # فتح المستند document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/ar/python-net/delete-pages/
  7. Lưu trữ

    Lưu trữ...pdf as ap input_pdf = DIR_INPUT + "sample...# Mở tài liệu PDF document = ap.Document(input_pdf) # Tạo phiên...

    blog.aspose.com/vi/pdf/convert-pdf-to-ppt-in-py...
  8. 档案

    档案...pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # 打开 PDF 文档 document = ap.Document(input_pdf) # 创建 PptxSaveOptions...

    blog.aspose.com/zh/pdf/convert-pdf-to-ppt-in-py...
  9. 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...
  10. 在 PDF 中添加页面与 Python|Aspose.PDF for Python via .NET

    本文介绍如何在 PDF 文件的所需位置插入(添加)页面。了解如何使用 C# 移动、删除(删除)PDF 文件中的页面。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...import aspose.pdf as ap # 打开文档 document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/zh/python-net/add-pages/