Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 2,276 for

list

(0.03 sec)
  1. Search for multiple e-signature types | Documen...

    This article explains how to search for multiple electronic signatures across document pages with GroupDocs.Signature API....types and them to collection of List< > type. The possible options...options to list List < SearchOptions > listOptions = new List < SearchOptions...

    docs.groupdocs.com/signature/net/search-for-mul...
  2. Accept or Reject revisions | Documentation

    Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality....the method to get the revision list. Set the property of the object...the class are as follows: is a list of revision changes that need...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  3. Get Files of Specific Type using GroupDocs.Meta...

    In the modern times, the data is increasing dramatically. As a result, the large organizations may have maintained servers to store their organizational data in the form of files located in different directories. Very often, these organization may need to apply some filters to get files of a specific type i-e *.docx or *.txt etc. Filtering through a huge number files is not an easy job for the human beings and they might think if there is some automated system to achieve this....string\[0\]; } List<string> result = new List<string>(); foreach...FileInfo\[0\]; } List<FileInfo> result = new List<FileInfo>(); foreach...

    blog.groupdocs.com/metadata/get-specific-file-t...
  4. Value of JSON field is incorrectly outputted as...

    I have a DOCX file with the following template <<[heading]>>. My data source is a JSON like follows: { “heading”: “100.2.1” } When generating a DOCX from this template and data the output is something like Fri Jan 3…...date-time parsers to an empty list. JsonDataLoadOptions options...date-time parsers to an empty list. Glad to know that the issue...

    forum.groupdocs.com/t/value-of-json-field-is-in...
  5. Skip loading of external resources | Documentation

    Learn this article and check how to restrict loading of external resources during conversion... To allow-list specific resources during the...property accepts the string list containing the portions of URLs...

    docs.groupdocs.com/conversion/net/skip-loading-...
  6. Implement thread-safe cache for GroupDocs.Viewe...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your .NET applications.... To do this, use the list to store the key or the file...threadSafeCache ); List < MemoryStream > pages = new List < MemoryStream...

    docs.groupdocs.com/viewer/net/implement-thread-...
  7. 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....demonstrated how you can get the list of files, folders and the subfolders...couple of improvements. The list includes: Exception: Value does...

    blog.groupdocs.com/viewer/render-files-containe...
  8. Features overview | Documentation

    Salient features of file conversion API using Java are described in this article...supported target format (check the list of ). All these conversions...supported conversion formats list You can obtain the that are...

    docs.groupdocs.com/conversion/java/features-ove...
  9. Render Notes in Presentation Document using Gro...

    We are delighted to announce the release of version 18.1 of GroupDocs.Viewer for .NET. The latest version includes the support of rendering Jpeg2000, PostScript, POTM and PPSM file formats. Furthermore, we have added the option to show or hide the notes when rendering Presentation documents. This version also allows you to work with the layers in CAD documents. Let’s have a quick overview of GroupDocs.Viewer for .NET 18.1. Supported File Formats We have added the support of following file formats in version 18....value is false // Get pages List pages = imageHandler.GetPages(guid...documentation article. Getting List of Layers in CAD Document #...

    blog.groupdocs.com/viewer/render-slide-notes-in...
  10. How to Create a Simple Application Using the Gr...

    In this article I’ll walk you thorough the process of creating a simple JavaScript application which shows files and directories from your GroupDocs account. Lets start by creating a package from the GroupDocs JavaScript SDK sources. You can skip this step and get the full SDK package from GitHub and a minimal SDK package. Creating a Package You need Node.js installed on you computer. Read more about installation Node.js. When Node....ListEntities - returns a list of files and folders from a...method which will display the list of folders and files received...

    blog.groupdocs.com/total/how-to-create-a-simple...