Эта тема показывает, как разделить страницы PDF на отдельные PDF файлы в ваших приложениях на Python....pdf as ap # Открыть документ document = ap . Document (...document . pages : new_document = ap . Document () new_document ....
이 주제에서는 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...
Archiv...pdf as ap # Vytvořit objekt TeXLoadOptions options = ap.TeXLoadOptions()...Načtěte dokument TEX pdfDocument = ap.Document("sample.tex", options)...
PythonでPDFファイルに背景画像を追加します。BackgroundArtifactクラスを使用します。...pdf as ap # 新しいDocumentオブジェクトを作成 document = ap . Document...Artifactオブジェクトを作成 background = ap . BackgroundArtifact () # ba...