Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 291 for

viewer print images

(0.03 sec)
  1. Sign document with extensions | Documentation

    This article shows how to create electronic signatures with additional visual extensions...Viewer Product Solution GroupDocs...setSignatureImplemen ( TextSignatureImpleme . Image ); // set up shadow options...

    docs.groupdocs.com/signature/java/sign-document...
  2. Features Overview | Documentation

    This article describes the main functions of GroupDocs.Watermark for Node.js via Java....Viewer Product Solution GroupDocs...Document Attach Watermark to all Images in a Particular Section, Page...

    docs.groupdocs.com/watermark/nodejs-java/featur...
  3. Add watermarks to PDF documents | Documentation

    The watermarking Java API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all Images or attachments of a particular page is possible....Viewer Product Solution GroupDocs...textWatermarkOptions ); // Add image watermark to the second page...

    docs.groupdocs.com/watermark/java/add-watermark...
  4. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page....Viewer Product Solution GroupDocs...additional image adjustments Sign documents with additional image adjustments...

    docs.groupdocs.com/signature/java/sign-document...
  5. Sign document with Text signature - advanced | ...

     This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API....Viewer Product Solution GroupDocs...setSignatureImplemen ( TextSignatureImpleme . Image ); // set up shadow options...

    docs.groupdocs.com/signature/java/sign-document...
  6. Generate signature preview | Documentation

    This topic explains how to get signature preview with the SignOptions by GroupDocs.Signature API....Viewer Product Solution GroupDocs...creation (see interface ); image preview format - PNG / JPG /...

    docs.groupdocs.com/signature/java/generate-sign...
  7. GroupDocs.Viewer for .NET 19.3 is Released!

    We are happy to announce the release of version 19.3 of GroupDocs.Viewer for .NET. In this release, we have added several new features that target the PDF documents, archives and the source code files of Visual Basic and C#. Along with 2 bug fixes, we have made a couple of improvements for rendering of ZIP archives and vCard documents. For detailed information about the latest release, please have a look at the release notes....Viewer for .NET . In this release...permissions such as allow or deny printing, modification and data extraction...

    blog.groupdocs.com/viewer/groupdocs.viewer-for-...
  8. Sign documents with extra Digital Signature pro...

     This article explains how to use extended Digital electronic signatures options and adjustment on document page....Viewer Product Solution GroupDocs...are the steps to setup extra image appearance with GroupDocs.Signature:...

    docs.groupdocs.com/signature/java/sign-document...
  9. 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. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....Viewer Product Solution GroupDocs...(library) for the recognition of printed text (optical character recognition...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  10. 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....Viewer Product Solution GroupDocs...(library) for the recognition of printed text (optical character recognition...

    docs.groupdocs.com/search/java/ocr-support/