Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 8,552 for

annotate

(0.38 sec)
  1. Extraer Anotaciones de PDF|Aspose.PDF for .NET

    Esta sección explica cómo extraer anotaciones de un archivo PDF a XFDF con Aspose.PDF Facades....GetDataDir_AsposePdfFacades_Annotations (); // Open PDF document...( document ); // Extract annotations var annotationTypes = new...

    docs.aspose.com/pdf/es/net/extract-annotation/
  2. 使用评论|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... 编辑评论 Comment 属性由 Annotation 类公开,允许开发人员在 Visio 绘图页中编辑注释。...collection of the annotations AnnotationCollection annotations = diagram...

    docs.aspose.com/diagram/zh/java/working-with-co...
  3. Comment insérer de l'audio dans un PDF avec Java

    Cet article décrit comment insérer de l'audio dans un PDF à l'aide de Java. Il contient toutes les informations de base pour définir l'IDE et un exemple de code démontrant le processus complet d'intégration d'un fichier audio au format PDF à l'aide de Java....d’options pour personnaliser l’annotation sonore ajoutée au fichier...cette annotation sonore à la collection d’annotations sur la...

    kb.aspose.com/fr/pdf/java/how-to-insert-audio-i...
  4. ค้นหา

    ค้นหา...System::ArrayPtr Aspose::Pdf::Annotations::AnnotationType annotTypes)...System::ArrayPtr<Aspose::Pdf::Annotations::AnnotationType> annotationTypes...

    blog.aspose.com/th/pdf/working-with-annotations...
  5. ארכיון

    ארכיון...System::ArrayPtr Aspose::Pdf::Annotations::AnnotationType שיטת annotTypes)...System::ArrayPtr<Aspose::Pdf::Annotations::AnnotationType> annotationTypes...

    blog.aspose.com/he/pdf/working-with-annotations...
  6. PDF Redaction API | Aspose.PDF

    Redact PDF documents with free cross-platform Apps and High Code APIs for any platform....Rectangle ; Annotations . RedactionAnnotation annot = new Annotations...page , annotationRectangle ); annot . FillColor = Color . Black...

    products.aspose.com/pdf/redaction/
  7. Архів

    Архів... Отримайте властивість annotations конкретної сторінки, щоб...document = ap.Document("annotations.pdf") # Перегляньте всі анотації...

    blog.aspose.com/uk/pdf/parse-pdf-in-python/
  8. أرشيف

    أرشيف... استرجع خاصية annotations لصفحة معينة للحصول على جميع...document = ap.Document("annotations.pdf") # قم بالتكرار عبر جميع...

    blog.aspose.com/ar/pdf/parse-pdf-in-python/
  9. How to get Comment and Author from Visio FIle -...

    Hello, Team, we are trying to get comment added by author in visio, see sample snap shot for visio file. Here I can get the comment using below code, AnnotationCollection annotations = page.PageSheet.Annotations; // …...AnnotationCollection annotations = page.PageSheet.Annotations; // Iterate...through the annotations foreach (Annotation annotation in annotations)...

    forum.aspose.com/t/how-to-get-comment-and-autho...
  10. Créer un AcroForm - Créer un PDF remplissable e...

    Avec Aspose.PDF for .NET, vous pouvez créer un formulaire à partir de zéro dans votre fichier PDF...être ajouté avec quelques annotations de widget. .NET Core 3.1...rectangle data for widget annotations. // The number of elements...

    docs.aspose.com/pdf/fr/net/create-form/