Aspose.PDF permite converter PDF para o formato PPT (PowerPoint) usando Python. Uma forma é a possibilidade de converter PDF para PPTX com Slides como Imagens....pdf as ap input_pdf = DIR_INPUT + "sample...Abrir documento PDF document = ap . Document ( input_pdf ) # Instanciar...
Этот раздел описывает, как добавить изображение в существующий PDF файл, используя библиотеку Python....pdf as ap # Открыть документ document = ap . Document (...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...
Este tema describe cómo rotar la orientación de la página en un archivo PDF existente programáticamente con Python....pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...
Bagian ini menjelaskan bagaimana menambahkan gambar ke file PDF yang sudah ada menggunakan pustaka Python....pdf as ap # Buka dokumen document = ap . Document ( input_file...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...
Aspose.PDF for Python via .NETでZUGFeRDを使用してPDFドキュメントを生成する方法を学ぶ...PDFライブラリをインポートし、便利のためにapというエイリアスを付けます。 入力および出力PDFファイル...を保存します。 import aspose.pdf as ap # 入力および出力PDFファイルが配置されているディレクトリへのパスを定義します...