Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 4,431 for

ape

(0.11 sec)
  1. تحسين، ضغط أو تقليل حجم ملف PDF في بايثون|Aspos...

    تحسين ملف PDF، تقليص جميع الصور، تقليل حجم PDF، إلغاء تضمين الخطوط، إزالة الكائنات غير المستخدمة باستخدام بايثون....pdf as ap # فتح المستند document = ap . Document ( input_pdf...import aspose.pdf as ap # فتح الوثيقة document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/ar/python-net/optimize-pdf/
  2. Конвертировать PDF в Excel с помощью Python|Asp...

    Узнайте, как конвертировать PDF-файлы в Excel в Python с помощью Aspose.PDF for Python via .NET, включая XLS, XLSX, CSV, ODS и вывод в виде одного листа....pdf as ap import sys def convert_pdf_t...document = ap . Document ( infile ) save_options = ap . ExcelSaveOptions...

    docs.aspose.com/pdf/python-net/convert-pdf-to-e...
  3. Конвертировать PDF в Excel с помощью Python|Asp...

    Узнайте, как конвертировать PDF-файлы в Excel в Python с помощью Aspose.PDF for Python via .NET, включая XLS, XLSX, CSV, ODS и вывод в виде одного листа....pdf as ap import sys def convert_pdf_t...document = ap . Document ( infile ) save_options = ap . ExcelSaveOptions...

    docs.aspose.com/pdf/ru/python-net/convert-pdf-t...
  4. Agregar numeración Bates a PDF en Python|Aspose...

    Aprenda cómo agregar y eliminar la numeración Bates en documentos PDF usando Python con Aspose.PDF for Python via .NET....pdf as ap def _create_bates_artifact ():...default settings.""" artifact = ap . BatesNArtifact () artifact...

    docs.aspose.com/pdf/es/python-net/add-bates-num...
  5. Criando um PDF complexo|Aspose.PDF para Python ...

    Aspose.PDF para Python via .NET permite que você crie documentos mais complexos que contêm imagens, fragmentos de texto e tabelas em um único documento....pdf as ap # Inicializar objeto de documento document = ap . Document...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/pt/python-net/complex-pdf-e...
  6. Format PDF Text in Python|Aspose.PDF for Python...

    Learn how to format text inside PDF documents in Python using spacing, borders, indentation, and styling options....pdf as ap import sys from os import path...case ( outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/text-formatting-...
  7. Extract Vector Data from a PDF file using Pytho...

    Aspose.PDF makes it easy to extract vector data from a PDF file. You can get the vector data (path, polygon, polyline), such as position, color, linewidth, etc....pdf as ap def extract_graphics_elements...document = ap . Document ( infile ) try : gr_absorber = ap . vector...

    docs.aspose.com/pdf/python-net/extract-vector-d...
  8. Convert PDF to EPUB, LaTeX, Text, XPS in Python...

    Topik ini menunjukkan cara mengonversi file PDF ke format file lain seperti EPUB, LaTeX, Teks, XPS, dll menggunakan Python....pdf as ap input_pdf = DIR_INPUT + "sample...# Buka dokumen PDF document = ap . Document ( input_pdf ) # Instansiasi...

    docs.aspose.com/pdf/id/python-net/convert-pdf-t...
  9. Work with Tables in Tagged PDFs in Python|Aspos...

    Learn how to work with accessible tables in tagged PDFs in Python with Aspose.PDF for Python via .NET, including structure, spans, alignment, and PDF/UA-friendly table markup....pdf as ap import sys from os import path...): # Create PDF document with ap . Document () as document : tagged_content...

    docs.aspose.com/pdf/python-net/working-with-tab...
  10. Add Text to PDF in Python|Aspose.PDF for Python...

    Learn how to add text, HTML fragments, lists, links, and custom fonts to PDF documents in Python....pdf as ap # region Basic text insertion...Create a new document document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/add-text-to-pdf-...