Sort Score
Result 10 results
Languages All
Labels All
Results 6,301 - 6,310 of 32,669 for

annotate

(2.02 sec)
  1. 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....Annotation Product Solution GroupDocs...

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

    docs.groupdocs.com/classification/net/classify-...
  3. 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....Annotation Product Family GroupDocs...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  4. 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....Annotation Product Family GroupDocs...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  5. 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#....Annotation Product Family GroupDocs...

    kb.groupdocs.com/signature/net/how-to-add-digit...
  6. 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....Annotation Product Family GroupDocs...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  7. 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....Annotation Product Family GroupDocs...

    kb.groupdocs.com/viewer/java/render-msg-as-html...
  8. How to Convert DOC to DOCX using Java

    Let's quickly review the detailed instructions to convert DOC to DOCX using Java and how to use them to develop the Java DOC to DOCX converter capability....Annotation Product Family GroupDocs...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Extract Images from Excel in C#

    This article explains the workflow to extract images from Excel in C# and how to use this workflow for developing the application to get images from Excel using C#....Annotation Product Family GroupDocs...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  10. How to Convert SVG to PNG using C#

    This tutorial will explain the process to convert SVG to PNG using C# and how to implement the C# convert SVG to PNG feature using the steps defined in this post....Annotation Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/how-to-convert-...