Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 7,614 for

annotate

(0.11 sec)
  1. Manipola le annotazioni in PDF usando C++ | Asp...

    Semplice codice sorgente demo per manipolare le annotazioni in PDF su qualsiasi piattaforma con linguaggio C++....da rimuovere con Redaction Annotation Aggiungi annotazione link...libreria C++ Per aggiungere Text Annotation nel file PDF, useremo l’API...

    products.aspose.com/pdf/it/cpp/annotation/
  2. 如何使用 .NET 添加 Redaction 註解 | Aspose.PDF

    C# 上的原始程式碼,用於在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++上添加 Redaction 批注。...region RedactionAnnotation annot = new RedactionAnnotation (...( 200 , 500 , 300 , 600 )); annot . FillColor = Aspose . Pdf ...

    products.aspose.com/pdf/zh-hant/net/annotation/...
  3. استخراج الروابط من ملف PDF|Aspose.PDF لـ C++

    استخراج الروابط من PDF باستخدام C#. يشرح هذا الموضوع كيفية استخراج الروابط باستخدام فئة AnnotationSelector....annotations.annotation_selector/) إلى طريقة...com/pdf/cpp/class/aspose.pdf.annotations.annotation_selector/). يظهر لك...

    docs.aspose.com/pdf/ar/cpp/extract-links/
  4. Anotação de Texto em PDF|Aspose.PDF for C++

    Aspose.PDF para C++ permite que você Adicione, Obtenha e Exclua Anotações de Texto do seu documento PDF....são contidas pela coleção Annotations de uma Página específica...a anotação à coleção de Annotations do objeto Page . O trecho...

    docs.aspose.com/pdf/pt/cpp/text-annotation/
  5. Opérations avancées pour C++|Aspose.PDF pour C++

    Aspose.PDF pour C++ peut effectuer non seulement des tâches simples et faciles mais aussi gérer des fonctions plus complexes. Pour les utilisateurs avancés et les développeurs, la section Avancée détaillera ces fonctionnalités pour vous....formes sur la page Annotations - Les annotations permettent aux utilisateurs... supprimer et modifier l’annotation des documents PDF. Artifacts...

    docs.aspose.com/pdf/fr/cpp/advanced-operations/
  6. How to Delete All Comments in PDF in C#

    This short tutorial guides on how to delete all comments in pdf in c#. It provides details on IDE settings, a program flow and a runnable sample code to remove all comments from PDF in C#....information about other types of annotations that can be accessed and...test the annotations Iterate through all the annotations on each...

    kb.aspose.com/pdf/net/how-to-delete-all-comment...
  7. Compress PDF Document | Aspose.PDF

    Optimize PDF files on any platform programmatically with this sample code using Aspose.PDF Library...Flattening Annotations with Aspose.PDF for C++ Adding annotations to...naturally increases its size. Annotations can be removed if they are...

    products.aspose.com/pdf/compress/
  8. 如何使用 C++ 添加 Redaction 註解 | Aspose.PDF

    用於在任何平臺上使用C++語言在PDF檔中添加 Redaction 註釋的原始程式碼...region RedactionAnnotation annot = new RedactionAnnotation (...( 200 , 500 , 300 , 600 )); annot . FillColor = Aspose . Pdf ...

    products.aspose.com/pdf/zh-hant/cpp/annotation/...
  9. 使用操作|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/
  10. How to Add Audio to PDF using C#

    This article guides on how to add audio to pdf using C#. It provides all the details to establish the environment and contains a running sample code to add sound to PDF using C#....sound file Create a sound annotation for adding it to the target...SoundAnnotation class Add this sound annotation to the target page and save...

    kb.aspose.com/pdf/net/how-to-add-audio-to-pdf-u...