Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 2,698 for

library

(0.07 sec)
  1. Advanced search for Text signatures | Documenta...

     This article explains how to make advanced search for Text electronic signatures with GroupDocs.Signature API....NET library we provide simple, but powerful...

    docs.groupdocs.com/signature/java/advanced-sear...
  2. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures.... By default library uses json format serialization...Along with full-featured .NET library we provide simple, but powerful...

    docs.groupdocs.com/signature/java/implement-cus...
  3. GroupDocs introduces exciting features in new r...

    We are pleased to announce the new release of Next Generation GroupDocs.Conversion for .NET 3.1.0. with some exciting features. This version has a new installer and some new features and fixes are introduced . We recommend that you download and update the Library as soon as you can. New Features Introduced in Version 3.1.0 In this new release of GroupDocs.Conversion for .NET 3.1.0 new methods are introduced for returning all possible conversion for provided file type extension or provided stream and also new event is introduced to report conversion progress along with more improvements in API for smooth and fast conversions....you download and update the library as soon as you can. New Features...

    blog.groupdocs.com/conversion/groupdocs-introdu...
  4. Releasing GroupDocs.Viewer for .NET 3.4.0 with ...

    For those who have been waiting for the next release - Today, we are excited to announce GroupDocs.Viewer for .NET 3.4.0. The latest version of our document viewer API provides fixes and improvements for a wide range of features. Based on our customers’ feedback, GroupDocs team has announced 20+ fixes along with 5+ improvements in version 3.4.0. Please see below for the list of fixes and improvements. GroupDocs.Viewer for ....RotatePage method that returns void Library performance Applying watermark...

    blog.groupdocs.com/viewer/releasing-groupdocs-d...
  5. How to Convert ODT to PPTX using Java

    In this tutorial, we will discover how to convert ODT to PPTX using Java without installing extra software installation along with code to export ODT to PPTX in Java....advised document conversion library and changed the file paths...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Remove Annotation from PDF using Java

    Review the process to remove annotation from PDF using Java by consuming a popular annotation Library and how to develop the feature to remove annotation in Java....all, install the required library and reference the necessary...

    kb.groupdocs.com/annotation/java/how-to-remove-...
  7. How to Extract Text from PDF in C#

    This short article provides the procedure to extract text from PDF in C# and how to use this stepwise guide to write code to extract text from PDF using C#....of the document extraction library. Code to Extract Text from...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  8. 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....Along with full featured Java library we provide simple, but powerful...

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

    This section explains how to load document from stream with GroupDocs.Signature API....NET library, we provide simple but powerful...

    docs.groupdocs.com/signature/net/load-document-...
  10. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...NET library we provide simple, but powerful...

    docs.groupdocs.com/metadata/net/extracting-comm...