이 페이지는 Aspose.PDF for Python via .NET 라이브러리를 사용하여 PDF 파일에 첨부 파일을 추가하는 방법을 설명합니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...추가할 새 파일 설정 fileSpecification = ap . FileSpecification ( attachment_file...
В этой теме показано, как конвертировать HTML в PDF и MHTML в PDF, используя Aspose.PDF для Python....pdf as ap input_pdf = DIR_INPUT + "little_html...pdf" options = ap . HtmlLoadOptions () document = ap . Document (...
Aprenda a salvar arquivo PDF em Python Aspose.PDF para biblioteca Python via C++. Salvar documento PDF no sistema de arquivos, em stream e em aplicações Web....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...
les archives...pdf as ap # Étape 2 : Charger le document PDF document = ap.Document("input...in document.pages: page.resize(ap.PageSize.A3) # Étape 4 : Enregistrez...
تعلم كيفية حفظ ملف PDF في مكتبة Aspose.PDF لـ Python عبر C++. حفظ مستند PDF في نظام الملفات، إلى تيار، وفي تطبيقات الويب....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...
You may set different structure elements properties in PDF document with Aspose.PDF for Python via .NET....pdf as ap # region Setting Structure Elements...): # Create PDF Document with ap . Document () as document : #...
Este tema muestra cómo dividir páginas de PDF en archivos PDF individuales en tus aplicaciones de Python....pdf as ap # Abrir documento document = ap . Document (...document . pages : new_document = ap . Document () new_document ....
Aspose.PDF for Python via .NETを使用すると、PDFドキュメント内に含まれるテーブルに対して様々な操作を行うことが可能です。...pdf as ap # ソースPDFドキュメントを読み込む pdf_document = ap . Document...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...