이 샘플은 Aspose.PDF for Python via .NET을 사용하여 Hello World 텍스트가 포함된 간단한 PDF 문서를 만드는 방법을 보여줍니다....pdf as ap # 문서 객체 초기화 document = ap . Document () #...프래그먼트 객체 초기화 text_fragment = ap . text . TextFragment ( "Hello...
Эта страница объясняет, как объединить PDF документы в один PDF файл с помощью Python....pdf as ap # Открыть первый документ document1 = ap . Document...Открыть второй документ document2 = ap . Document ( input_pdf_2 ) #...
Você pode preencher formulários no seu documento PDF com a biblioteca Aspose.PDF para Python....pdf as ap # Abrir documento pdfDocument = ap . Document (...
Procurar...pdf as ap # Passo 2: Carregar o documento PDF document = ap.Document("input...in document.pages: page.resize(ap.PageSize.A3) # Passo 4: Salve...
Python Aspose.PDF for Python via C++ライブラリでPDFファイルを保存する方法を学びます。PDFドキュメントをファイルシステム、ストリーム、およびWebアプリケーションに保存します。...AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...
이 주제는 Aspose.PDF for Python .NET 라이브러리를 사용하여 PDF 파일을 HTML 형식으로 변환하는 방법을 보여줍니다....pdf as ap input_pdf = DIR_INPUT + "sample...html" # PDF 문서 열기 document = ap . Document ( input_pdf ) # 문서를...
本主题向您展示如何使用 Aspose.PDF for Python .NET 库将 PDF 文件转换为 HTML 格式。...pdf as ap input_pdf = DIR_INPUT + "sample...html" # 打开 PDF 文档 document = ap . Document ( input_pdf ) # 以...