Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 18,698 for

groupdocs signature java

(0.2 sec)
  1. Render PowerPoint presentations as HTML, PDF, a...

    This topic describes how to use the Groupdocs.Viewer Node.js API to convert PowerPoint presentations to HTML, PDF, PNG, and JPEG formats....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/nodejs-java/render-pr...
  2. generate qr code in csharp on GroupDocs Blog | ...

    generate qr code in csharp on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in generate qr code in csharp on Groupdocs Blog | Document Automation Solution......generate qr code in csharp on GroupDocs Blog | Document Automation...Automation Solutions for .NET & Java Developers Recent content in generate...

    blog.groupdocs.com/es/tag/generate-qr-code-in-c...
  3. generate qr code in csharp on GroupDocs Blog | ...

    generate qr code in csharp on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in generate qr code in csharp on Groupdocs Blog | Document Automation Solution......generate qr code in csharp on GroupDocs Blog | Document Automation...Automation Solutions for .NET & Java Developers Recent content in generate...

    blog.groupdocs.com/id/tag/generate-qr-code-in-c...
  4. Search QR code in CSharp on GroupDocs Blog | Do...

    Search QR code in CSharp on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Search QR code in CSharp on Groupdocs Blog | Document Automation Solutions fo......Search QR code in CSharp on GroupDocs Blog | Document Automation...Automation Solutions for .NET & Java Developers Recent content in Search...

    blog.groupdocs.com/id/tag/search-qr-code-in-csh...
  5. Single Row Image in Word Processing Document | ...

    Note In this article, we will use Groupdocs.Assembly to generate a Single Row Image report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Single Row Image in Microsoft Word Document Creating a Single Row Image Please follow below steps to create a Single Row Image in MS Word 2013: Insert the desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/java/single-row-ima...
  6. Common Master-Detail Image in Presentation Docu...

    Note In this article, we will use Groupdocs.Assembly to generate a Common Master-Detail report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail in Microsoft PowerPoint Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS PowerPoint 2013: Create a new Presentation. Insert two shapes, one for holding image and other for holding other details....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/java/common-master-...
  7. Using OCR to redact image documents | GroupDocs

    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/
  8. Add QR Code in Java on GroupDocs Blog | Documen...

    Add QR Code in Java on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Add QR Code in Java on Groupdocs Blog | Document Automation Solutions for .NET & J......Add QR Code in Java on GroupDocs Blog | Document Automation Solutions...NET & Java Developers Recent content in Add QR Code in Java on GroupDocs...

    blog.groupdocs.com/fr/tag/add-qr-code-in-java/i...
  9. esign pdf on GroupDocs Blog | Document Automati...

    esign pdf on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in esign pdf on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Guide......esign pdf on GroupDocs Blog | Document Automation Solutions for...for .NET & Java Developers Recent content in esign pdf on GroupDocs...

    blog.groupdocs.com/fr/tag/esign-pdf/index.xml
  10. Working with BMP metadata | GroupDocs

    Reading BMP header properties The Groupdocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-b...