Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 7,381 for

may

(0.77 sec)
  1. Homophone dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/homophone-diction...
  2. Document attributes | GroupDocs

    Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/document-attribu...
  3. Wildcard search | GroupDocs

    This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/wildcard-...
  4. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-c...
  5. Synonym dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/synonym-d...
  6. Generate PDF Report from JSON Data in Java | JS...

    Programmatically generate reports by converting JSON data to PDF & Word using templates in Java. PDF & DOCX reports using report generation Java API....Download or Configure # You may download the JAR file from the...

    blog.groupdocs.com/assembly/generate-pdf-report...
  7. Delete indexed documents | GroupDocs

    GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  8. How to edit Mobi file | GroupDocs

    This article demonstrates how to edit Mobi files using Java programming language.... This class may be described as a truncated version...per chapter. And some users may want to control the policy of...

    docs.groupdocs.com/editor/java/how-to-edit-mobi...
  9. Add watermarks to word processing documents | G...

    GroupDocs.Watermark API allows you to add watermark in headers and footers of the page....sizing and positioning, you may also need to get some for a section...word document Word document may also contain different . The...

    docs.groupdocs.com/watermark/net/add-watermarks...
  10. License parsing error and performance issue dur...

    Hi Team, We are currently using GroupDocs.Conversion for Java to support a functionality where files in non-PDF formats (.doc, .docx, .xls, .xlsx) are converted to PDF, and later all PDFs are merged into a single docum…...9, as it may not be reproducible with the...where the application hangs, you may try using the standard JDK debugging...

    forum.groupdocs.com/t/license-parsing-error-and...