Sort Score
Result 10 results
Languages All
Labels All
Results 8,031 - 8,040 of 36,513 for

comparison

(1.04 sec)
  1. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its containing folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example....Comparison Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/loading-of-temp...
  2. Jak převést DOCX na MHTML pomocí C#

    Tento článek vás provede procesem převodu docx na mhtml pomocí C#. V tomto článku také najdete příklad kódu pro generování mhtml z docx v C#....Comparison Product Family GroupDocs...

    kb.groupdocs.com/cs/conversion/net/how-to-conve...
  3. Barcode Image Generation in Spreadsheet Documen...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Spreadsheet Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....Comparison Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/barcode-image-g...
  4. 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); }...Comparison Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/classify-...
  5. How to Extract Images from PowerPoint in Java

    Let's learn the process of how to extract images from PowerPoint in Java and how to use it for creating the application to get images from PowerPoint using Java....Comparison Product Family GroupDocs...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  6. Convert DOCX to XPS using Node.js

    In this article, we will provide you detail on how to convert DOCX to XPS using Node.js. Also, you will be provide a code example to export DOCX to XPS in Node.js....Comparison Product Family GroupDocs...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  7. How to Add Digital Signature to DOCX using C#

    In this topic, you will get help on how to add digital signature to DOCX using C#. Also, code example will be supplied to insert digital signature into DOCX using C#....Comparison Product Family GroupDocs...

    kb.groupdocs.com/signature/net/how-to-add-digit...
  8. How to Extract Images from Word Document in C#

    Easily extract Images from Word document in C# in just a few lines of code and learn how to write code to develop the application for C# image extractor from Word....Comparison Product Family GroupDocs...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  9. How to Add Dropdown Component in PDF using C#

    In this topic, you will discover how to add dropdown component in PDF using C#.Moreover, we will work with you to write C# code to insert dropdown in PDF using C#....Comparison Product Family GroupDocs...

    kb.groupdocs.com/annotation/net/how-to-add-drop...
  10. Render MSG as HTML using Java

    In this guide, we'll explore how to render MSG as HTML using Java, without installing extra software. Also, we'll supply you with Java code for rendering MSG to HTML....Comparison Product Family GroupDocs...

    kb.groupdocs.com/viewer/java/render-msg-as-html...