Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 5,868 for

ape

(0.34 sec)
  1. Добавить текстовые штампы в PDF на Python|Aspos...

    Узнайте, как добавлять текстовые штампы в PDF‑документы на Python....pdf as ap from os import path def add_text_stamp...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ru/python-net/text-stamps-i...
  2. Criando um PDF complexo|Aspose.PDF for Python v...

    Aspose.PDF for Python via .NET permite criar documentos mais complexos que contêm imagens, fragmentos de texto e tabelas em um único documento....pdf as ap def run_complex ( self ): # Initialize...Initialize document object document = ap . Document () # Add page page...

    docs.aspose.com/pdf/pt/python-net/complex-pdf-e...
  3. 파이썬에서 PDF를 HTML로 변환|Aspose.PDF for Python via .NET

    다중 페이지 출력, 외부 이미지, SVG 처리 및 계층화된 HTML 렌더링을 포함하여.NET을 통해 파이썬에서 PDF를 HTML로 변환하는 방법을 알아봅니다. Aspose.PDF...pdf as ap from os import path import sys...document = ap . Document ( infile ) save_options = ap . HtmlSaveOptions...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...
  4. Créer Tagged PDF en Python|Aspose.PDF for Pytho...

    Apprenez à créer des documents PDF balisés en Python avec Aspose.PDF for Python via .NET, incluant les éléments de structure PDF/UA, les formulaires accessibles, les pages TOC et le balisage automatique....pdf as ap import sys from os import path...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/fr/python-net/create-tagged...
  5. 使用 Python 创建带标签的 PDF|Aspose.PDF for Python via ...

    学习如何通过 .NET 使用 Aspose.PDF for Python 在 Python 中创建带标签的 PDF 文档,包括 PDF/UA 结构元素、可访问表单、目录页和自动标记。...pdf as ap import sys from os import path...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/zh/python-net/create-tagged...
  6. Crear Tagged PDF en Python|Aspose.PDF for Pytho...

    Aprende cómo crear documentos PDF etiquetados en Python con Aspose.PDF for Python via .NET, incluidos los Structure Elements PDF/UA, formularios accesibles, páginas TOC y etiquetado automático....pdf as ap import sys from os import path...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/es/python-net/create-tagged...
  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. PDF 스티커 주석을 파이썬으로 사용하기|Aspose.PDF for Python vi...

    이 주제는 스티커 주석에 관한 것이며, 예시로 텍스트에 워터마크 주석을 보여줍니다....pdf as ap document = ap . Document ( input_file...wa = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/ko/python-net/sticky-annota...
  10. Agregar imagen a PDF existente en Python|Aspose...

    Aprenda cómo agregar una imagen a un archivo PDF existente en Python, colocarla en coordenadas fijas, establecer texto alternativo y usar compresión de imágenes.... Cargar un PDF existente con ap.Document(infile) . Seleccione...actualizado. import aspose.pdf as ap def add_image ( infile , image_file...

    docs.aspose.com/pdf/es/python-net/add-image-to-...