Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 4,095 for

ape

(0.15 sec)
  1. Разделение PDF программно на Python|Aspose.PDF ...

    Эта тема показывает, как разделить страницы PDF на отдельные PDF файлы в ваших приложениях на Python....pdf as ap # Открыть документ document = ap . Document (...document . pages : new_document = ap . Document () new_document ....

    docs.aspose.com/pdf/ru/python-net/split-pdf-doc...
  2. Python에서 PDF를 PDF/A 형식으로 변환|Aspose.PDF for Pyth...

    이 주제에서는 Aspose.PDF for Python을 통해 PDF 파일을 PDF/A 호환 PDF 파일로 변환하는 방법을 보여줍니다....pdf as ap input_pdf = DIR_INPUT + "sample....log" # PDF 문서 열기 document = ap . Document ( input_pdf ) # PDF/A...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...
  3. Archiv

    Archiv...pdf as ap # Vytvořit objekt TeXLoadOptions options = ap.TeXLoadOptions()...Načtěte dokument TEX pdfDocument = ap.Document("sample.tex", options)...

    blog.aspose.com/cs/pdf/convert-latex-to-word-py...
  4. 아카이브

    아카이브...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...
  5. 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/
  6. 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...
  7. آرشیوها

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

    blog.aspose.com/fa/pdf/split-pdf-in-python/
  8. 搜索

    搜索...pdf as ap # 加載 PDF doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/zh-hant/pdf/rotate-pdf-in-python/
  9. Archiv

    Archiv...pdf as ap # Krok 2: Načtěte dokument PDF document = ap.Document("input...in document.pages: page.resize(ap.PageSize.A3) # Krok 4: Uložte...

    blog.aspose.com/cs/pdf/resize-pdf-document-in-p...
  10. PythonでPDFに背景を追加|Aspose.PDF for Python via .NET

    PythonでPDFファイルに背景画像を追加します。BackgroundArtifactクラスを使用します。...pdf as ap # 新しいDocumentオブジェクトを作成 document = ap . Document...Artifactオブジェクトを作成 background = ap . BackgroundArtifact () # ba...

    docs.aspose.com/pdf/ja/python-net/add-backgrounds/