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

annotator

(0.37 sec)
  1. How to Add Comments to a PDF using C#

    This tutorial guides you on how to add comments to a PDF using C#. It provides details about the IDE configuration, a list of steps and a runnable sample code to insert comment in PDF using C#....are shared to create text annotation along with setting its properties...and then adding it to the annotations collection of a particular...

    kb.aspose.com/pdf/net/how-to-add-comments-to-a-...
  2. How to Add Audio to PDF using Python

    This article describes how to add audio to PDF using Python. It provides all the basic details to configure the IDE and a runnable sample code to embed audio into PDF using Python....different properties of the annotation added for the sound. Steps...SoundAnnotation object Add it to the annotations collection of the selected...

    kb.aspose.com/pdf/python/how-to-add-audio-to-pd...
  3. Что нового 2023|Aspose.PDF for .NET

    Эта страница представляет самые популярные новые функции в Aspose.PDF for .NET, представленные в 2023 году....GetDataDir_AsposePdf_Pages (); // Create annotation new instance of Merger using...Message { Content = "You are an annotation helpful assistant." , Role...

    docs.aspose.com/pdf/ru/net/whatsnew/2023/
  4. PDF スティッキー注釈|Aspose.PDF for Java

    このトピックはスティッキー注釈についてです。例として、テキストに透かし注釈を示します。ページ上にグラフィックを表すために使用されます。このタスクを解決するためのコードスニペットを確認してください。...annotationSelector ); List < Annotation > WatermarkAnnotations =...getSelected (); // 結果を出力する for ( Annotation fa : WatermarkAnnotations...

    docs.aspose.com/pdf/ja/java/sticky-annotations/
  5. Memodifikasi Anotasi dalam File PDF Anda (facad...

    Bagian ini menjelaskan bagaimana memodifikasi anotasi dari file PDF ke XFDF dengan Aspose.PDF Facades....DefaultAppearance (); FreeTextAnnotation annotation = new FreeTextAnnotation...1 ), defaultAppearance ); annotation . setTitle ( "Pengguna Demo...

    docs.aspose.com/pdf/id/java/modify-annotations/
  6. PDF Document.Save InvalidOperationException Wro...

    Attempting to read and save a pdf results in System.InvalidOperationException: Wrong format of page’s content. This occurs for certain PDF files with annotations. If we remove the annotations, the document can be saved…...files with annotations. If we remove the annotations, the document...A==) at Aspose.Pdf.Annotations.Annotation.#=zqbAQwpbiGwUf(#=...

    forum.aspose.com/t/pdf-document-save-invalidope...
  7. Archivio

    Archivio...annotazioni alla raccolta Annotations della particolare pagina...[Document.Pages 1 .Annotations.Add(Annotation)] 12 . Salvare il...

    blog.aspose.com/it/pdf/add-or-remove-annotation...
  8. Supprimer le surlignage d’un PDF à l’aide de Py...

    Suivez cet article pour supprimer le surlignage d’un PDF à l’aide de Python. Il contient des détails pour configurer l’IDE, une liste d’étapes et un exemple de code montrant comment effacer le surlignage dans un PDF à l’aide de Python en supprimant toutes les annotations ou une annotation particulière....et collecter toutes les annotations cibles Pour supprimer toutes...toutes les annotations de surlignage, marquer toutes les annotations...

    kb.aspose.com/fr/pdf/python/remove-highlight-fr...
  9. Yorumlarla Çalışmak|Documentation

    Bu sayfa, Aspose.Diagram kitaplığıyla nasıl yorum ekleneceğini veya düzenleneceğini açıklar....collection of the annotations AnnotationCollection annotations = diagram...PageSheet . Annotations ; // Iterate through the annotations foreach...

    docs.aspose.com/diagram/tr/net/working-with-com...
  10. Create Links in PDF file with C++|Aspose.PDF fo...

    This section explains how to create links in your PDF document with C++....link to the Page object’s Annotations property. Finally, save the...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

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