Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 4,093 for

ape

(0.16 sec)
  1. أرشيف

    أرشيف...pdf as ap # تهيئة كائن المستند document = ap.Document() #...كائن تجزئة النص text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/ar/pdf/create-pdf-files-in-python/
  2. Adding Text stamps in PDF via Python|Aspose.PDF...

    Add a text stamp to a PDF document using the TextStamp class with Aspose.PDF for Python library....pdf as ap # Global configuration DATA_DIR...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/text-stamps-in-t...
  3. Работа с портфолио в PDF с использованием Pytho...

    Как создать PDF-портфолио с помощью Python. Вы должны использовать файл Microsoft Excel, документ Word и файл изображения для создания PDF-портфолио....pdf as ap # Создать объект документа document = ap . Document...документа document . collection = ap . Collection () # Получить файлы...

    docs.aspose.com/pdf/ru/python-net/portfolio/
  4. 将 PDF 转换为 EPUB、LaTeX、文本、XPS 在 Python 中|Aspose.P...

    本主题向您展示如何使用 Python 将 PDF 文件转换为其他文件格式,如 EPUB、LaTeX、文本、XPS 等。...pdf as ap input_pdf = DIR_INPUT + "sample..."convert_pdf_to_epub.epub" # 打开PDF文档 document = ap . Document ( input_pdf ) # 实例化Epub保存选项...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...
  5. Abrir documento PDF programáticamente|Aspose.PD...

    Aprenda a abrir un archivo PDF en Python Aspose.PDF para la biblioteca Python a través de .NET. Puede abrir un PDF existente, un documento desde un flujo y un documento PDF cifrado....pdf as ap # Abrir documento document = ap . Document (...desde flujo import aspose.pdf as ap input_pdf = DIR_INPUT + "sample...

    docs.aspose.com/pdf/es/python-net/open-pdf-docu...
  6. Manipular Tablas en PDF existente|Aspose.PDF pa...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pdf as ap # Cargar archivo PDF existente pdf_document = ap . Document...para encontrar tablas absorber = ap . text . TableAbsorber () # Visitar...

    docs.aspose.com/pdf/es/python-net/manipulate-ta...
  7. Membuat AcroForm - Membuat PDF yang Dapat Diisi...

    Dengan Aspose.PDF untuk Python Anda dapat membuat formulir dari awal di file PDF Anda...pdf as ap # Buka dokumen pdfDocument = ap . Document (...# Buat bidang textBoxField = ap . forms . TextBoxField ( pdfDocument...

    docs.aspose.com/pdf/id/python-net/create-form/
  8. Archivio

    Archivio...pdf as ap # Crea un oggetto PdfViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Percorso della directory contenente...

    blog.aspose.com/it/pdf/print-pdf-in-python/
  9. Procurar

    Procurar...pdf as ap # Criar objeto PDFViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Caminho do diretório contendo...

    blog.aspose.com/pt/pdf/print-pdf-in-python/
  10. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file in Python Aspose.PDF for Python via .NET library. Save PDF document to file system, to stream, and in Web applications....pdf as ap document = ap . Document ( input_pdf... import aspose.pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/python-net/save-pdf-document/