Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 4,431 for

ape

(0.15 sec)
  1. Adicionar Cabeçalho e Rodapé ao PDF usando Pyth...

    Aspose.PDF para Python via .NET permite que você adicione cabeçalhos e rodapés ao seu arquivo PDF usando a classe TextStamp....pdf as ap # Abrir documento document = ap . Document (...# Criar cabeçalho textStamp = ap . TextStamp ( "Texto do Cabeçalho"...

    docs.aspose.com/pdf/pt/python-net/add-headers-a...
  2. Добавление текста в PDF|Aspose.PDF для Python ч...

    Изучите, как добавить текст, HTML‑фрагменты, списки, ссылки и пользовательские шрифты в PDF‑документы на Python....pdf as ap # region Basic text insertion...Create a new document document = ap . Document () page = document...

    docs.aspose.com/pdf/ru/python-net/add-text-to-p...
  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.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. 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...
  7. 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/
  8. 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...
  9. 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-...
  10. Работа с векторной графикой в 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-...