Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 8,583 for

annotator

(0.19 sec)
  1. Extrair Texto de Carimbos usando C#|Aspose.PDF ...

    Aprenda como usar o recurso especial de Aspose.PDF for .NET - extração de texto de anotações de carimbo... Obtenha a Annotation desejada da lista de anotações...)) { Aspose . Pdf . Annotations . Annotation item = document ....

    docs.aspose.com/pdf/pt/net/extract-text-from-st...
  2. استخدام أنواع إضافية من تعليقات PDF التوضيحية|A...

    يصف هذا القسم كيفية إضافة، والحصول على، وحذف أنواع إضافية من التعليقات التوضيحية في مستند PDF الخاص بك.... قم بإنشاء Caret Annotation جديد واضبط معلمات Caret (مستطيل...التالي كيفية إضافة Caret Annotation إلى ملف PDF: package com...

    docs.aspose.com/pdf/ar/java/extra-annotations/
  3. تعديل التعليقات التوضيحية في ملف PDF الخاص بك (...

    يوضح هذا القسم كيفية تعديل التعليقات التوضيحية من ملف PDF إلى XFDF باستخدام Aspose.PDF Facades....إنشاء كائن جديد من النوع Annotation لتعديل خصائص التعليق التوضيحي...DefaultAppearance (); FreeTextAnnotation annotation = new FreeTextAnnotation...

    docs.aspose.com/pdf/ar/java/modify-annotations/
  4. How to create PDF editor using Apose.PDF? - Fre...

    Dear team I am evaluating product as per my need, but my basic requirement is I want PED editor which can create/edit/delete link annotation, bookmarks and edit/add/delete pages I have search for sample demos, but ther…...can create/edit/delete link annotation, bookmarks and edit/add/delete...demos, but there is no Link annotation tool in it. Please suggest...

    forum.aspose.com/t/how-to-create-pdf-editor-usi...
  5. Add, Delete dan Dapatkan Anotasi menggunakan As...

    Dengan Aspose.PDF untuk C++ Anda dapat menambah, menghapus, dan mendapatkan anotasi dari file PDF Anda. Periksa semua daftar anotasi untuk menyelesaikan tugas Anda....Anotasi](/pdf/id/cpp/extra-annotations/) - [Anotasi Lengket](/p...Lengket](/pdf/id/cpp/sticky-annotations/) Ikhtisar Anotasi Impor dan Ekspor...

    docs.aspose.com/pdf/id/cpp/add-delete-and-get-a...
  6. | Aspose.PDF

    Zarządzaj adnotacjami w formacie PDF programowo za pomocą przykładowego kodu C++ przy użyciu pliku Aspose.PDF dla C++...MakeObject < Aspose :: Pdf :: Annotations :: TextAnnotation > ( page...set_State ( Aspose :: Pdf :: Annotations :: AnnotationState :: Accepted...

    products.aspose.com/pdf/pl/cpp/annotation/
  7. Anotações Extras usando C++|Aspose.PDF for C++

    Esta seção descreve como adicionar, obter e excluir tipos extras de anotações do seu documento PDF....namespace Aspose :: Pdf :: Annotations ; void MarkupAnnotations...-> idx_get ( 1 ) -> get_Annotations () -> Add ( caretAnnotation1...

    docs.aspose.com/pdf/pt/cpp/extra-annotations/
  8. 使用评论|Documentation

    本页介绍如何使用 Aspose.Diagram 库在 Visio 绘图的页面上添加注释。... 编辑评论 Comment 属性由 Annotation 类公开,允许开发人员在 Visio 绘图页中编辑注释。...collection of the annotations annotations = diagram . getPages...

    docs.aspose.com/diagram/zh/python-java/working-...
  9. Comment ajouter des commentaires à un PDF en ut...

    Ce didacticiel vous explique comment ajouter des commentaires à un PDF à l'aide de C#. Il fournit des détails sur la configuration de l'IDE, une liste d'étapes et un exemple de code exécutable pour insérer un commentaire dans un PDF à l'aide de C#....sont partagés pour créer une annotation de texte en définissant ses...l’ajoutant à la collection d’annotations d’une page particulière....

    kb.aspose.com/fr/pdf/net/how-to-add-comments-to...
  10. Mettre à jour les liens dans un PDF|Aspose.PDF ...

    Mettre à jour les liens dans un PDF par programmation. Ce guide explique comment mettre à jour les liens dans un PDF en langage Java....); // Obtenez la première annotation de lien de la première page...); // Obtenez la première annotation de lien de la première page...

    docs.aspose.com/pdf/fr/java/update-links/