Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 4,585 for

values

(0.13 sec)
  1. Search for Metadata e-Signatures | GroupDocs

    This article explains how to search for metadata electronic signatures within document pages using GroupDocs.Signature for Python via .NET API....) print ( f "Value: { metadata_signature . value } " ) Advanced...metadata name search_options . value = "John Doe" # Search for specific...

    docs.groupdocs.com/signature/python-net/search-...
  2. Fuzzy search | GroupDocs

    This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.Search....used with the similarity level value of 0.5. This algorithm uses...algorithms are and . The default value is an instance of class with...

    docs.groupdocs.com/search/net/fuzzy-search/
  3. Remove metadata properties | GroupDocs

    This article shows that how to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....entries having a particular value. Using the GroupDocs.Metadata...removed (please see the return value of the method) the changes BasicUsage...

    docs.groupdocs.com/metadata/net/remove-metadata...
  4. Control documents comparison sensitivity in Java

    Document comparison is one of the most common procedure that is practiced almost in all of the digital businesses. And the objective is same, highlight the inserted or deleted items. Detect the style changes and generate a summary. Let’s see how GroupDocs.Comparison for Java can help us with this scenario. This is a back-end API that can be integrated in any Java application irrespective of the frameworks. Explore API documentation to learn more about the supported features and file formats.... Minimal value Minimal value is 0, comparison process...sequences of two compared objects. Value by default The default percentage...

    blog.groupdocs.com/comparison/control-documents...
  5. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures....void setKey ( int value ){ auto_Key = value ; } private int auto_Key...void setID ( String value ){ ID = value ; } @FormatAttribute...

    docs.groupdocs.com/signature/java/implement-cus...
  6. Преобразование SVG в PNG в Java - векторная гра...

    Преобразование векторной графики SVG в изображения PNG с помощью Java. Поворачивайте, переворачивайте, добавляйте водяные знаки, оттенки серого и настраивайте яркость и гамму преобразованного PNG с помощью Java API....setBrightness(int value) Контраст setContrast(int value) Режим переворота...setFlipMode(ImageFlipModes value) Гамма setGamma(float value) Оттенки серого...

    blog.groupdocs.com/ru/conversion/convert-svg-to...
  7. Konvertieren Sie SVG in PNG in Java - Vektorgra...

    Konvertieren Sie SVG-Vektorgrafiken mit Java in PNG-Bilder. Drehen, Spiegeln, Wasserzeichen, Graustufen und Anpassen von Helligkeit und Gamma von konvertiertem PNG mithilfe der Java-API....setBrightness(int value) Kontrast setContrast(int value) Flip-Modus...setFlipMode(ImageFlipModes value) Gamma setGamma(float value) Grayscale setGrayscale(boolean...

    blog.groupdocs.com/de/conversion/convert-svg-to...
  8. Extract text areas | GroupDocs

    Learn how to extract text areas with coordinates and formatting information from documents using GroupDocs.Parser for .NET. Extract text with position data, rectangles, and text styles in C#.... The value of the text area. The base line...index, rectangle and text area value: Console . WriteLine ( string...

    docs.groupdocs.com/parser/net/extract-text-areas/
  9. Vyčistěte metadata dokumentů a obrázků pomocí Javy

    Java API pro odstranění všech nebo selektivních vlastností metadat dokumentů DOCX, XLSX, PPTX, PDF, obrázků JPEG, PNG, WebP, e-mailů, elektronických knih, kreseb Visio, Zip atd....WithValueSpecificati(Object value) { setValue(value); } public final Object...return auto_Value; } private void setValue(Object value) { auto_Value...

    blog.groupdocs.com/cs/metadata/remove-metadata-...
  10. Extract tables from Microsoft Office Word docum...

    To extract tables from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Tables are represented by “table” tag. For more details, see Extract text structure. Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null. If Microsoft Office Word document has no text, getStructure method returns an empty org....Warning method returns null value if text structure extraction...Print the node value (if it's not null) String value = n . getNodeValue...

    docs.groupdocs.com/parser/java/extract-tables-f...