Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 4,100 for

ape

(0.13 sec)
  1. PS에서 PDF로 변환 AP | Aspose.Page C++

    C++ API 솔루션용 Aspose.Page에서 제공하는 PS-PDF 변환입니다. Windows 32비트, Windows 64비트 및 Linux 64비트용 C++ 런타임 환경에서 작동합니다....C++ API 솔루션용 Aspose.Page에서 제공하는 PS-PDF 변환입니다. Windows 32비트, Windows 64비트 및 Linux 64비트용 C++ 런타임 환경에서 작동합니다.

    products.aspose.com/page/ko/cpp/conversion/ps-t...
  2. XPS에서 PDF로 변환 AP | Aspose.Page C++

    C++ API 솔루션용 Aspose.Page에서 제공하는 XPS-PDF 변환입니다. Windows 32비트, Windows 64비트 및 Linux 64비트용 C++ 런타임 환경에서 작동합니다....C++ API 솔루션용 Aspose.Page에서 제공하는 XPS-PDF 변환입니다. Windows 32비트, Windows 64비트 및 Linux 64비트용 C++ 런타임 환경에서 작동합니다.

    products.aspose.com/page/ko/cpp/conversion/xps-...
  3. PDF Highlights Annotation using Python|Aspose.P...

    Learn how to add highlights annotations to PDF files in Python using Aspose.PDF for text emphasis....pdf as ap # Open document document = ap . Document ( input_file...Annotation highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/python-net/highlights-annot...
  4. Форматирование текста в PDF с помощью Python|As...

    Узнайте, как форматировать текст внутри PDF-документов на Python с помощью настройки межстрочного и межсимвольного интервала, отступов, границ и стилей....pdf as ap import sys from os import path...case ( outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ru/python-net/text-formatti...
  5. 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...
  6. Añadir Anotaciones de Figuras usando Python|Asp...

    Este artículo describe cómo agregar, obtener y eliminar anotaciones de figuras de su documento PDF con Aspose.PDF para Python a través de .NET...pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/es/python-net/figures-annot...
  7. Ajouter des Annotations de Figures en utilisant...

    Cet article décrit comment ajouter, obtenir et supprimer des annotations de figures de votre document PDF avec Aspose.PDF pour Python via .NET...pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/fr/python-net/figures-annot...
  8. Use FloatingBox for PDF Layout in Python|Aspose...

    Learn how to use FloatingBox for text layout, multi-column content, and precise positioning in PDF documents with Python....pdf as ap def create_and_add_floating_box...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/python-net/floating-box/
  9. Anotação de Destaques em PDF usando Python|Aspo...

    As anotações de marcação são apresentadas no texto como destaques, sublinhados, tachados ou sublinhados irregulares no texto de um documento....pdf as ap # Abrir documento document = ap . Document (...Círculo highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/pt/python-net/highlights-an...
  10. Create PDF Links in Python|Aspose.PDF for Pytho...

    Learn how to create internal, external, and remote PDF links in Python....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document ( infile ) page =...

    docs.aspose.com/pdf/python-net/create-links/