Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 4,306 for

values

(0.03 sec)
  1. Online JPG Barcode Reader

    Free online Barcode parser from JPG. Secure and easy to use Barcode parser and reader...The higher the compression value, the higher the degradation...

    products.groupdocs.app/parser/jpg
  2. How to Sign XLSX with Image Signature using Java

    Quickly learn how to sign XLSX with image signature using Java. Moreover, a code example will be provided to create image signature in XLSX using Java....XLSX in Java holds significant value. Look at the followig code example...

    kb.groupdocs.com/signature/java/how-to-sign-xls...
  3. Add Text Redaction Annotation using Java Annota...

    At GroupDocs, we are always focused on delivering the best to our customers. In this regard, we are excitedly announcing another monthly release of Java Annotation API v18.4. Using this latest version, now users can import distance annotation for Words and also able to add text redaction annotation in Slides. Aside this, multitude fixes and improvements are also introduced in this release. We therefore recommend you to download this latest release for a better API experience....annotation in Slides Opacity value for import in Diagrams Import...

    blog.groupdocs.com/annotation/java-annotation-a...
  4. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data.... getKeys ()) { String value = metadata . get_Item ( key...format ( "%s = %s" , key , value )); } New coding style // Create...

    docs.groupdocs.com/parser/java/migration-notes/
  5. Python E-Signature Tutorial: Create Digital Sig...

    Step-by-step guide to implementing electronic signatures in documents using Python - learn stamp-based, image-based, and form field signature methods for secure document signing...a unique name, settings and value field. Form Fields should have...with field name and default value # The field name is the identifier...

    blog.groupdocs.com/signature/sign-documents-wit...
  6. Adicionar Marcas D'água a Documentos Word | 5 M...

    Aprenda a adicionar marcas d'água seguras a documentos Word usando GroupDocs.Watermark for .NET. Compare 5 métodos de proteção com exemplos de código, incluindo cabeçalhos bloqueados, marcas d'água em mosaico e seções protegidas por senha que não podem ser facilmente removidas....Percent, Value = 12 }, WatermarkSpacing = new...= TileMeasureType.Percent, Value = 12 } } }; var options = new...

    blog.groupdocs.com/pt/watermark/secure-word-doc...
  7. Agregar Marcas de Agua a Documentos de Word | 5...

    Aprende cómo agregar marcas de agua seguras a documentos de Word utilizando GroupDocs.Watermark for .NET. Compara 5 métodos de protección con ejemplos de código, incluyendo encabezados bloqueados, marcas de agua en mosaico y secciones protegidas por contraseña que no pueden ser fácilmente eliminadas....Percent, Value = 12 }, WatermarkSpacing = new...= TileMeasureType.Percent, Value = 12 } } }; var options = new...

    blog.groupdocs.com/es/watermark/secure-word-doc...
  8. Remove annotation from document | Documentation

    This page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/java/remove-annot...
  9. Working with metadata in WEBP images | Document...

    Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in JPEG images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in JPEG images. Please find appropriate code samples in the Working with EXIF Metadata section. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Classify Raw Text | Documentation

    Simple IAB-2 text classification Call Classify method with a text as the first parameter to perform classification. Default taxonomy (IAB-2) and bestClassesCount (1) will be used. var response = classifier.Classify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClassName, response.BestClassProbability); Raw text classification with Documents taxonomy and 2 best classes to return Taxonomy, bestClassesCount and precisionRecallBalance could also be specified: var response = classifier.Classify("Medicine is an important part of our lifes", 2, Taxonomy.... We value your opinion. Your feedback...

    docs.groupdocs.com/classification/net/classify-...