Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 8,589 for

annotator

(0.2 sec)
  1. 使用 C# 的额外注释|Aspose.PDF for .NET

    了解如何使用 Aspose.PDF 在 .NET 中向 PDF 文件添加额外注释,以实现交互式文档功能。... 创建新的 Caret Annotation 并设置插入符参数(new Rectangle, title...EndingStyle)。此注释用于指示文本的插入。 创建新的 Caret Annotation 并设置插入符参数(new Rectangle, title...

    docs.aspose.com/pdf/zh/net/extra-annotations/
  2. Menggunakan Anotasi Teks untuk PDF|Aspose.PDF f...

    Aspose.PDF for .NET memungkinkan Anda untuk Menambahkan, Mengambil, dan Menghapus Anotasi Teks dari dokumen PDF Anda....Anotasi terdapat dalam koleksi Annotations dari Halaman tertentu. Koleksi...RunExamples . GetDataDir_AsposePdf_Annotations (); // Open PDF document...

    docs.aspose.com/pdf/id/net/text-annotation/
  3. Archiver

    les archives...Python Comment analyser les annotations PDF en Python Aspose.PDF...du texte, des images, des annotations, des pièces jointes et des...

    blog.aspose.com/fr/pdf/parse-pdf-in-python/
  4. Chercher

    chercher...Український עִברִית Svenska Les annotations dans les images mettent en...d’un graphique, ajouter des annotations peut améliorer la clarté...

    blog.aspose.com/fr/drawing/add-image-callouts-i...
  5. The use of RedactionAnnotation to add a color b...

    I have a PDF document with two pages. One of the pages is rotated 90 degrees clockwise. I want to add a red-colored rectangle at the lower-left corner of each page. When the page is not rotated, it works correctly. Howe…...double ury) { var annot = new Aspose.Pdf.Annotations.RedactionAnnotation(page...urx, ury)); annot.FillColor = annotationColor; annot.Color = annotationColor;...

    forum.aspose.com/t/the-use-of-redactionannotati...
  6. Chercher

    chercher...éléments supplémentaires nommés annotation. Écrivons un petit morceau...pour étudier quels types d’annotations sont présents dans de tels...

    blog.aspose.com/fr/pdf/advanced-tricks-to-conve...
  7. How to Remove Hyperlink in PDF using Java

    This quick tutorial describes the process on how to remove hyperlink in PDF using Java. It has all the information for the environment settings, the program logic in terms of steps, and a runnable sample code to remove all links from PDF using Java....of annotations and remove the particular link annotation only...PDF pages and access the annotations collection Iterate through...

    kb.aspose.com/pdf/java/how-to-remove-hyperlink-...
  8. Usando Anotaciones de Enlace en PDF|Aspose.PDF ...

    Aspose.PDF for .NET te permite Agregar, Obtener y Eliminar Anotaciones de Enlace de tu documento PDF.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...Document ( dataDir + "Link Annotation Demo.pdf" )) { // Get first...

    docs.aspose.com/pdf/es/net/link-annotations/
  9. Jak dodać Redaction Adnotację za pomocą .NET | ...

    Kod źródłowy w języku C#, aby dodać adnotacje Redaction na .NET Framework, .NET Core i PHP, VBScript, Delphi, C++ poprzez COM Interop....Annotations Zapisz plik ponownie Wymagania...region RedactionAnnotation annot = new RedactionAnnotation (...

    products.aspose.com/pdf/pl/net/annotation/redac...
  10. Anotación de Texto en PDF|Aspose.PDF para C++

    Aspose.PDF para C++ le permite Agregar, Obtener y Eliminar Anotaciones de Texto de su documento PDF....contenidas en la colección Annotations de una Página particular...anotación a la colección de Annotations del objeto Page . El siguiente...

    docs.aspose.com/pdf/es/cpp/text-annotation/