Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 7,088 for

may

(0.33 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. Add Text Watermark to PNG using Java

    Explore the method how to add text watermark to PNG using Java. Additionally, you'll be provided a code example illustrating how to insert text watermark to PNG in Java.... Updated on 01 May 2024 English Français Deutsch...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  7. How to Convert Excel to Image in C#

    This manual provides detailed instructions to convert Excel to Image in C# and how to develop code to implement the convert Excel to Image C# application....conversion in this example and you may enhance it by setting various...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Issues when converting htm to pdf from version ...

    I updated GroupDocs.Conversion to the latest (25.7) and I noticed a few issues when converting htm to pdf external images not being loaded tr width 100% not being respected It works fine until version 25.5.1... In some cases, the library may have options to skip loading...

    forum.groupdocs.com/t/issues-when-converting-ht...
  9. Convert PDF Documents to HTML in Java | All and...

    Learn how to convert PDF documents to HTML format using Java. Steps to automate converting the whole document or selective pages within Java application....Download or Configure # You may download the JAR file from the...

    blog.groupdocs.com/conversion/convert-pdf-to-ht...
  10. Extract RIFF INFO and Metadata of WAV files in C#

    Extract metadata and RIFF INFO of WAV audio files in C#. Metadata API allows metadata management within your .NET applications.... The chunk may include information such as the...

    blog.groupdocs.com/metadata/extract-riff-info-a...