Aspose.PDF dapat menghapus lampiran dari dokumen PDF Anda. Gunakan Python PDF API untuk menghapus lampiran dalam file PDF menggunakan Aspose.PDF untuk Python melalui pustaka .NET....pdf as ap # Buka dokumen document = ap . Document ( input_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...
You can delete pages from your PDF file using Aspose.PDF for Python via .NET library....pdf as ap # Global configuration DATA_DIR...as output.pdf """ document = ap . Document ( input_file_name...
이 샘플은 Aspose.PDF for Python via .NET을 사용하여 Hello World 텍스트가 포함된 간단한 PDF 문서를 만드는 방법을 보여줍니다....pdf as ap # 문서 객체 초기화 document = ap . Document () #...프래그먼트 객체 초기화 text_fragment = ap . text . TextFragment ( "Hello...
Эта страница объясняет, как объединить PDF документы в один PDF файл с помощью Python....pdf as ap # Открыть первый документ document1 = ap . Document...Открыть второй документ document2 = ap . Document ( input_pdf_2 ) #...
Aspose.PDF can remove attachments from your PDF documents. Use Python PDF API to remove attachments in PDF files using Aspose.PDF for Python via .NET library....pdf as ap # Open document document = ap . Document ( input_pdf...
Bagian ini menunjukkan cara mengekstrak gambar dari file PDF menggunakan pustaka Python....pdf as ap # Buka dokumen document = ap . Document ( input_file...