Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 8,543 for

annotator

(0.21 sec)
  1. 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-...
  2. 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...
  3. آرشیوها

    آرشیوها...Annotations.Add(Annotation]] 12 ، حاشیه نویسی...نویسی را به مجموعه Annotations صفحه PDF خاص اضافه کنید. سند PDF...

    blog.aspose.com/fa/pdf/add-or-remove-annotation...
  4. Buat AcroForm - Buat PDF yang Dapat Diisi di C#...

    Dengan Aspose.PDF for .NET Anda dapat membuat formulir dari awal di file PDF Anda...rectangle data for widget annotations. // The number of elements...determines the number of widget annotations to add. var rects = new Aspose...

    docs.aspose.com/pdf/id/net/create-form/
  5. إنشاء AcroForm - إنشاء PDF قابل للتعبئة في C#|A...

    مع Aspose.PDF for .NET يمكنك إنشاء نموذج من الصفر في ملف PDF الخاص بك...rectangle data for widget annotations. // The number of elements...determines the number of widget annotations to add. var rects = new Aspose...

    docs.aspose.com/pdf/ar/net/create-form/
  6. วิธีการลบ Caret คำอธิบายประกอบโดยใช้ Java | Asp...

    Java ตัวอย่างรหัสที่จะลบ Caret คำอธิบายประกอบในไฟล์ PDF บน Java Runtime สภาพแวดล้อมสำหรับการประยุกต์ใช้ JSP/JSF และการประยุกต์ใช้สก์ท็อป...Annotations บันทึกแฟ้มอีกครั้ง ความต้องการของระบบ..."sample_caret.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/th/java/annotation/care...
  7. Come rimuovere l'annotazione di Link usando Jav...

    Codice di esempio Java per rimuovere le annotazioni di Link nel file PDF in Java Runtime Environment per applicazioni JSP/JSF e applicazioni desktop....Annotations Salvare nuovamente il file..."SimpleResume_mod.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/it/java/annotation/link...
  8. How to Highlight a PDF Document using Java

    This article guides on how to highlight a PDF document using Java. It shares the configuration details, steps, and runnable sample code to highlight words in PDF using Java....fragments Create a highlight annotation by using the rectangle enclosing...highlighting the text Add this annotation to the target page and save...

    kb.aspose.com/pdf/java/how-to-highlight-a-pdf-d...
  9. CommentDisplayMode | Aspose.Words for Java

    Specifies the rendering mode for document comments in Java....SHOW_IN_ANNOTATIONS); doc.save(getArtifactsDir()...SHOW_IN_ANNOTATIONS Renders document comments in annotations. SHOW_IN_BALLOONS...

    reference.aspose.com/words/java/com.aspose.word...
  10. 주석 추출 (파사드)|Aspose.PDF for Java

    이 섹션에서는 Aspose.PDF Facades를 사용하여 PDF 파일에서 XFDF로 주석을 추출하는 방법을 설명합니다.... Text }; var annotations = annotationEditor . extractAnnotations...annotationTypes ); for ( var annotation : annotations ) { System . out ...

    docs.aspose.com/pdf/ko/java/extract-annotation/