С Aspose.PDF для Python вы можете создать форму с нуля в вашем PDF файле...pdf as ap # Открыть документ pdfDocument = ap . Document...# Создать поле textBoxField = ap . forms . TextBoxField ( pdfDocument...
파이썬을 사용하여 PDF 문서에 북마크를 추가할 수 있습니다. PDF 문서에서 모든 또는 특정 북마크를 삭제할 수 있습니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...input_pdf ) # 책갈피 객체 생성 outline = ap . OutlineItemCollectio ( document...
This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF for Python via .NET....pdf as ap def run_simple ( self ): # Initialize...Initialize document object document = ap . Document () # Add page page...
Aspose.PDF for Python via .NET allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class....pdf as ap # Global configuration DATA_DIR...): # Open document document = ap . Document ( input_file_name...
Topik ini menunjukkan cara mengonversi file PDF ke format file lain seperti EPUB, LaTeX, Teks, XPS, dll menggunakan Python....pdf as ap input_pdf = DIR_INPUT + "sample...# Buka dokumen PDF document = ap . Document ( input_pdf ) # Instansiasi...