Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 2,016 for

resource

(0.05 sec)
  1. Manage EPUB Metadata using Java – Metadata Editor

    Discover ways to view and edit EPUB eBook metadata using Java. Programmatically update specific EPUB properties and Dublin Core items....both physical and digital resources. You can modify Dublin Core...

    blog.groupdocs.com/metadata/manage-epub-metadat...
  2. Releasing GroupDocs.Comparison for Java 16.11.0...

    In order to enrich the document comparison experience, team GroupDocs is pleased to release GroupDocs.Comparison for Java 16.11.0 that comes with multitude of new features such as comparison of comments, WordArt objects, forms and many more. API also sums up a lot of improvements and bug fixes. We would recommend you to download latest release of the API and integrate it in your project. GroupDocs.Comparison for Java 16.11.0 - New FeaturesAPI comes with following new features: Added page numbers comparison for MS Word Added comparison of group shapes for Word Documents Comparison of comments for MS Word Comparison of WordArt objects in MS Word Comparison of tables in MS Word Comparison of Forms in MS Word Comparison of multi-language in MS Word Object model of Paragraph for PDF Implemented absorber of paragraphs for the basic cases for PDF Added option to compose multiple result list from result lists of each document for MS Word Support comparing multiple documents with track changes for MS Words Added support of absorption of the Page Footer for PDF Added support of absorption of the Page Header for PDF Added apply/discard changes support for multiple result changes list for MS Word Added support for new components: media objects, image positioning for PDF Added support of comparing watermarks for PDF Added support of comparing charts for MS Power Point Presentations Added support of comparing comments for MS Power Point Presentations Added support of style changes detection for MS Power Point Presentations Added support of detection of Picture Frames for MS Power Point Presentations Document Comparison API for Java - ImprovementsFollowing are the features that are improved in the latest version of the GroupDocs....ResourcesHere are a few channels and resources for you to download, learn...

    blog.groupdocs.com/comparison/groupdocs.compari...
  3. Redaction SDK saving text file as xlsx - Free S...

    Hi Team, I have a text file when it’s redacted by the GroupDocs Redaction Java SDK the output is saving as xlsx file instead of as text. This is an unexpected behaviour as the SDK guarantees that it’s saved in native fo…... Please find the resources below to reproduce. Code @Test...

    forum.groupdocs.com/t/redaction-sdk-saving-text...
  4. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize.... size } bytes" ) More resources Advanced usage topics To learn...

    docs.groupdocs.com/redaction/python-net/get-fil...
  5. Extract data from PDF forms | Documentation

    This article shows how to extract data from PDF forms easily with GroupDocs.Parser.... Text ); } } More resources Advanced usage topics To learn...

    docs.groupdocs.com/parser/net/extract-data-from...
  6. Password-protected documents | Documentation

    Learn how to open the password-protected documents....is required" : "" ); More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/password-protecte...
  7. Highlighting results in network | Documentation

    This page contains information about highlighting search results in the search network....fragments [ j ]); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/highlighting-resu...
  8. Extract images from Emails | Documentation

    To extract images from emails getImages method is used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from emails as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null. If an email has no images, getImages method returns an empty collection....imageNumber ++; } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-images-f...
  9. Basic usage | Documentation

    Quick Start section about main features of GroupDocs.Signature API, describes how to sign documents with just couple lines of code....to correctly release used resources - like safely closing document...

    docs.groupdocs.com/signature/net/basic-usage/
  10. Password-protected documents | Documentation

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...is required" : "" ); More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/password-protect...