Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 8,583 for

annotate

(0.12 sec)
  1. Come rimuovere l'annotazione di Strikeout usand...

    Codice sorgente per rimuovere le annotazioni di Strikeout nel file PDF su qualsiasi piattaforma con linguaggio C++...Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/it/cpp/annotation/strik...
  2. Come rimuovere l'annotazione di Redaction usand...

    Codice sorgente per rimuovere le annotazioni di Redaction nel file PDF su qualsiasi piattaforma con linguaggio C++...Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/it/cpp/annotation/redac...
  3. Come rimuovere l'annotazione di Link usando .NE...

    Codice sorgente su C# per rimuovere le annotazioni di Link su .NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop....Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/it/net/annotation/link/...
  4. Come rimuovere l'annotazione di Freetext usando...

    Codice sorgente per rimuovere le annotazioni di Freetext nel file PDF su qualsiasi piattaforma con linguaggio C++...Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/it/cpp/annotation/freet...
  5. Come rimuovere l'annotazione di Redaction usand...

    Codice sorgente su C# per rimuovere le annotazioni di Redaction su .NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop....Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/it/net/annotation/redac...
  6. Public API Changes in Aspose.PDF for Java 9.0.0...

    Learn about the public API changes in Aspose.PDF for Java version 9.0.0 for a smoother integration with the latest Java features....end, Enum annotType, Annotation annotation) changed to void modifyAnnotations(int...end, int annotType, Annotation annotation) IList extractAnnotations(int...

    docs.aspose.com/pdf/java/public-api-changes-in-...
  7. Remove the specific hyperlink from pdf - Free S...

    Hi, We are replacing the text using com.aspose.pdf. There is a use case where we need to find hyperlink if the replacing text contains hyperlink then to remove the link. Is there a way to find and remove hyperlink from…...Annotations.Count; i++) { LinkAnnotation...LinkAnnotation link_ann = page.Annotations[i] as LinkAnnotation; if (link_ann...

    forum.aspose.com/t/remove-the-specific-hyperlin...
  8. Vue d'ensemble|Aspose.PDF for .NET

    Vue d'ensemble des fonctionnalités clés et des formats pris en charge de Aspose.PDF for .NET, manuel d'installation et de licence de la bibliothèque .NET....supprimer ou aplatir les annotations. supprimer les champs AcroForm...des annotations L’ajout de pièces jointes et d’annotations rend...

    docs.aspose.com/pdf/fr/net/overview/
  9. arkiv

    arkiv...kommentarerna annotations = page0.page_sheet.annotations; # Iterera...anteckningarna for annotation in annotations: comment = annotation.comment...

    blog.aspose.com/sv/diagram/add-comments-to-visi...
  10. Trabajando con Acciones|Aspose.PDF para Java

    Esta sección explica cómo agregar acciones a los documentos y campos de formulario programáticamente con Java. Aprenda cómo Añadir, Crear y Obtener un Hipervínculo en un Archivo PDF....estos enlaces a la colección Annotations del objeto Page . Finalmente...accept ( selector ); List < Annotation > list = selector . getSelected...

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