Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 4,564 for

values

(0.05 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. 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...
  3. 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/
  4. Java에서 SVG를 PNG로 변환 - 벡터 그래픽을 JPG 이미지로 변환

    Java를 사용하여 SVG 벡터 그래픽을 PNG 이미지로 변환합니다. Java API를 사용하여 변환된 PNG의 회전, 뒤집기, 워터마크, 그레이스케일 및 밝기 및 감마 조정....setBrightness(int value) 대비 setContrast(int value) 플립 모드(가로/세로) ...setFlipMode(ImageFlipModes value) 감마 setGamma(float value) 그레이스케일 setGrayscale(boolean...

    blog.groupdocs.com/ko/conversion/convert-svg-to...
  5. 在 Java 中将 SVG 转换为 PNG - 将矢量图形转换为 JPG 图像

    使用 Java 将 SVG 矢量图形转换为 PNG 图像。使用 Java API 对转换后的 PNG 进行旋转、翻转、水印、灰度和调整亮度和伽玛。...setBrightness(int value) 对比度 setContrast(int value) 翻转模式(水平/垂直) ...setFlipMode(ImageFlipModes value) Gamma setGamma(float value) 灰度 setGrayscale(boolean...

    blog.groupdocs.com/zh/conversion/convert-svg-to...
  6. 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...
  7. Working with Form Fields | GroupDocs

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Node.js via Java.... getName () } , value: ${ textFormField . getValue...formField . getName () } , value: ${ checkBoxFormField . getValue...

    docs.groupdocs.com/editor/nodejs-java/working-w...
  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...