Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 5,740 for

ape

(1.13 sec)
  1. تعليق التظليل في PDF باستخدام بايثون|Aspose.PDF...

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

    docs.aspose.com/pdf/ar/python-net/highlights-an...
  2. 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...
  3. 파이썬을 사용하여 도형 주석 추가하기|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...
  4. 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...
  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. 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...
  7. 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...
  8. Anotaciones de marcado usando Python|Aspose.PDF...

    Aprende cómo agregar, leer y eliminar texto, cursor y reemplazar anotaciones en documentos PDF usando Aspose.PDF for Python via .NET....Abra el PDF de origen document = ap . Document ( infile ) Crear y...color e ícono. text_annotation = ap . annotations . TextAnnotation...

    docs.aspose.com/pdf/es/python-net/markup-annota...
  9. Python によるシェイプアノテーション|Aspose.PDF for Python via...

    .NET 経由の Aspose.PDF for Python を使用して、PDF ドキュメント内の線、四角形、円、多角形、およびポリラインの注釈を追加、検査、削除する方法を学習します。... ソース PDF を開く document = ap . Document ( infile ) ラインアノテーションの作成と設定...ラインアノテーションの作成と設定 line_annotation = ap . annotations . LineAnnotation...

    docs.aspose.com/pdf/ja/python-net/shape-annotat...
  10. Using Text Annotation for PDF via Python|Aspose...

    Aspose.PDF for Python allows you to Add, Get, and Delete Text Annotation from your PDF document....pdf as ap document = ap . Document ( input_file...input_file ) textAnnotation = ap . annotations . TextAnnotation ( document...

    docs.aspose.com/pdf/python-net/text-annotation/