Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 2,621 for

list

(0.14 sec)
  1. Accept or Reject detected changes | GroupDocs

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for Node.js via Java API....properties: getChanges is a list of changes that must be applied...compare (); // Retrieve the list of detected changes (array of...

    docs.groupdocs.com/comparison/nodejs-java/accep...
  2. Getting TargetInvocationException for groupdocs...

    Tried to convert pdf , docx to png format but get thrown with this error class com.groupdocs.conversion.internal.c.a.ms.System.Reflection.TargetInvocationException —> java.lang.reflect.InvocationTargetException import …...WordProcessingLoadOp; private static List<byte[]> convertWithGroupDocs(byte[]...String ext = fileExt(fileName); List<byte[]> result = new ArrayList<>();...

    forum.groupdocs.com/t/getting-targetinvocatione...
  3. input-controls-with-custom-classname.html

    Document with fields Text field : Check box: Drop down List: Option 1 Option 2...field : Check box: Drop down list: Option 1 Option 2...

    docs.groupdocs.com/editor/java/sample-files/inp...
  4. Extract annotations from document | GroupDocs

    This page describes how to extract annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java.... Define a variable of the List<AnnotationBase> type. Call the...XmlSerializer class with the List<AnnotationBase> type. Using...

    docs.groupdocs.com/annotation/java/extract-anno...
  5. How To Install Windows Fonts on Ubuntu | GroupDocs

    This article will show how you can install Windows fonts on Ubuntu....currently installed by typing fc-list in your terminal. In case the...font utilities including fc-list . After you already have this...

    docs.groupdocs.com/viewer/java/how-to-install-w...
  6. Get supported file types | GroupDocs

    This article explains how to obtain supported file formats List when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents with GroupDocs.Merger within your Java applications....Leave feedback allows to get the list of all by following the below...get supported file formats list. List < FileType > fileTypes =...

    docs.groupdocs.com/merger/java/get-supported-fi...
  7. 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...
  8. 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...
  9. Tiled Rendering of CAD Documents using GroupDoc...

    We are pleased to announce the release of version 18.6 of GroupDocs.Viewer for .NET. The latest version provides the support of rendering DXF format as well as the tiled rendering of the CAD documents. Furthermore, we have added the feature of forced password validation for password protected documents. Along with the new features, there are 14 improvements and bug fixes in this monthly release. Below is the List of new features, improvements, and fixes added in GroupDocs.... Below is the list of new features, improvements...file format. For a complete list of supported file formats, please...

    blog.groupdocs.com/viewer/tiled-rendering-of-ca...
  10. Indexing reports | GroupDocs

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....duration; List of errors; List of indexed documents; List of updated...updated documents; List of removed documents. The following example...

    docs.groupdocs.com/search/nodejs-java/indexing-...