Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 34,784 for

groupdocs viewer

(0.67 sec)
  1. Working with String Template | GroupDocs

    Groupdocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString “«[yourValue]»” Convert sourceString to sourceBytes using ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.assembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/java/working-with-s...
  2. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using Groupdocs.Comparison for Node.js via Java API....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/comparison/nodejs-java/gener...
  3. Add watermarks to images | GroupDocs

    Add watermarks to photos or multi-framed images using Python via .NET....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/python-net/add-wat...
  4. Compare variables and document properties | Gro...

    Learn how to compare variable, built-in, and custom document properties using Groupdocs.Comparison for Python via .NET....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/comparison/python-net/compar...
  5. Excel to PNG on GroupDocs Blog | Document Autom...

    Excel to PNG on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Excel to PNG on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers......Excel to PNG on GroupDocs Blog | Document Automation Solutions...content in Excel to PNG on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/ja/tag/excel-to-png/index.xml
  6. Load document from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using Groupdocs.Merger for Java....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/merger/java/load-document-fr...
  7. Get supported file formats | GroupDocs

    The page describes how to obtain supported file formats list when annotate documents and images with Groupdocs.Annotation within your .NET applications....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/annotation/net/get-supported...
  8. Update index | GroupDocs

    This article explains that how to update indexed documents, as well as updating an index version in Java....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/search/nodejs-java/update-in...
  9. Classify document from stream | GroupDocs

    Classifying of the document from stream could be performed with the next step Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/classification/net/classify-...
  10. Sign documents with exception handling | GroupDocs

     This article explains how to use exceptions handling when adding electronic signatures to document with Groupdocs.Signature API....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/net/sign-documents...