Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 2,526 for

feature

(0.04 sec)
  1. Strengthen the Protection of Text Watermark in ...

    We are pleased to introduce version 18.8 of GroupDocs.Watermark for Java. This version includes 2 new Features, 1 enhancement, 1 bug fix, and a breaking change as well. It supports skipping unreadable characters during text watermark search. Furthermore, we have also added a new Feature to strengthen protection of text watermark in PowerPoint documents. Please continue to read more about version 18.8. Features Introduced Skipping Unreadable Characters During Text Watermark Search There might be the case that the watermark’s text contains unreadable characters....This version includes 2 new features, 1 enhancement, 1 bug fix... we have also added a new feature to strengthen protection of...

    blog.groupdocs.com/watermark/strengthen-the-pro...
  2. Plain text | Documentation

    This article explains that how to extract plain formatted text from document page in Java....the code above and see the feature in action in our GitHub examples:...parser App Along with full featured Java library we provide simple...

    docs.groupdocs.com/parser/java/plain-text/
  3. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format....the code above and see the feature in action in our GitHub examples:...management App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  4. Load password-protected document | Documentation

    This article explains how to load password protected document with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online App Along with full-featured .NET library we provide simple...

    docs.groupdocs.com/signature/java/load-password...
  5. Existing objects in Word document | Documentation

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking Java API...sample shows the usage of this feature. advanced_usage.add_waterm...Watermark also provides the feature of modifying properties ( ...

    docs.groupdocs.com/watermark/java/existing-obje...
  6. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....To learn more about library features and get familiar how to manage...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/python-net/get-docu...
  7. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....the code above and see the feature in action in our GitHub examples:...parser App Along with full featured Java library we provide simple...

    docs.groupdocs.com/parser/java/load-document-fr...
  8. Load document from Stream | Documentation

    This section explains how to load document from stream with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online Apps Along with the full-featured .NET library, we provide simple...

    docs.groupdocs.com/signature/net/load-document-...
  9. Sign documents with exception handling | Docume...

     This article explains how to use exceptions handling when adding electronic signatures to document with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online Apps Along with the full-featured .NET library, we provide simple...

    docs.groupdocs.com/signature/net/sign-documents...
  10. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....the code above and see the feature in action in our GitHub examples:...management App Along with full featured Java library we provide simple...

    docs.groupdocs.com/metadata/java/working-with-m...