Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 7,768 for

annotation

(0.11 sec)
  1. Adicionar Anotações de Figuras usando C#|Aspose...

    Este artigo descreve como adicionar, obter e excluir anotações de figuras do seu documento PDF com Aspose.PDF for .NET... GetDataDir_AsposePdf_Annotations (); // Open PDF document...pdf" )) { // Create Line Annotation var lineAnnotation = new...

    docs.aspose.com/pdf/pt/net/figures-annotation/
  2. Agregar Anotaciones de Figuras usando C#|Aspose...

    Este artículo describe cómo agregar, obtener y eliminar anotaciones de figuras de su documento PDF con Aspose.PDF for .NET... GetDataDir_AsposePdf_Annotations (); // Open PDF document...pdf" )) { // Create Line Annotation var lineAnnotation = new...

    docs.aspose.com/pdf/es/net/figures-annotation/
  3. วิธีการรับ Freetext คำอธิบายประกอบโดยใช้ Java |...

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

    products.aspose.com/pdf/th/java/annotation/free...
  4. Come ottenere l'annotazione di Freetext usando ...

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

    products.aspose.com/pdf/it/java/annotation/free...
  5. Mettre à jour les liens dans un PDF|Aspose.PDF ...

    Mettre à jour les liens dans un PDF par programmation. Ce guide traite de la manière de mettre à jour les liens dans un PDF en langage C#....texte de LinkAnnotation L’annotation de lien ne contient pas de...contenu de la page sous l’annotation. Par conséquent, pour changer...

    docs.aspose.com/pdf/fr/net/update-links/
  6. PDFテキスト注釈|Aspose.PDF for Java

    Aspose.PDF for Javaを使用して、PDFドキュメントにテキスト注釈を追加、取得、および削除できます。... 注釈は特定のページの Annotations コレクションに含まれています。 このコレクション...このコレクションには、その個々のページ専用の注釈が含まれています。各ページには独自のAnnotationsコレクションがあります。 特定のページに注釈を追加...

    docs.aspose.com/pdf/ja/java/text-annotation/
  7. Видаліть анотацію DOC онлайн або керуйте анотац...

    видалити коментарі з файлу DOC через онлайн-програму безкоштовно. Код .NET API для керування коментарями файлів DOC....NET Annotate Видаліть анотацію DOC онлайн...керування. Explore Annotate File Options with .NET Annotate DOC Files...

    products.aspose.com/total/uk/net/annotate/doc/
  8. استخراج الروابط من ملف PDF|Aspose.PDF for Java

    استخراج الروابط من PDF باستخدام Java. يشرح هذا الموضوع كيفية استخراج الروابط باستخدام فئة AnnotationSelector.... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/ar/java/extract-links/
  9. PdfEncryptionDetails | Aspose.Words for Java

    Contains details for encrypting and access permissions for a PDF document in Java....to allow the editing of annotations. PdfEncryptionDetails encryptionDetails..."", PdfPermissions.MODIFY_ANNOTATIONS | PdfPermissions.DOCUMENT_ASSEMBLY);...

    reference.aspose.com/words/java/com.aspose.word...
  10. Créer des liens dans un fichier PDF avec C++|As...

    Cette section explique comment créer des liens dans votre document PDF avec C++....Ajoutez le lien à la propriété Annotations de l’objet Page. Enfin, enregistrez...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

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