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

ape

(0.16 sec)
  1. 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...
  2. 파이썬을 사용하여 도형 주석 추가하기|Aspose.PDF for Python via ...

    이 문서에서는 Aspose.PDF for Python을 통해 PDF 문서에서 도형 주석을 추가, 가져오기 및 삭제하는 방법을 설명합니다....pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/ko/python-net/figures-annot...
  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. Text Based Annotations using Python|Aspose.PDF ...

    Learn how to add, inspect, and delete free text, highlight, underline, squiggly, and strikeout annotations in PDF documents using Aspose.PDF for Python via .NET....Open the source PDF document = ap . Document ( infile ) Create...annotation free_text_annotation = ap . annotations . FreeTextAnnotation...

    docs.aspose.com/pdf/python-net/text-based-annot...
  5. Anotações Baseadas em Texto usando Python|Aspos...

    Saiba como adicionar, inspecionar e excluir anotações de texto livre, highlight, underline, squiggly e strikeout em documentos PDF usando Aspose.PDF for Python via .NET....Abra o PDF de origem document = ap . Document ( infile ) Criar e...livre free_text_annotation = ap . annotations . FreeTextAnnotation...

    docs.aspose.com/pdf/pt/python-net/text-based-an...
  6. Annotations basées sur le texte avec Python|Asp...

    Apprenez comment ajouter, inspecter et supprimer les annotations de texte libre, de surlignage, de soulignement, de soulignement ondulé et de barré dans les documents PDF à l'aide d'Aspose.PDF for Python via .NET....Ouvrez le PDF source document = ap . Document ( infile ) Créer et...libre free_text_annotation = ap . annotations . FreeTextAnnotation...

    docs.aspose.com/pdf/fr/python-net/text-based-An...
  7. Текстовые аннотации с использованием Python|Asp...

    Узнайте, как добавлять, просматривать и удалять аннотации свободного текста, выделения, подчеркивания, волнистого подчеркивания и зачёркивания в PDF‑документах с использованием Aspose.PDF for Python via .NET....Открытие исходного PDF document = ap . Document ( infile ) Создание...текста free_text_annotation = ap . annotations . FreeTextAnnotation...

    docs.aspose.com/pdf/ru/python-net/text-based-An...
  8. 在 PDF 中创建或添加表格使用 Python|Aspose.PDF for Python v...

    Aspose.PDF for Python via .NET 是一个用于创建、读取和编辑 PDF 表格的库。在此主题中查看其他高级功能。... table = ap . Table () 在现有 PDF 文档中添加表格 要通过...import aspose.pdf as ap # 加载源PDF文档 doc = ap . Document ( input_file...

    docs.aspose.com/pdf/zh/python-net/add-table-in-...
  9. Markup Annotations menggunakan Python|Aspose.PD...

    Pelajari cara menambah, membaca, dan menghapus teks, caret, serta mengganti anotasi dalam dokumen PDF menggunakan Aspose.PDF for Python via .NET.... Buka PDF sumber document = ap . Document ( infile ) Buat dan...serta ikon. text_annotation = ap . annotations . TextAnnotation...

    docs.aspose.com/pdf/id/python-net/markup-annota...
  10. 파이썬을 통한 셰이프 주석|Aspose.PDF for Python via .NET

    .NET을 통해 Aspose.PDF for Python을 사용하여 PDF 문서에서 선, 사각형, 원, 다각형 및 폴리라인 주석을 추가, 검사 및 삭제하는 방법을 알아봅니다.... 원본 PDF 열기 document = ap . Document ( infile ) 라인 주석 생성...생성 및 구성 line_annotation = ap . annotations . LineAnnotation (...

    docs.aspose.com/pdf/ko/python-net/shape-annotat...