Aspose.PDF peut supprimer les pièces jointes de vos documents PDF. Utilisez l'API PDF Python pour supprimer les pièces jointes dans les fichiers PDF à l'aide de la bibliothèque Aspose.PDF pour Python via .NET....pdf as ap # Ouvrir le document document = ap . Document (...
Ekstrak formulir dari dokumen PDF Anda dengan pustaka Aspose.PDF untuk Python. Dapatkan nilai dari bidang individu dari file PDF....pdf as ap # Buka dokumen pdfDocument = ap . Document (...
Este tópico descreve como rotacionar a orientação da página em um arquivo PDF existente programaticamente com Python....pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...
이 페이지는 Python을 사용하여 PDF 문서를 단일 PDF 파일로 병합하는 방법을 설명합니다....pdf as ap # 첫 번째 문서 열기 document1 = ap . Document ( input_pdf_1...input_pdf_1 ) # 두 번째 문서 열기 document2 = ap . Document ( input_pdf_2 ) #...
This topic show you how to convert PDF file to HTML format with Aspose.PDF for Python via .NET library.... Load the source PDF using ‘ap.Document’. Create ‘HtmlSaveOptions’...HTML. Load the source PDF using ‘ap.Document’. Create ‘HtmlSaveOptions’...
この記事では、PDFファイルの希望の場所にページを挿入(追加)する方法を教えます。C#を使用して、PDFファイルからページを移動、削除(削除)する方法を学びます。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...import aspose.pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...