Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 5,749 for

ape

(0.26 sec)
  1. Python を使用したテキストベースのアノテーション|Aspose.PDF for Pyth...

    .NET 経由で Aspose.PDF for Python を使用して、PDF ドキュメント内のフリーテキスト、ハイライト、下線、波線、取り消し線の付いた注釈を追加、確認、削除する方法について説明します。... ソース PDF を開く document = ap . Document ( infile ) フリーテキスト注釈の作成と設定...フリーテキスト注釈の作成と設定 free_text_annotation = ap . annotations . FreeTextAnnotation...

    docs.aspose.com/pdf/ja/python-net/text-based-an...
  2. Tambahkan Bentuk Elips ke PDF dalam Python|Aspo...

    Pelajari cara menggambar, mengisi, dan memberi label pada bentuk elips dalam file PDF menggunakan Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/id/python-net/add-ellipse/
  3. Аннотация выделений в PDF с использованием Pyth...

    Аннотации разметки представлены в тексте как выделения, подчеркивания, зачеркивания или зубчатые подчеркивания в тексте документа....pdf as ap # Открыть документ document = ap . Document (...Highlight highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/ru/python-net/highlights-an...
  4. تعليق التظليل في PDF باستخدام بايثون|Aspose.PDF...

    يتم تقديم التعليقات التوضيحية للترميز في النص كتظليل أو خطوط تحتية أو شطب أو خطوط تحتية متعرجة في نص المستند....pdf as ap # فتح المستند document = ap . Document ( input_file...توضيحي دائري highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/ar/python-net/highlights-an...
  5. Anotación de Resaltados en PDF usando Python|As...

    Las anotaciones de marcado se presentan en el texto como resaltados, subrayados, tachados o subrayados irregulares en el texto de un documento....pdf as ap # Abrir documento document = ap . Document (...Círculo highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/es/python-net/highlights-an...
  6. Anotaciones basadas en texto usando Python|Aspo...

    Aprenda cómo agregar, inspeccionar y eliminar anotaciones de texto libre, resaltado, subrayado, ondulado y tachado en documentos PDF usando Aspose.PDF for Python via .NET....Abra el PDF de origen document = ap . Document ( infile ) Crear y...libre free_text_annotation = ap . annotations . FreeTextAnnotation...

    docs.aspose.com/pdf/es/python-net/text-based-An...
  7. 使用 Python 的基于文本的注释|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python via .NET 在 PDF 文档中添加、检查和删除自由文本、高亮、下划线、波浪线和删除线注释。... 打开源 PDF document = ap . Document ( infile ) 创建并配置自由文本注释...创建并配置自由文本注释 free_text_annotation = ap . annotations . FreeTextAnnotation...

    docs.aspose.com/pdf/zh/python-net/text-based-an...
  8. 파이썬에서 PDF 문서 조작하기|Aspose.PDF for Python via .NET

    TOC 관리 및 PDF/A 검사를 포함하여 Python에서 PDF 문서를 검증, 구성 및 수정하는 방법을 알아봅니다....pdf as ap def validate_pdfa_standard_a1a...input_pdf , output_pdf ): document = ap . Document ( input_pdf ) document...

    docs.aspose.com/pdf/ko/python-net/manipulate-pd...
  9. Python の PDF レイアウトにフローティングボックスを使用する|Aspose.PDF ...

    Python で FloatingBox を使ってテキストレイアウト、複数列のコンテンツ、PDF ドキュメントの正確な配置を行う方法を学びましょう。...pdf as ap def create_and_add_floating_box...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/ja/python-net/floating-box/
  10. Tambahkan Tabel ke PDF dengan Python|Aspose.PDF...

    Pelajari cara menambahkan dan mengonfigurasi tabel dalam dokumen PDF yang ada menggunakan Python....pdf as ap from aspose.pdf import Color...Create new PDF document document = ap . Document () page = document...

    docs.aspose.com/pdf/id/python-net/adding-tables/