Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 4,431 for

ape

(0.1 sec)
  1. 파이썬을 사용한 추가 주석|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...
  2. 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...
  3. Pythonを使用した追加注釈|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/ja/python-net/extra-annotat...
  4. Конвертировать форматы изображений в PDF на Pyt...

    Узнайте, как конвертировать BMP, CGM, DICOM, PNG, TIFF, EMF, SVG и другие форматы изображений в PDF на Python с помощью Aspose.PDF for Python via .NET....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/convert-images-f...
  5. Aspose.Page für Python – Häufig gestellte Fragen

    Umfassende FAQ zu Installation, Lizenzierung, unterstützten Formaten, Konvertierung, Rendering, Bearbeitung, Leistung und Fehlerbehebung für die reine Python-Bibliothek von Aspose.Page....page as ap 2 license = ap. License () 3 license...import aspose.page as ap 2 3 doc = ap. Document ( ' sample. ps...

    docs.aspose.com/page/de/python-net/faq/
  6. 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...
  7. Trabajar con gráficos vectoriales en Python|Asp...

    Aprende cómo extraer, mover, eliminar y copiar gráficos vectoriales entre páginas PDF usando GraphicsAbsorber en Python....pdf as ap import sys from os import path...): with ap . Document ( infile ) as document : with ap . vector...

    docs.aspose.com/pdf/es/python-net/working-with-...
  8. Работа с векторной графикой в Python|Aspose.PDF...

    Узнайте, как извлекать, перемещать, удалять и копировать векторную графику между страницами PDF с помощью GraphicsAbsorber в Python....pdf as ap import sys from os import path...): with ap . Document ( infile ) as document : with ap . vector...

    docs.aspose.com/pdf/ru/python-net/working-with-...
  9. 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-...
  10. 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...