Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 5,284 for

values

(0.11 sec)
  1. Scan Barcode from ODT using C#

    This guide explains how to scan barcode from ODT using C#, with a code example to help you efficiently extract barcode from ODT in C#, ensuring a seamless process....extract and process the barcode values The process of barcode extraction...

    kb.groupdocs.com/parser/net/scan-barcode-from-o...
  2. CSV to XML in C# | Convert CSV Data to XML Format

    Convert CSV data to XML format using C#. Automate the CSV to XML conversion within your .NET application using document and file format conversion API....convert the CSV (comma-separated values) file into XML format using...

    blog.groupdocs.com/conversion/convert-csv-to-xm...
  3. How to Add Strikeout Annotation in PDF Using C#

    We will take a look at the detailed guide how to add strikeout annotation in PDF using C#, and provide a sample code to insert strikeout annotation in PDF using C#....StrikeoutAnnotation class and assign values to its properties, such as...

    kb.groupdocs.com/annotation/net/how-to-add-stri...
  4. Exclude Specific Fonts from Output HTML using G...

    We are pleased to announce the release of GroupDocs.Viewer for .NET 18.10. The latest version allows setting the list of the fonts that should be excluded from the output HTML to decrease the size of the output files. Furthermore, the inclusion of 5 improvements and 6 bug fixes have made the API more promising. Below is the list of new features, improvements, and fixes added in v18.10. Features Introduced Setting List of the Fonts to be Excluded Adding fonts into HTML ensures that the text from the original document will appear similar in HTML, regardless of whether fonts are installed on the viewer’s device or not....ViewerHandler Prevent setting malicious values for HtmlResourcePrefix Improve...

    blog.groupdocs.com/viewer/exclude-specific-font...
  5. Extract metadata from documents | GroupDocs

    This article shows how to extract metadata with GroupDocs.Parser from documents of various formats: PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....name of the metadata item The value of the metadata item Here are...and get metadata names and values. The following example shows...

    docs.groupdocs.com/parser/java/extract-metadata...
  6. Extract metadata from Emails | GroupDocs

    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-...
  7. Scan Barcode from PPTX using Java

    Learn how to scan barcode from PPTX using Java. To facilitate efficient and seamless barcode extraction, it includes an example to extract barcode from PPTX in Java....extract and utilize the barcode values The primary components utilized...regarding the barcode, such as its value, type, and position within the...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  8. Saving documents | GroupDocs

    Save annotated documents with GroupDocs.Annotation for Python via .NET — persist only specific annotation types or limit the output to a page range with SaveOptions....Set annotation_types to an value to write only annotations of...only a range of pages. These values are 1-based — page 1 is the...

    docs.groupdocs.com/annotation/python-net/saving...
  9. Locales for output document | GroupDocs

    This guide demonstrates how to edit RTL documents and specify locale for Word documents when using  GroupDocs.Editor for .NET API....properties are not specified, their values are NULL. In such case MS Word...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/editor/net/locales-for-outpu...
  10. Extract metadata from Emails | GroupDocs

    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...