Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 8,582 for

annotate

(0.28 sec)
  1. Anotación Multimedia en PDF usando C#|Aspose.PD...

    Aspose.PDF for .NET te permite agregar, obtener y eliminar la anotación multimedia de tu documento PDF....encuentran en la colección Annotations de un objeto Page . Esta...tiene su propia colección de Annotations. Para agregar una anotación...

    docs.aspose.com/pdf/es/net/multimedia-annotation/
  2. Anotasi PDF sticky menggunakan Python|Aspose.PD...

    Topik ini tentang anotasi sticky, sebagai contoh kami menunjukkan Anotasi Watermark dalam teks.... annotations . WatermarkAnnotation ( page...koleksi Anotasi Halaman page . annotations . append ( wa ) # Buat TextState...

    docs.aspose.com/pdf/id/python-net/sticky-annota...
  3. Travailler avec des Actions dans un PDF|Aspose....

    Cette section explique comment ajouter des actions au document et aux champs de formulaire par programmation avec C++....ces liens à la collection Annotations de l’objet Page . Enfin,...1 ); // Créer un objet d'annotation de lien auto link = MakeObject...

    docs.aspose.com/pdf/fr/cpp/actions/
  4. Extract Data from Table in PDF with Python|Aspo...

    Learn how to extract tabular from PDF using Aspose.PDF for Python...highlighted box or a specific annotation. Open PDF document Get the...page Find the first square annotation Initialize the TableAbsorber...

    docs.aspose.com/pdf/python-net/extract-data-fro...
  5. Extraire du texte des tampons en utilisant C#|A...

    Apprenez à utiliser la fonctionnalité spéciale de Aspose.PDF for .NET - extraction de texte à partir d'annotations de tampon...] Extraire du texte des annotations de tampon Aspose.PDF pour...d’extraire du texte des annotations de tampon. Afin d’extraire...

    docs.aspose.com/pdf/fr/net/extract-text-from-st...
  6. 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...
  7. Mettre à jour les liens dans le PDF|Aspose.PDF ...

    Mettez à jour les liens dans le PDF par programmation avec Aspose.PDF pour C++. Ce guide explique comment mettre à jour les liens dans un fichier PDF....DynamicCast < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...page -> get_Annotations () -> idx_get ( 1 )); // Modification du...

    docs.aspose.com/pdf/fr/cpp/update-links/
  8. 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/
  9. Edytuj interfejs API PDF | Aspose.PDF

    Redaguj dokumenty PDF za pomocą bezpłatnych aplikacji wieloplatformowych i interfejsów API High Code dla dowolnej platformy....Rectangle ; Annotations . RedactionAnnotation annot = new Annotations...page , annotationRectangle ); annot . FillColor = Color . Black...

    products.aspose.com/pdf/pl/redaction/
  10. 記録

    記録... 特定のページの annotations プロパティを取得して、そのページにあるすべての注釈を取得します。...Document("annotations.pdf") # 最初のページのすべての注釈をループする for annotation in...

    blog.aspose.com/ja/pdf/parse-pdf-in-python/