Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 5,873 for

ape

(0.48 sec)
  1. 아카이브

    아카이브...pdf as ap # PDF 파일 로드 document = ap.Document("input..."owner_password", ap.facades.DocumentPrivilege.forbid_all, ap.CryptoAlgorithm...

    blog.aspose.com/ko/pdf/encrypt-decrypt-pdf-in-p...
  2. Chercher

    chercher...pdf as ap # Charger le fichier PDF document = ap.Document("input...Créer un nouveau PDF splitPDF = ap.Document() # Ajouter une page...

    blog.aspose.com/fr/pdf/split-pdf-in-python/
  3. Lưu trữ

    Lưu trữ...pdf as ap # Tải tệp PDF document = ap.Document("input..."owner_password", ap.facades.DocumentPrivilege.forbid_all, ap.CryptoAlgorithm...

    blog.aspose.com/vi/pdf/encrypt-decrypt-pdf-in-p...
  4. آرشیوها

    آرشیوها...pdf as ap # فایل PDF را بارگیری کنید document = ap.Document("input...PDF جدید ایجاد کنید splitPDF = ap.Document() # افزودن صفحه به PDF...

    blog.aspose.com/fa/pdf/split-pdf-in-python/
  5. 記録

    記録...pdf as ap テキストを抽出する: PythonでPDFを解析する #...aspose.pdf as ap # PDF ドキュメントを開く document = ap.Document("AddText...

    blog.aspose.com/ja/pdf/parse-pdf-in-python/
  6. تولید PDF از تصاویر در Python

    یاد بگیرید که چگونه با استفاده از Aspose.PDF for Python via .NET PDFها را از تصاویر در پایتون تولید کنید. این راهنما شامل تنظیمات، مرور کد، گزینه‌ها و نکات است....pdf as ap pdf_doc = ap . Document() برای جزئیات...page . resources . images . add(ap . Image(img_stream)) # Fit the...

    blog.aspose.com/fa/pdf/generate-pdf-from-images...
  7. Generar PDF a partir de imágenes en Python

    Aprenda a generar PDFs a partir de imágenes en Python usando Aspose.PDF for Python via .NET. Esta guía cubre la configuración, el recorrido del código, las opciones y los consejos....pdf as ap pdf_doc = ap . Document() Para obtener...page . resources . images . add(ap . Image(img_stream)) # Fit the...

    blog.aspose.com/es/pdf/generate-pdf-from-images...
  8. Converting a PDF file to JPEG using Python | As...

    Code Examples on Python for PDF‑to‑JPEG Conversion on All Platforms...AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...[ 1 ] res = ap . Resolution ( 300 ) device = ap . JpegDevice...

    products.aspose.com/pdf/python-cpp/conversion/p...
  9. Архивы

    Архивы...pdf as ap # Создать экземпляр объекта TeXLoadOptions...TeXLoadOptions options = ap.TeXLoadOptions() # Загрузите документ...

    blog.aspose.com/ru/pdf/convert-latex-to-word-py...
  10. 在 Python 中裁剪 PDF 页面|Aspose.PDF for Python via .NET

    了解如何在 Python 中裁剪 PDF 页面并调整裁剪框、修剪框、出血框和媒体框。... 将 PDF 加载为 Document (使用 ap.Document() ). 使用以下方式定义裁剪矩形 Rectangle...import sys import aspose.pdf as ap from os import path def crop_page...

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