Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 293 for

embedded license groupdocs

(0.03 sec)
  1. Email messages | Documentation

    Learn how to add watermark in Outlook email messages....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/java/email-messages/
  2. Save output to a stream | Documentation

    This article shows how to save output to a stream when rendering a document...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/java/save-output-to-s...
  3. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/java/sign-document...
  4. Load Email document with options | Documentation

    Learn this article and check how to load and convert Email documents with advanced options using Groupdocs.Conversion for Java API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/conversion/java/load-email-d...
  5. Merge PowerPoint Presentations | Documentation

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple net code lines and Groupdocs.Merger for Python via .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/merger/python-net/merge/powe...
  6. Email messages | Documentation

    Learn how to add watermark in Outlook email messages....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/net/email-messages/
  7. Render JSON as PDF, JPG, PNG & HTML using C# | ...

    View JSON files as PDF using C#. Additionally, render JSON files to JPG, PNG, and HTML within .NET application using Groupdocs API....NET API # GroupDocs showcases GroupDocs.Viewer that offers...NuGet . PM> Install-Package GroupDocs.Viewer JSON to PDF using C#...

    blog.groupdocs.com/viewer/render-json-as-pdf-jp...
  8. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or Embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/search/java/ocr-support/
  9. View CAD files using Java API | Convert DWG DXF...

    Build your CAD files viewer in Java. Convert DWG, DGN to render as HTML, JPG, PNG, or PDF using document viewer Java API by Groupdocs....files - DWG, DXF, DWF, DGN # GroupDocs.Viewer for Java is the API...<id>GroupDocsArtifactRep</id> <name>GroupDocs Artifact Repository</name>...

    blog.groupdocs.com/viewer/viewing-cad-documents...
  10. Using OCR to redact image documents | Documenta...

    Groupdocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) Embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with Groupdocs.Redaction for Java v21.6: textual replacements are not supported, so you have to use color box replacements to redact text in images....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/using-ocr/