Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 5,741 for

ape

(0.09 sec)
  1. 在 Python 中将 PDF 转换为 PDF/A、PDF/E 和 PDF/X|Aspose....

    了解如何使用 Aspose.PDF for Python via .NET 在 Python 中将 PDF 文件转换为 PDF/A、PDF/E 和 PDF/X,以用于归档、可访问性和打印工作流。...以下代码片段展示了如何将 PDF 文件转换为 PDF/A-1B 格式: 使用 ‘ap.Document’ 加载 PDF 文档。 使用以下参数调用...目标格式 - ‘ap.PdfFormat.PDF_A_1B’(存档标准)。 Error action - ‘ap.ConvertErrorAction...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...
  2. 파이썬에서 PDF에 표 추가|Aspose.PDF for Python via .NET

    Python에서 기존 PDF 문서에 테이블을 추가하고 구성하는 방법을 알아봅니다....pdf as ap from aspose.pdf import Color...Create new PDF document document = ap . Document () page = document...

    docs.aspose.com/pdf/ko/python-net/adding-tables/
  3. 파이썬을 사용한 추가 주석|Aspose.PDF for Python via .NET

    이 섹션은 PDF 문서에서 추가 유형의 주석을 추가, 가져오기 및 삭제하는 방법을 설명합니다....pdf as ap # 문서 열기 document = ap . Document ( input_file...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/ko/python-net/extra-annotat...
  4. Manipulate PDF Documents in Python|Aspose.PDF f...

    Learn how to validate, structure, and modify PDF documents in Python, including TOC management and PDF/A checks....pdf as ap def validate_pdfa_standard_a1a...input_pdf , output_pdf ): document = ap . Document ( input_pdf ) document...

    docs.aspose.com/pdf/python-net/manipulate-pdf-d...
  5. Anotasi Bentuk via Python|Aspose.PDF for Python...

    Pelajari cara menambahkan, memeriksa, dan menghapus anotasi garis, kotak, lingkaran, poligon, dan polilin dalam dokumen PDF menggunakan Aspose.PDF for Python via .NET.... Buka PDF sumber document = ap . Document ( infile ) Buat dan...anotasi garis line_annotation = ap . annotations . LineAnnotation...

    docs.aspose.com/pdf/id/python-net/shape-annotat...
  6. Membuat PDF yang kompleks|Aspose.PDF untuk Pyth...

    Aspose.PDF untuk Python via .NET memungkinkan Anda membuat dokumen yang lebih kompleks yang mengandung gambar, fragmen teks, dan tabel dalam satu dokumen....pdf as ap # Inisialisasi objek dokumen document = ap . Document...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/id/python-net/complex-pdf-e...
  7. Convertir PDF a PDF/A, PDF/E y PDF/X en Python|...

    Aprenda cómo convertir archivos PDF a PDF/A, PDF/E y PDF/X en Python con Aspose.PDF for Python via .NET para flujos de trabajo de archivado, accesibilidad e impresión....Cargue el documento PDF usando ‘ap.Document’. Llame al método convert...cumplimiento. Formato de destino - ‘ap.PdfFormat.PDF_A_1B’ (estándar...

    docs.aspose.com/pdf/es/python-net/convert-pdf-t...
  8. Créer des liens PDF en Python|Aspose.PDF for Py...

    Apprenez comment créer des liens PDF internes, externes et distants en Python....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document ( infile ) page =...

    docs.aspose.com/pdf/fr/python-net/create-links/
  9. Crear o Agregar Tabla en PDF usando Python|Aspo...

    Aspose.PDF para Python via .NET es una biblioteca utilizada para crear, leer y editar tablas PDF. Consulta otras funciones avanzadas en este tema.... table = ap . Table () Añadiendo Tabla en...aspose.pdf as ap # Cargar documento PDF fuente doc = ap . Document...

    docs.aspose.com/pdf/es/python-net/add-table-in-...
  10. Criar ou Adicionar Tabela em PDF usando Python|...

    Aspose.PDF para Python via .NET é uma biblioteca usada para criar, ler e editar Tabelas em PDF. Verifique outras funções avançadas neste tópico.... table = ap . Table () Adicionando Tabela...pdf as ap # Carregar documento PDF de origem doc = ap . Document...

    docs.aspose.com/pdf/pt/python-net/add-table-in-...