Este tópico descreve como rotacionar a orientação da página em um arquivo PDF existente programaticamente com Python....pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...
Ce sujet vous montre comment convertir HTML en PDF et MHTML en PDF en utilisant Aspose.PDF. pour Python....pdf as ap input_pdf = DIR_INPUT + "little_html...pdf" options = ap . HtmlLoadOptions () document = ap . Document (...
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 ....
이 주제에서는 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...