Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 8,417 for

annotation

(0.13 sec)
  1. Trabalhando com Ações em PDF|Aspose.PDF for C++

    Esta seção explica como adicionar ações ao documento e campos de formulário programaticamente com C++....adicione esses links à coleção Annotations do objeto Page . Finalmente...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/pt/cpp/actions/
  2. スタンプからテキストを抽出|Aspose.PDF for C++

    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....-> idx_get ( 1 ) -> get_Annotations () -> idx_get ( 1 ); if (...== Annotations :: AnnotationType :: Stamp ) { auto annot = System...

    docs.aspose.com/pdf/ja/cpp/extract-text-from-st...
  3. Comment ajouter de l'audio à un PDF en utilisan...

    Cet article décrit comment ajouter de l'audio au PDF à l'aide de Python. Il fournit tous les détails de base pour configurer l'IDE et un exemple de code exécutable pour intégrer l'audio dans le PDF à l'aide de Python....différentes propriétés de l’annotation ajoutée pour le son. Étapes...Ajoutez-le à la collection d’annotations de la page sélectionnée Enregistrez...

    kb.aspose.com/fr/pdf/python/how-to-add-audio-to...
  4. 追加の種類のPDF注釈を使用する|Aspose.PDF for Java

    このセクションでは、PDFドキュメントに追加の種類の注釈を追加、取得、削除する方法について説明します。... 新しい Caret Annotation を作成し、Caretパラメータ(新しいRecta...その後、注釈をページに追加できます。 次のコードスニペットは、Caret AnnotationをPDFファイルに追加する方法を示しています: package...

    docs.aspose.com/pdf/ja/java/extra-annotations/
  5. 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/nodejs-net/aspose.wo...
  6. XFDF로 주석 가져오기 및 내보내기|Aspose.PDF for .NET

    C# 및 Aspose.PDF for .NET 라이브러리를 사용하여 XFDF 형식으로 주석을 가져오고 내보낼 수 있습니다.... GetDataDir_AsposePdf_Annotations (); // Create PdfAnnotationEditor..."AnnotationDemo1.pdf" ); // Define the annotation types to export var annotType...

    docs.aspose.com/pdf/ko/net/import-export-xfdf/
  7. 从印章中提取文本|Aspose.PDF for C++

    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....-> idx_get ( 1 ) -> get_Annotations () -> idx_get ( 1 ); if (...== Annotations :: AnnotationType :: Stamp ) { auto annot = System...

    docs.aspose.com/pdf/zh/cpp/extract-text-from-st...
  8. Basics of Aspose.PDF DOM API|Aspose.PDF for And...

    Aspose.PDF for Android via Java also uses the idea of DOM to represent the structure of a PDF document in terms of objects. Here you can read the description of this structure....Annotation Annotations are a part of a PDF...dedicated a namespace for annotations. This namespace contains...

    docs.aspose.com/pdf/androidjava/basics-of-dom-api/
  9. 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...
  10. 额外注释使用C++|Aspose.PDF for C++

    本节描述如何从PDF文档中添加、获取和删除额外类型的注释。...namespace Aspose :: Pdf :: Annotations ; void MarkupAnnotations...-> idx_get ( 1 ) -> get_Annotations () -> Add ( caretAnnotation1...

    docs.aspose.com/pdf/zh/cpp/extra-annotations/