Aspose.PDF for Python via .NETを使用してPDFドキュメントを作成およびフォーマットします。...pdf as ap # ドキュメントオブジェクトを初期化 document = ap . Document ()...新しいページにテキストを追加 page . paragraphs . add ( ap . text . TextFragment ( "Hello...
Cet exemple démontre comment créer un document PDF simple avec le texte Hello World en utilisant Aspose.PDF pour Python via .NET....pdf as ap # Initialiser l'objet document document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...
Este ejemplo muestra cómo establecer la alineación del texto de un campo de formulario en un documento PDF usando Aspose.PDF for Python....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...
Узнайте, как разделить страницы PDF на отдельные PDF-файлы в Python....pdf as ap # Open document document = ap . Document ( input_pdf...document . pages : new_document = ap . Document () new_document ....
学习如何在Python中使用Aspose.PDF for Python via C++库保存PDF文件。将PDF文档保存到文件系统、流中以及Web应用程序中。...AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...
Apprenez à enregistrer un fichier PDF en Python avec Aspose.PDF pour la bibliothèque Python via C++. Enregistrez le document PDF dans le système de fichiers, dans un flux et dans des applications Web....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...
تعلم كيفية حفظ ملف PDF في مكتبة Aspose.PDF لـ Python عبر C++. حفظ مستند PDF في نظام الملفات، إلى تيار، وفي تطبيقات الويب....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...
Pelajari cara menyimpan file PDF dalam Python Aspose.PDF untuk Python melalui pustaka C++. Simpan dokumen PDF ke sistem file, ke aliran, dan dalam aplikasi web....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...
.NET 経由で Aspose.PDF for Python を使用して PDF ページからフォームオブジェクトを削除します。これには、完全なクリーンアップや対象を絞った削除が含まれます。...pdf as ap def remove_all_forms ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...