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

annotator

(0.25 sec)
  1. Lavorare con i commenti|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, esposta dalla classe Annotation, consente agli sviluppatori...collection of the annotations AnnotationCollection annotations = diagram...

    docs.aspose.com/diagram/it/java/working-with-co...
  2. Ekstrak Anotasi (facades)|Aspose.PDF untuk Java

    Bagian ini menjelaskan cara mengekstrak anotasi dari file PDF ke XFDF dengan Aspose.PDF Facades.... Text }; var annotations = annotationEditor . extractAnnotations...annotationTypes ); for ( var annotation : annotations ) { System . out ...

    docs.aspose.com/pdf/id/java/extract-annotation/
  3. Extrair Anotação (fachadas)|Aspose.PDF para Java

    Esta seção explica como extrair anotações de um arquivo PDF para XFDF com Aspose.PDF Facades.... Text }; var annotations = annotationEditor . extractAnnotations...annotationTypes ); for ( var annotation : annotations ) { System . out ...

    docs.aspose.com/pdf/pt/java/extract-annotation/
  4. 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/
  5. How to Insert Audio in PDF using Java

    This article describes how to insert audio in PDF using Java. It contains all the basic information to set the IDE and sample coded demonstrating the complete process to embed audio file in PDF using Java....options to customize the sound annotation added to the PDF file. Steps...Add this sound annotation to the annotations collection on the...

    kb.aspose.com/pdf/java/how-to-insert-audio-in-p...
  6. How to Create Hyperlink in PDF using Java

    This quick article teaches you how to create hyperlink in PDF using Java. It contains all the necessary information to write this application along with a working sample code to add link to PDF using Java....desired page Create a link annotation and add it to the target...target page Create a free text annotation at the sample place and add...

    kb.aspose.com/pdf/java/how-to-create-hyperlink-...
  7. التعليق المتعدد الوسائط على PDF باستخدام C#|Asp...

    Aspose.PDF for .NET يتيح لك إضافة واسترجاع وحذف التعليق المتعدد الوسائط من مستند PDF الخاص بك....Annotations لتضمين ملفات SWF كتعليقات...الصوت. يجب أن يكون Sound Annotation مشابهًا لتعليق نصي باستثناء...

    docs.aspose.com/pdf/ar/net/multimedia-annotation/
  8. 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/
  9. Create AcroForm - Create Fillable PDF in C#|Asp...

    With Aspose.PDF for .NET you may create a form from scratch in your PDF file...be added with some widget annotations. .NET Core 3.1 // For complete...rectangle data for widget annotations. // The number of elements...

    docs.aspose.com/pdf/net/create-form/
  10. Anotação de Destaque em PDF usando C#|Aspose.PD...

    Aprenda como adicionar anotações de destaque a documentos PDF em .NET usando Aspose.PDF para ênfase e revisão de texto.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...Pages [ 1 ]); // Create annotations for the found text fragments...

    docs.aspose.com/pdf/pt/net/highlights-annotation/