Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 4,093 for

ape

(0.04 sec)
  1. Optimalkan, Kompres atau Kurangi Ukuran PDF di ...

    Optimalkan file PDF, perkecil semua gambar, kurangi ukuran PDF, Hapus penyematan font, Hapus objek yang tidak digunakan dengan Python....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...aspose.pdf as ap # Buka dokumen document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/id/python-net/optimize-pdf/
  2. Text Formatting inside PDF using Python|Aspose....

    Explore text formatting options within PDF files in Python using Aspose.PDF for customized document styling....pdf as ap from aspose.pdf import Color...16-point line spacing """ document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/text-formatting-...
  3. Программное сохранение PDF документа|Aspose.PDF...

    Узнайте, как сохранить PDF файл в библиотеке Python Aspose.PDF для Python через .NET. Сохраните PDF документ в файловой системе, в поток и в веб-приложениях....pdf as ap document = ap . Document ( input_pdf... import aspose.pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/ru/python-net/save-pdf-docu...
  4. Simpan dokumen PDF secara programatis|Aspose.PD...

    Pelajari cara menyimpan file PDF di Python Aspose.PDF untuk perpustakaan Python via .NET. Simpan dokumen PDF ke sistem file, ke aliran, dan dalam aplikasi Web....pdf as ap document = ap . Document ( input_pdf... import aspose.pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/id/python-net/save-pdf-docu...
  5. PDF 문서 프로그래밍 방식으로 열기|Aspose.PDF for Python via ...

    Python Aspose.PDF for Python via .NET 라이브러리를 사용하여 PDF 파일을 여는 방법을 알아보세요. 기존 PDF, 스트림의 문서 및 암호화된 PDF 문서를 열 수 있습니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...PDF 문서 열기 import aspose.pdf as ap input_pdf = DIR_INPUT + "sample...

    docs.aspose.com/pdf/ko/python-net/open-pdf-docu...
  6. Convert PDF to EPUB, LaTeX, Text, XPS in Python...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using Python....pdf as ap path_infile = path . join ( self...document = ap . Document ( path_infile ) save_options = ap . EpubSaveOptions...

    docs.aspose.com/pdf/python-net/convert-pdf-to-o...
  7. Trabajando con Portafolio en PDF usando Python|...

    Cómo Crear un Portafolio en PDF con Python. Debe usar un archivo de Microsoft Excel, un documento de Word y un archivo de imagen para crear un Portafolio en PDF....pdf as ap # Instanciar objeto Document document = ap . Document...documento document . collection = ap . Collection () # Obtener archivos...

    docs.aspose.com/pdf/es/python-net/portfolio/
  8. Tambahkan Nomor Halaman ke PDF dengan Python|As...

    Aspose.PDF untuk Python melalui .NET memungkinkan Anda menambahkan Stempel Nomor Halaman ke file PDF Anda menggunakan kelas PageNumber Stamp....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...nomor halaman page_number_stamp = ap . PageNumberStamp () # Apakah...

    docs.aspose.com/pdf/id/python-net/add-page-number/
  9. Formatting PDF Document using Python|Aspose.PDF...

    Create and format the PDF Document with Aspose.PDF for Python via .NET. Use the next code snippet to resolve your tasks....pdf as ap # Open document document = ap . Document ( input_pdf...aspose.pdf as ap # Open document document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/python-net/formatting-pdf-d...
  10. Improving of the Text Extraction from Multi‑Col...

    This section contains articles on Text formatting and scaling using Aspose.PDF in Python....pdf as ap def extract_text_reduce_font...doc = ap . Document ( infile ) try : frag_absorber = ap . text...

    docs.aspose.com/pdf/python-net/text-extraction-...