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

ape

(0.41 sec)
  1. 파이썬에서 PDF를 PDF/A, PDF/E 및 PDF/X로 변환|Aspose.PDF ...

    .NET을 통해 파이썬에서 PDF 파일을 PDF/A, PDF/E 및 PDF/X로 변환하는 방법을 알아보세요. 보관, 접근성 및 인쇄 워크플로우를 위해 파이썬용 Aspose.PDF... ‘AP.Document’를 사용하여 PDF 문서를 로드합니다...대상 형식 - ‘ap.pdfFormat.pdf_a_1b’ (아카이브 표준) 오류 조치 - ‘ap.ConvertErrorAction...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...
  2. 在 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...
  3. Pythonを使用して図の注釈を追加する|Aspose.PDF for Python via ...

    この記事では、Aspose.PDF for Python via .NETを使用して、PDFドキュメントに対して図の注釈を追加、取得、削除する方法について説明します...pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/ja/python-net/figures-annot...
  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. 파이썬을 사용한 추가 주석|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...
  6. 파이썬에서 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/
  7. Add Tables to PDF in Python|Aspose.PDF for Pyth...

    Learn how to add and configure tables in existing PDF documents in Python....pdf as ap from aspose.pdf import Color...Create new PDF document document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/adding-tables/
  8. Adicionar tabelas ao PDF em Python|Aspose.PDF f...

    Saiba como adicionar e configurar tabelas em documentos PDF existentes em Python....pdf as ap from aspose.pdf import Color...Create new PDF document document = ap . Document () page = document...

    docs.aspose.com/pdf/pt/python-net/adding-tables/
  9. Anotaciones Extras usando Python|Aspose.PDF par...

    Esta sección describe cómo agregar, obtener y eliminar tipos adicionales de anotaciones de su documento PDF....pdf as ap # Abrir documento document = ap . Document (...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/es/python-net/extra-annotat...
  10. Python を使用したマークアップアノテーション|Aspose.PDF for Python...

    .NET 経由で Aspose.PDF for Python を使用して、PDF ドキュメント内のテキスト、キャレット、注釈を追加、読み取り、削除する方法、および注釈を置換する方法について説明します。... ソース PDF を開く document = ap . Document ( infile ) テキスト注釈の作成と設定...イコンを設定します。 text_annotation = ap . annotations . TextAnnotation...

    docs.aspose.com/pdf/ja/python-net/markup-annota...