Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 4,431 for

ape

(1.36 sec)
  1. Agregar tablas a PDF en Python|Aspose.PDF for P...

    Aprenda a agregar y configurar tablas en documentos PDF existentes en Python....pdf as ap from aspose.pdf import Color...Create new PDF document document = ap . Document () page = document...

    docs.aspose.com/pdf/es/python-net/adding-tables/
  2. Манипулировать PDF-документами в Python|Aspose....

    Узнайте, как проверять, структурировать и изменять PDF‑документы в Python, включая управление TOC и проверки PDF/A....pdf as ap def validate_pdfa_standard_a1a...input_pdf , output_pdf ): document = ap . Document ( input_pdf ) document...

    docs.aspose.com/pdf/ru/python-net/manipulate-pd...
  3. 在 PDF 中添加文字印章通过 Python|Aspose.PDF for Python vi...

    使用 Aspose.PDF for Python 库的 TextStamp 类向 PDF 文档添加文字印章。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...input_pdf ) # 创建文字印章 text_stamp = ap . TextStamp ( "Sample Stamp"...

    docs.aspose.com/pdf/zh/python-net/text-stamps-i...
  4. 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-...
  5. Добавить штампы‑изображения в PDF на Python|Asp...

    Узнайте, как добавить штампы‑изображения на страницы PDF с помощью Python.... Загрузите PDF, используя ‘ap.Document()’. Создайте штамп изображения...import sys import aspose.pdf as ap from os import path def add_image_stamp...

    docs.aspose.com/pdf/ru/python-net/image-stamps-...
  6. 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...
  7. 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-...
  8. Tambahkan Cap Teks di PDF melalui Python|Aspose...

    Tambahkan cap teks ke dokumen PDF menggunakan kelas TextStamp dengan pustaka Aspose.PDF untuk Python....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...# Buat cap teks text_stamp = ap . TextStamp ( "Sample Stamp"...

    docs.aspose.com/pdf/id/python-net/text-stamps-i...
  9. Manipuler un document PDF en Python via .NET|As...

    Cet article contient des informations sur la façon de valider un document PDF pour la norme PDF A en utilisant Python, comment travailler avec le TOC, comment définir une date d'expiration pour le PDF, etc....pdf as ap # Ouvrir le document document = ap . Document (...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) L’exemple...

    docs.aspose.com/pdf/fr/python-net/manipulate-pd...
  10. Python을 통한 PDF 문서 조작|Aspose.PDF for Python via ...

    이 기사는 Python을 사용하여 PDF A 표준에 대해 PDF 문서를 검증하는 방법, 목차 작업 방법, PDF 만료 날짜 설정 방법 등에 대한 정보를 포함하고 있습니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) 다음 코드...

    docs.aspose.com/pdf/ko/python-net/manipulate-pd...