使用 Aspose.PDF for Python via .NET 创建和格式化 PDF 文档。...pdf as ap # 初始化文档对象 document = ap . Document () # 添加页面...向新页面添加文本 page . paragraphs . add ( ap . text . TextFragment ( "Hello...
.NET을 통한 Aspose.PDF for Python은 PDF 문서에 포함된 테이블을 다양한 방식으로 조작할 수 있게 합니다....pdf as ap # 원본 PDF 문서 로드 pdf_document = ap . Document (...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...
Ce sujet vous montre comment Aspose.PDF pour Python via Python permet de convertir un fichier PDF en un fichier PDF conforme au format PDF/A....pdf as ap input_pdf = DIR_INPUT + "sample...Ouvrir le document PDF document = ap . Document ( input_pdf ) # Convertir...
이 섹션에서는 Aspose.PDF for Python via .NET을 사용하여 PDF 파일에서 이미지를 삭제하는 방법을 설명합니다....pdf as ap # 문서 열기 document = ap . Document ( input_file...import aspose.pdf as ap # 문서 열기 document = ap . Document ( input_file...