Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 4,093 for

ape

(0.33 sec)
  1. 搜索

    搜索...pdf as ap # 步驟 2:加載 PDF 文件 document = ap.Document("input...in document.pages: page.resize(ap.PageSize.A3) # 步驟 4:保存更新後的 PDF...

    blog.aspose.com/zh-hant/pdf/resize-pdf-document...
  2. Fill AcroForm - Fill PDF Form using Python|Aspo...

    You can fill forms in your PDF document with Aspose.PDF for Python library....pdf as ap data_dir = "/path/to/your/pdf/files/"...from the input PDF file form = ap . facades . Form ( path_infile...

    docs.aspose.com/pdf/python-net/fill-form/
  3. ค้นหา

    ค้นหา...pdf as ap input_pdf = DIR_INPUT + "sample...tex" # เปิดไฟล์ PDF document = ap.Document(input_pdf) # สร้างวัตถุของคลาส...

    blog.aspose.com/th/pdf/convert-pdf-to-latex-in-...
  4. Arsip

    Arsip...pdf as ap # Buat objek kelas TeXLoadOptions options = ap.TeXLoadOptions()...objek kelas Document document = ap.Document("sample.tex" , options)...

    blog.aspose.com/id/pdf/convert-latex-to-pdf-in-...
  5. Archiwa

    Archiwa...pdf as ap # Utwórz obiekt klasy TeXLoadOptions options = ap.TeXLoadOptions()...obiekt klasy Document document = ap.Document("sample.tex" , options)...

    blog.aspose.com/pl/pdf/convert-latex-to-pdf-in-...
  6. Архів

    Архів...pdf as ap # Завантажити файл PDF compressPdfDocument = ap.Document("input...OptimizationOptions pdfoptimizeOptions = ap.optimization.OptimizationOptions()...

    blog.aspose.com/uk/pdf/compress-pdf-in-python/
  7. Chercher

    chercher...pdf as ap input_html = "input.html" output_pdf...objet HtmlLoadOptions options = ap.HtmlLoadOptions() # fichier de...

    blog.aspose.com/fr/pdf/convert-html-to-pdf-in-p...
  8. Архивы

    Архивы...pdf as ap # Загрузить PDF-файл document = ap.Document("input...новый прямоугольник newBox = ap.Rectangle(200, 220, 2170, 1520...

    blog.aspose.com/ru/pdf/crop-pdf-pages-in-python/
  9. Archiv

    Archiv...as ap # Vytvořte objekt třídy TeXLoadOptions options = ap.TeXLoadOptions()...objekt třídy Document document = ap.Document("sample.tex" , options)...

    blog.aspose.com/cs/pdf/convert-latex-to-pdf-in-...
  10. 使用 Python 编程裁剪 PDF 页面|Aspose.PDF for Python via...

    您可以通过 Aspose.PDF for Python via .NET 获取页面属性,例如宽度、高度、出血框、裁剪框和修剪框。...pdf as ap document = ap . Document ( input_pdf...input_pdf ) # 创建新的Box矩形 new_box = ap . Rectangle ( 200 , 220 , 2170 ...

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