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

ape

(0.12 sec)
  1. Gunakan FloatingBox untuk Tata Letak PDF di Pyt...

    Pelajari cara menggunakan FloatingBox untuk tata letak teks, konten multi‑kolom, dan penempatan yang presisi dalam dokumen PDF dengan Python....pdf as ap def create_and_add_floating_box...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/id/python-net/floating-box/
  2. 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...
  3. 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...
  4. 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...
  5. Текстовые аннотации с использованием 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...
  6. 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...
  7. 파이썬을 통한 셰이프 주석|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...
  8. 通过 Python 的形状注释|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python via .NET 在 PDF 文档中添加、检查和删除直线、正方形、圆形、多边形和折线注释。...document = ap . Document ( infile ) 创建并配置线注释 line_annotation = ap . annotations...1 ], ap . Rectangle ( 550 , 93 , 562 , 439 , True ), ap . Point...

    docs.aspose.com/pdf/zh/python-net/shape-annotat...
  9. Extra Annotations using Python|Aspose.PDF for P...

    Learn how to add extra annotations like highlights or notes to PDFs in Python with Aspose.PDF for enhancing PDF content....pdf as ap # Open document document = ap . Document ( input_file...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/python-net/extra-annotations/
  10. 在 Python 中向 PDF 添加表格|Aspose.PDF for Python via ...

    了解如何在 Python 中向现有 PDF 文档添加和配置表格。...pdf as ap from aspose.pdf import Color...Create new PDF document document = ap . Document () page = document...

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