Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 4,308 for

values

(0.03 sec)
  1. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console.... WriteLine ( "Value: {0}" , descriptor . Value ); Console . WriteLine...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Editar y gestionar metadatos en aplicaciones de...

    Descubre cómo utilizar GroupDocs.Metadata for Python via .NET para extraer, actualizar y eliminar metadatos en tus aplicaciones....interpreted_value if not (property . interpreted_value is None ):...propiedad: { property . interpreted_value } " ) else : print( f "Nombre...

    blog.groupdocs.com/es/metadata/edit-metadata-in...
  3. Update watermarks | Documentation

    This article shows how to update existing text or image watermarks....argument can have inappropriate value // Process such cases here }...argument can have inappropriate value // Process such cases here }...

    docs.groupdocs.com/watermark/net/basic-usage/up...
  4. Working with saved Emails | Documentation

    GroupDocs.Metadata for .NET provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats.... Value ); } // ... } Reading MSG metadata..., header . Name , header . Value ); } Console . WriteLine ( root...

    docs.groupdocs.com/metadata/net/working-with-sa...
  5. High CPU Usage with GroupDocs.Watermark for Jav...

    I am currently using the GroupDocs.Watermark for Java library in a Java 8 environment, and I have encountered an issue where the CPU usage exceeds 100% on our EC2 when invoking the watermarking service. Below is a brief …...implementation: @RequestMapping(value = "{fileSecKey}/link.do") public...fileSecKey , @RequestParam(value = "ubiYn", required = false...

    forum.groupdocs.com/t/high-cpu-usage-with-group...
  6. Extract Tables from PDF Documents using GroupDo...

    It is our pleasure to announce the release of version 18.12 of GroupDocs.Parser for .NET. The latest version allows you to extract the tables from PDF documents. Furthermore, we have added the support of extracting text and metadata from text and presentation templates. For more details, please have a look at the release notes of version 18.12. Features Introduced Extracting Tables from PDF DocumentsThis feature is very useful when you want to extract only the tables form a PDF document....Print a metadata value Console.WriteLine(m.Value); } } Enhancements...

    blog.groupdocs.com/parser/extract-tables-from-p...
  7. Pie Chart in Spreadsheet Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft Excel Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS Excel 2013. Add a new Workbook. Click in the workbook where you want to insert the chart, click the “Insert” tab, and then click “Pie Chart Icon” in the charts group....indicate manager name with value (price of the contract). Report...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/pie-chart-in-s...
  8. Pie Chart in Word Processing Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft Word Document Creating a Pie Chart Please follow below steps to can create Pie Chart in MS Word 2013. Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....indicate manager name with value (price of the contract). Report...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/pie-chart-in-w...
  9. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text documents . Use of In-line Syntax Error Messages By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered....INLINE_ERROR_MESSAGES is applied, a Boolean value returned by a DocumentAssembler...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/use-of-in-line...
  10. Extract table of contents from EPUB eBooks | Do...

    How to extract table of contents from EPUB e-books getToc method is used....Warning method returns null value if table of contents extraction...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/extract-table-of...