Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 7,775 for

annotation

(0.08 sec)
  1. PdfAttachmentsEmbeddingMode enumeration | Aspos...

    aspose.words.saving.PdfAttachmentsEmbeddingMode enumeration. Specifies how attachments are embedded to PDF document.... ANNOTATIONS Attachments are embedded as annotations with...document embedded files without annotations. See Also module aspose.words...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Извлечение ссылок из PDF файла|Aspose.PDF for C++

    Извлечение ссылок из PDF с использованием C#. Эта тема объясняет, как извлечь ссылки с помощью класса AnnotationSelector....MakeObject < Aspose :: Pdf :: Annotations :: AnnotationSelector > (...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/ru/cpp/extract-links/
  3. Comment ajouter des commentaires dans un fichie...

    Ce court tutoriel vous explique comment ajouter des commentaires dans un fichier PDF à l'aide de Python. Il contient des informations de base pour définir l'environnement et un exemple de code exécutable pour ajouter des commentaires au PDF à l'aide de Python, ainsi que la description par étapes....peuvent être définis pour l’annotation de texte afin de personnaliser...les propriétés de base de l’annotation de texte Instancier et définir...

    kb.aspose.com/fr/pdf/python/how-to-add-comments...
  4. Adnotacja PDF API | Aspose.PDF

    Usuwanie komentarzy z dokumentów PDF za pomocą bezpłatnych aplikacji wieloplatformowych i interfejsów API High Code dla dowolnej platformy....pdf" )); // This annotation is used to indicate the insertion...document . Pages [ 1 ]. Annotations . Add ( caretAnnotation1...

    products.aspose.com/pdf/pl/annotation/
  5. Extrair Texto de PDF C#|Aspose.PDF for .NET

    Este artigo descreve várias maneiras de extrair texto de documentos PDF usando Aspose.PDF em C#.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...all the annotations foreach ( Aspose . Pdf . Annotations . Annotation...

    docs.aspose.com/pdf/pt/net/extract-text-from-al...
  6. PDFファイルからリンクを抽出する|Aspose.PDF for C++

    C#を使用してPDFからリンクを抽出します。このトピックでは、AnnotationSelectorクラスを使用してリンクを抽出する方法を説明します。...MakeObject < Aspose :: Pdf :: Annotations :: AnnotationSelector > (...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/ja/cpp/extract-links/
  7. C++を使用した追加アノテーション|Aspose.PDF for C++

    このセクションでは、PDFドキュメントに追加の種類のアノテーションを追加、取得、および削除する方法について説明します。...namespace Aspose :: Pdf :: Annotations ; void MarkupAnnotations...-> idx_get ( 1 ) -> get_Annotations () -> Add ( caretAnnotation1...

    docs.aspose.com/pdf/ja/cpp/extra-annotations/
  8. CommentDisplayMode enumeration | Aspose.Words f...

    aspose.words.layout.CommentDisplayMode enumeration. Specifies the rendering mode for document comments....SHOW_IN_ANNOTATIONS Renders document comments in annotations. This...CommentDisplayMode . SHOW_IN_ANNOTATIONS doc . save ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  9. วิธีการรับ Caret คำอธิบายประกอบโดยใช้ Java | As...

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

    products.aspose.com/pdf/th/java/annotation/care...
  10. 使用操作|Aspose.PDF for Java

    本节解释了如何使用 Java 以编程方式向文档和表单字段添加操作。了解如何在 PDF 文件中添加、创建和获取超链接。...FreeTextAnnotation 对象,将这些链接添加到 Page 对象的 Annotations 集合中。 最后,使用 Document 对象的 Save...accept ( selector ); List < Annotation > list = selector . getSelected...

    docs.aspose.com/pdf/zh/java/actions/