Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 2,804 for

list

(0.04 sec)
  1. Render a Part of MS Project Document using Grou...

    Today, we are glad to announce the release of GroupDocs.Viewer for .NET 18.8. In this version, we have introduced the feature of rendering a part of MS Project document specifying the start date and end date. We have also made it possible to set ForcePasswordValidation property of the ViewerConfig using the configuration files such as app.config and web.config. Furthermore, the latest version also includes 14 improvements and bug fixes. Below is the List of new features, improvements, and fixes added in v18.... Below is the list of new features, improvements...DateTime(2018, 12, 31); // Get pages List pages = imageHandler.GetPages(guid...

    blog.groupdocs.com/viewer/render-a-part-of-ms-p...
  2. Process attachments | GroupDocs

    Processing email attachments, embedded files, and compressed files with GroupDocs.Viewer for .NET...Viewer, you can list and save the following attachments:...attachments in more details: List attachments Save attachments...

    docs.groupdocs.com/viewer/net/working-with-atta...
  3. Process attachments | GroupDocs

    Processing email attachments, embedded files, and compressed files with GroupDocs.Viewer for Java...Viewer, you can list and save the following attachments:...attachments in more details: List attachments Save attachments...

    docs.groupdocs.com/viewer/java/working-with-att...
  4. Features Overview | GroupDocs

    GroupDocs.Assembly for Python via .NET is an API that allows you to generate documents in popular microsoft office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom .NET types, external documents, and more. The following is the List of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e.... The following is the list of salient features which are...g., charts, image, tables, lists and more Inline template syntax...

    docs.groupdocs.com/assembly/python-net/features...
  5. Performing document conversion and image conver...

    Earlier this week I talked about document conversion, including image conversion, and why you’d want to do it. Today, I’ll show you how to perform two tasks: first, how to convert the pages in a document to images and then how to convert an image from one format to another. Document conversion is one of the services that GroupDocs offers. You can convert documents you’ve uploaded to a number of different formats.... Select a format from the list. Click Convert . Each page in...Convert . Select a format from the list. Click Convert . The file is...

    blog.groupdocs.com/total/converting-images-for-...
  6. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a List of supported file types. An example of obtaining a List of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....the class is used to obtain a list of supported file types. An...An example of obtaining a list of supported file types is presented...

    docs.groupdocs.com/metadata/java/get-supported-...
  7. Get supported file formats | GroupDocs

    This article explains how to obtain supported file formats List when viewing documents with GroupDocs.Watermark within your Java applications....this page allows you to get the list of all . To do this, follow...snippet shows how to obtain a list of supported file formats: const...

    docs.groupdocs.com/watermark/nodejs-java/get-su...
  8. Exception on saving Word to EML file format - F...

    Exception on saving Word to EML file format Traceback (most recent call last): File “D:\kb-python\kbconversion.py”, line 22, in converter.convert(“output.eml”, convert_options) RuntimeError: Proxy error(ConversionNo…... To get the list of supported conversion pairs...Conversions by File Extension . The list of the supported conversions...

    forum.groupdocs.com/t/exception-on-saving-word-...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...the functionality to maintain list of synonyms and stop words....sign Pdf Documents with given list of Signature Options Implement...

    blog.groupdocs.com/groupdocs.blog/page/82/
  10. Template Syntax - Part 2 of 2 | GroupDocs

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the formatted result of the expression....Data Bands Note See Bulleted List template using Common Data Bands...build numbered or bulleted lists in reports dynamically. For...

    docs.groupdocs.com/assembly/java/template-synta...