Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 5,029 for

values

(0.1 sec)
  1. Bubble Chart in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Presentation Document. Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft PowerPoint Document Creating a Bubble Chart Please follow below steps to create Bubble Chart in MS PowerPoint 2013: Add a new presentation slide, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....1 ]>> Chart Data (Excel) X-Values Total Contract Price<<y [sum(c...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/bubble-chart-i...
  2. Render Files Contained in ZIP Archive using Gro...

    Hello everyone! We are back with another exciting release announcement. In this post, I am going to give you an overview of what’s new as well as what’s improved and fixed in the latest release of GroupDocs.Viewer for .NET. In this release, we majorly focused on providing bug fixes and improvements. Along with this, we have introduced the support of CDR file format and the feature of rendering files contained in the ZIP archives....The list includes: Exception: Value does not fall within the expected...return the list of folders Values in the form fields are missing...

    blog.groupdocs.com/viewer/render-files-containe...
  3. Signing specific pages in the multipage documen...

    This article explains how to sign specific pages in the multipage documents...through the list of integer values. using ( var signature = new...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/sign-specific_...
  4. How to Extract Metadata from PDF using Java

    Let's get familiar ourselves with the process to extract metadata from PDF using Java and learn how to create functionality to get metadata from PDF in Java....display metadata names and values We have listed the stepwise...for displaying the name and value of the metadata. You can also...

    kb.groupdocs.com/parser/java/how-to-extract-met...
  5. Convert CSV to HTML using C#

    Let's quickly understand how to convert CSV to HTML using C#. We will provide you with essential instructions and code example to export CSV to HTML using C#....whereas CSV (Comma-Separated Values) files are a typical way to...

    kb.groupdocs.com/conversion/net/convert-csv-to-...
  6. GroupDocs Viewer for Java Library - a J2EE & J2...

    We’re pleased to announce the release of the GroupDocs Viewer for Java Library! Java developers can now seamlessly use our web-based document viewer within their Java development environment. Just like GroupDocs Viewer for .NET Library, this version can be easily embedded into customer platforms and allows developers to display over 40 document and image file formats without any external dependencies. Benefits of the GroupDocs Document Viewer for Java Library: Support for more than 40 file formats, including: Portable Document Format: ....txt Comma-Separated Values: .csv HyperText Markup Language:...

    blog.groupdocs.com/viewer/announcing-groupdocs-...
  7. 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...
  8. 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...
  9. 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-...
  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...