Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 4,280 for

values

(0.04 sec)
  1. Releasing GroupDocs.Parser for Java – A Conveni...

    We are pleased to announce that the first version of GroupDocs.Parser for Java has been released. GroupDocs.Parser for Java allows the Java developers to extract raw and formatted text from the popular document formats. The API also supports working with containers such as ZIP and email containers. You can also access the metadata attached to the documents using a few lines of code. Please continue to read more about the features and the file formats supported by the API....ods/Tab Separated Values/SpreadsheetML (.xml)) OneNote...

    blog.groupdocs.com/parser/releasing-groupdocs.p...
  2. Storing text of indexed documents | Documentation

    This article explains that how to store text of indexed documents using Java.... The default value is null, which means that the...saving text in the index, the values defined in a class are used...

    docs.groupdocs.com/search/java/storing-text-of-...
  3. Search for encrypted text in Metadata signature...

     This article explains how to search for encrypted text electronic signatures in the document metadata. This topic contains example of using standard encryption and search for encrypted text in the document metadata with further decryption by GroupDocs.Signature API....following values (DES, TripleDES, RC2, Rijndael), string value key...key and string value salt. Here are the steps to search for encrypted...

    docs.groupdocs.com/signature/java/search-for-en...
  4. Scan Barcode from PPT using C#

    This guide provides a detailed overview of how to scan barcode from PPT using C#. Moreover, you will get a sample code example to extract barcode from PPT in C#....extract and utilize the barcode values, enhancing your application’s...about the barcode, such as its value, type, and location within the...

    kb.groupdocs.com/parser/net/scan-barcode-from-p...
  5. Set image size limits | Documentation

    This article shows how to set output image size limits when rendering image to HTML...ImageMaxWidth and/or ImageMaxHeight values; Call the method. The following...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/net/set-image-size-li...
  6. Convert JSON and CSV Data in C# | JSON to CSV |...

    Convert JSON to CSV and CSV to JSON in C# within .NET applications. Examples convert the structured JSON data into comma-separated Values CSV and vice-versa....contains the comma-separated values, normally used to store tabular...

    blog.groupdocs.com/conversion/convert-json-and-...
  7. Extract metadata from Emails | Documentation

    Extract metadata from emails by using GetMetaData method....names and values. Warning method returns null value if metadata...// Print the item name and value Console . WriteLine ( string...

    docs.groupdocs.com/parser/net/extract-metadata-...
  8. Scan QR Code from PNG using C#

    Easily discover how to scan QR Code from PNG using C# without need for additional software installations along with code example to extract QR Code from PNG in C#....to retrieve and process the values in the PNG file The ability...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pn...
  9. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...the following values algorithms ( ), string value key and string...string value salt. Here are the steps to encrypt QR-code text with...

    docs.groupdocs.com/signature/net/sign-documents...
  10. Extract metadata from Emails | Documentation

    To extract metadata from emails getMetadata method is used. This method allows to extract the following metadata: Name Description subject The email “subject” field. email-sender The email “from” field. email-to The email “to” field. May contain more than one address separated by semicolons. email-cc The email “cc” field. May contain more than one address separated by semicolons. Here are the steps to extract metadata from an email: Instantiate Parser object for the initial email; Call getMetadata method and obtain collection of document metadata objects; Iterate through the collection and get metadata names and Values....names and values. Warning method returns null value if metadata...{ // Print an item name and value System . out . println ( String...

    docs.groupdocs.com/parser/java/extract-metadata...