Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 7,606 for

annotation

(0.19 sec)
  1. Crear Enlaces en un archivo PDF con C++|Aspose....

    Esta sección explica cómo crear enlaces en su documento PDF con C++....el enlace a la propiedad Annotations del objeto Page. Finalmente...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/es/cpp/create-links/
  2. نحوه حذف Freetext حاشیه نویسی با استفاده از {{p...

    کد نمونه جاوا برای حذف Freetext حاشیه نویسی در فایل PDF در محیط زمان اجرا جاوا برای برنامه های کاربردی JSP/JSF و برنامه های دسکتاپ....pdf" ); // Filter annotations using AnnotationSelector...annotationSelector ); List < Annotation > freeTextAnnotations = annotationSelector...

    products.aspose.com/pdf/fa/java/annotation/free...
  3. python-java.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://products.aspose.com/total/zh-hant/2023-11-08T12:18:12+00:00alternate en https://products.aspose.com/to......com/total/zh-hant/python-java/annotate/csv/2023-11-15T06:58:30+00:00alternate...aspose.com/total/python-java/annotate/csv/ alternate tr https://products...

    products.aspose.com/total/zh-hant/python-java.xml
  4. Comment expurger un PDF en Java

    Ce bref guide explique comment rédiger un PDF en Java. Il contient les détails de la configuration du système et l'algorithme pas à pas, suivis d'un exemple de code exécutable pour expurger le texte au format PDF à l'aide de Java....RedactionAnnotation Ajouter l’annotation aux annotations existantes Masquez...une annotation de rédaction. Ensuite, ajoutez l’annotation à la...

    kb.aspose.com/fr/pdf/java/how-to-redact-a-pdf-i...
  5. استيراد وتصدير التعليقات التوضيحية إلى XFDF|Asp...

    يشرح هذا القسم كيفية استيراد وتصدير التعليقات التوضيحية من ملف PDF إلى XFDF باستخدام Aspose.PDF Facades....ades_Annotations (); // Sources of PDF with annotations var sources...GetDataDir_AsposePdfFacades_Annotations (); using ( var annotationEditor...

    docs.aspose.com/pdf/ar/net/import-export-annota...
  6. Extraer Texto de Sellos|Aspose.PDF para Java

    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....pdf" ); Annotation item = doc . getPages ()...StampAnnotation ) { StampAnnotation annot = ( StampAnnotation ) item ;...

    docs.aspose.com/pdf/es/java/extract-text-from-s...
  7. 注釈を抽出する (ファサード)|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/ja/java/extract-annotation/
  8. Comment mettre en surbrillance un document PDF ...

    Cet article explique comment mettre en surbrillance un document PDF à l'aide de Java. Il partage les détails de configuration, les étapes et un exemple de code exécutable pour mettre en surbrillance des mots dans un PDF à l'aide de Java....fragments de texte Créez une annotation de surbrillance à l’aide...surbrillance du texte Ajoutez cette annotation à la page cible et enregistrez...

    kb.aspose.com/fr/pdf/java/how-to-highlight-a-pd...
  9. AcroFormの作成 - C#で入力可能なPDFを作成|Aspose.PDF for .NET

    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/ja/net/create-form/
  10. Trabajando con Acciones en PDF|Aspose.PDF para C++

    Esta sección explica cómo agregar acciones al documento y campos de formulario programáticamente con C++....estos enlaces a la colección Annotations del objeto Page . Finalmente...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/es/cpp/actions/