이 샘플은 Aspose.PDF for Python via .NET을 사용하여 Hello World 텍스트가 포함된 간단한 PDF 문서를 만드는 방법을 보여줍니다....pdf as ap # 문서 객체 초기화 document = ap . Document () #...프래그먼트 객체 초기화 text_fragment = ap . text . TextFragment ( "Hello...
หน้านี้จะอธิบายคุณสมบัติของการทำงานกับภาพในไฟล์ PDF โดยใช้ Aspose.PDF สำหรับห้องสมุดหลาม...pdf as ap input_file = DIR_INPUT + "sample...jpg" # Open document document = ap . Document ( input_file ) document...
Python Aspose.PDF for Python via C++ライブラリでPDFファイルを保存する方法を学びます。PDFドキュメントをファイルシステム、ストリーム、およびWebアプリケーションに保存します。...AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...
이 주제는 파이썬 애플리케이션에서 PDF 페이지를 개별 PDF 파일로 분할하는 방법을 보여줍니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...document . pages : new_document = ap . Document () new_document ....
Topik ini menunjukkan cara mengubah file PDF ke format HTML dengan pustaka Aspose.PDF untuk Python .NET....pdf as ap input_pdf = DIR_INPUT + "sample...# Buka dokumen PDF document = ap . Document ( input_pdf ) # simpan...
این صفحه ویژگی های کار با تصاویر در فایل PDF با استفاده از Aspose.PDF برای کتابخانه پایتون را توصیف می کند....pdf as ap input_file = DIR_INPUT + "sample...jpg" # Open document document = ap . Document ( input_file ) document...
Search PDF document without opening programmatically with Python sample code using Aspose.PDF for Python for .NET....pdf as ap # Search Text from All the Pages...of PDF Document pdfDocument = ap . Document ( "c: \\ samples \\...
本主题展示如何在您的 Python 应用程序中将 PDF 页面拆分为单个 PDF 文件。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...document . pages : new_document = ap . Document () new_document ....
COM Interop을 통해.NET 프레임워크, .NET Core 및 PHP, VBScript, 델파이, C++에서 프로그래밍 방식으로 문서의 PDF 페이지를 이동하는 파이썬 예제 코드입니다....pdf as ap srcDocument = ap . Document ( src_file_name...src_file_name ) dstDocument = ap . Document ( dst_File_name ) page =...