Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 5,866 for

ape

(0.14 sec)
  1. 파이썬을 사용한 추가 주석|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...
  2. التعليقات التوضيحية الإضافية باستخدام Python|As...

    يصف هذا القسم كيفية إضافة، الحصول على، وحذف أنواع إضافية من التعليقات التوضيحية من مستند PDF الخاص بك....pdf as ap # فتح المستند document = ap . Document ( input_file...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/ar/python-net/extra-annotat...
  3. Formatar texto PDF em Python|Aspose.PDF for Pyt...

    Aprenda a formatar texto em documentos PDF em Python utilizando espaçamento, margens, avanço e opções de estilo....pdf as ap import sys from os import path...case ( outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/text-formatting-...
  4. Add Text to PDF in Python|Aspose.PDF for Python...

    Learn how to add text, HTML fragments, lists, links, and custom fonts to PDF documents in Python....pdf as ap # region Basic text insertion...Create a new document document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/add-text-to-pdf-...
  5. إضافة نص إلى PDF في بايثون|Aspose.PDF for Pytho...

    تعرف على كيفية إضافة نص وأجزاء HTML والقوائم والروابط والخطوط المخصصة إلى مستندات PDF في Python....pdf as ap # region Basic text insertion...Create a new document document = ap . Document () page = document...

    docs.aspose.com/pdf/ar/python-net/add-text-to-p...
  6. Work with Tables in Tagged PDFs in Python|Aspos...

    Learn how to work with accessible tables in tagged PDFs in Python with Aspose.PDF for Python via .NET, including structure, spans, alignment, and PDF/UA-friendly table markup....pdf as ap import sys from os import path...): # Create PDF document with ap . Document () as document : tagged_content...

    docs.aspose.com/pdf/python-net/working-with-tab...
  7. Anotasi Interaktif menggunakan Python|Aspose.PD...

    Pelajari cara menambahkan, membaca, dan menghapus anotasi tautan, serta cara membuat tombol navigasi dan cetak dalam dokumen PDF menggunakan Aspose.PDF for Python via .NET....document = ap . Document ( infile ) text_fragment_absorber = ap . text...URI padanya. link_annotation = ap . annotations . LinkAnnotation...

    docs.aspose.com/pdf/id/python-net/interactive-a...
  8. Интерактивные аннотации с использованием Python...

    Узнайте, как добавлять, считывать и удалять аннотации‑ссылки, а также как создавать навигационные и кнопки печати в PDF‑документах с использованием Aspose.PDF for Python via .NET....document = ap . Document ( infile ) text_fragment_absorber = ap . text...действие URI. link_annotation = ap . annotations . LinkAnnotation...

    docs.aspose.com/pdf/ru/python-net/interactive-a...
  9. Anotações Interativas usando Python|Aspose.PDF ...

    Aprenda a adicionar, ler e excluir anotações de link, e como criar botões de navegação e impressão em documentos PDF usando Aspose.PDF for Python via .NET....document = ap . Document ( infile ) text_fragment_absorber = ap . text...URI a ele. link_annotation = ap . annotations . LinkAnnotation...

    docs.aspose.com/pdf/pt/python-net/interactive-a...
  10. Python で PDF に楕円シェイプを追加する方法|Aspose.PDF for Pyth...

    Python で PDF ファイルに楕円を描画し、塗りつぶし、ラベルを付ける方法を学びましょう。...pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ja/python-net/add-ellipse/