Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 9,064 for

annotate

(0.35 sec)
  1. Аннотации фигур через Python|Aspose.PDF for Pyt...

    Узнайте, как добавлять, проверять и удалять аннотации линий, квадратов, кругов, полигонов и полилиний в PDF‑документах с помощью Aspose.PDF for Python via .NET....аннотацию линий line_annotation = ap . annotations . LineAnnotation...line_annotation . title = "John Smith" line_annotation . color...

    docs.aspose.com/pdf/ru/python-net/shape-annotat...
  2. C#を使用した追加注釈|Aspose.PDF for .NET

    Aspose.PDFを使用して.NETでPDFファイルに追加の注釈を追加する方法を学びます。... 新しい Caret Annotation を作成し、キャレットパラメータ(新しいRecta...入を示すために使用されます。 新しい Caret Annotation を作成し、キャレットパラメータ(新しいRecta...

    docs.aspose.com/pdf/ja/net/extra-annotations/
  3. 파이썬에서 PDF 링크 업데이트|Aspose.PDF for Python via .NET

    Python에서 PDF 링크 모양과 대상을 업데이트하는 방법을 알아봅니다...., is_assignable def link_annotation_update_text_color ( infile...Document ( infile ) link_annotations = [ a for a in document ...

    docs.aspose.com/pdf/ko/python-net/update-links/
  4. Anotaciones adhesivas en PDF usando Python|Aspo...

    Este tema trata sobre las anotaciones adhesivas, como ejemplo mostramos la Anotación de Marca de Agua en el texto.... annotations . WatermarkAnnotation ( page...Anotaciones de la Página page . annotations . append ( wa ) # Crear TextState...

    docs.aspose.com/pdf/es/python-net/sticky-annota...
  5. Текстовые аннотации с использованием Python|Asp...

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

    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....livre free_text_annotation = ap . annotations . FreeTextAnnotation...308 , 720 , True ), ap . annotations . DefaultAppearance (), )...

    docs.aspose.com/pdf/pt/python-net/text-based-an...
  7. Uso de la anotación de texto para PDF|Aspose.PD...

    Aspose.PDF for .NET te permite agregar, obtener y eliminar anotaciones de texto de tu documento PDF.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...pdf" )) { // Create text annotation var textAnnotation = new...

    docs.aspose.com/pdf/es/net/text-annotation/
  8. Supprimer le surlignage d’un PDF à l’aide de Java

    Suivez cet article pour supprimer le surlignage d’un PDF à l’aide de Java. Vous obtiendrez des détails pour configurer l’IDE, une liste d’étapes et un exemple de code démontrant comment effacer le surlignage dans un PDF avec Java....filtrer différents types d’annotations et à les supprimer selon...qu’il contient Traiter chaque annotation de surlignage et la convertir...

    kb.aspose.com/fr/pdf/java/remove-highlight-from...
  9. Anotasi Bentuk via Python|Aspose.PDF for Python...

    Pelajari cara menambahkan, memeriksa, dan menghapus anotasi garis, kotak, lingkaran, poligon, dan polilin dalam dokumen PDF menggunakan Aspose.PDF for Python via .NET....anotasi garis line_annotation = ap . annotations . LineAnnotation...line_annotation . title = "John Smith" line_annotation . color...

    docs.aspose.com/pdf/id/python-net/shape-annotat...
  10. Extract Links from the PDF File|Aspose.PDF for C++

    Learn how to extract links from a PDF document in C++ using Aspose.PDF to analyze and manage hyperlinks within PDF files....Links are represented as annotations in a PDF file, so to extract...Get all the selected link annotations into an IList object using...

    docs.aspose.com/pdf/cpp/extract-links/