Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 4,939 for

library

(0.06 sec)
  1. 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...
  2. documentfield - GroupDocs.Search for Java - API...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......provides common classes of the library. com.groupdocs.search.events...

    apireference.groupdocs.com/search/java/com.grou...
  3. Sign documents with exception handling | Docume...

     This article explains how to use exceptions handling when adding electronic signatures to document with GroupDocs.Signature API....NET library, we provide simple but powerful...

    docs.groupdocs.com/signature/net/sign-documents...
  4. 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...
  5. searchresult - GroupDocs.Search for Java - API ...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......provides common classes of the library. com.groupdocs.search.results...

    apireference.groupdocs.com/search/java/com.grou...
  6. Merged Documents produces page break - how to r...

    GroupDocs.Merger does not remove page break for merged documents(docx). Does it have any options to turn the page break off?...Merger library. Specifically, you should set...

    forum.groupdocs.com/t/merged-documents-produces...
  7. Load document from FTP | Documentation

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

    docs.groupdocs.com/signature/java/load-document...
  8. GitHub - mozilla/pdf.js: PDF Reader in JavaScript

    PDF Reader in JavaScript. Contribute to mozilla/pdf.js development by creating an account on GitHub....js library. It is also possible to view...a pre-built version of the library or to build it from source...

    github.com/mozilla/pdf.js
  9. How to Convert PDF to HTML in Java

    Learn how to convert PDF to HTML in Java and execute document transformations quickly. Examine PDF to HTML Java code along with the detailed instructions....a few steps: download the library from the Maven repository,...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. Asp.net Pdf Viewer on GroupDocs Blog | Document...

    Asp.net Pdf Viewer on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Asp.net Pdf Viewer on GroupDocs Blog | Document Automation Solutions for .NET & Jav......NET Library Building a simple ASP.NET PDF...

    blog.groupdocs.com/tag/asp.net-pdf-viewer/index...