이 주제에서는 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 ()...Background Artifact 객체 생성 background = ap . BackgroundArtifact () # backgroundartifact...
Эта тема показывает, как разделить страницы PDF на отдельные PDF файлы в ваших приложениях на Python....pdf as ap # Открыть документ document = ap . Document (...document . pages : new_document = ap . Document () new_document ....
Do you know how easily merge PDF documents in Python? Merge PDF files with high quality using Python via .NET PDF library....pdf as ap # Open first document document1 = ap . Document...Open second document document2 = ap . Document ( input_pdf_2 ) #...