Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 31,419 for

groupdocs signature

(0.11 sec)
  1. Developer Guide | Documentation

    This section decsribes how to add digital Signature to pdf, docx, pptx, xlsx and many more with Groupdocs.Signature for .NET library...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/net/developer-guide/
  2. Groupdocs Parser - Free Support Forum - groupdo...

    Hi team, I am currently using trial evaluation version of Abby as well as Atalasoft to extract text based on templates, the results are fine but I want to use a single set of component in our application, as I am alread…...Groupdocs Parser GroupDocs.Total Product Family csharp , dotnet...application, as I am already using Groupdocs for multiple use cases like...

    forum.groupdocs.com/t/groupdocs-parser/15108
  3. Introducing Support for Images in Java E-Signin...

    We are really delighted to announce the another monthly release of eSignature for Java API version 17.8.0. The latest release comes up with a number of new features and improvements. Now, eSignature for Java developers can sign Image documents with Stamp, Text and Image Signatures. We would recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. eSignature API for Java v17....with Stamp, Text and Image signatures. We would recommend you to...Features # Barcode and QR-Code Signatures and Verification for Image...

    blog.groupdocs.com/signature/e-signing-api-for-...
  4. Search for electronic signatures in document | ...

    This topic learns how to search for document electronic Signature and its details...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/java/search-for-el...
  5. Search for electronic signatures in document | ...

    This topic learns how to search for document electronic Signature and its details...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/net/search-for-ele...
  6. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....with Metadata tags using GroupDocs.Metadata for .NET Discover...and solutions provided by GroupDocs.Comparison, an API designed...

    blog.groupdocs.com/
  7. Online VSD to JPG Converter | Free GroupDocs Apps

    VSD to JPG document converter - convert VSD to JPG online for free, no registration required. Secure and easy to use VSD to JPG conversion!...GroupDocs Products Conversion App Convert VSD to JPG VSD to JPG...Firefox. Powered by groupdocs.com and groupdocs.cloud . Convert your...

    products.groupdocs.app/conversion/vsd-to-jpg
  8. Working with metadata in Word Processing docume...

    Groupdocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. SugarCRM Plugin Tutorial Using GroupDocs Viewer...

    Groupdocs offers a full set of document management tools for SugarCRM: we’ve developed a bunch of plugins which help you use Viewer, Annotation, Assembly, Comparison and Signature apps in SugarCRM. This article gives some recommendations on how to create your own custom plugin for SugarCRM. We will use the Groupdocs Viewer plugin for SugarCRM as an example. SugarCRM is an open-platform web-based CRM solution which has an on-demand cloud platform. Today we show you how to create an on-site version plugin....GroupDocs offers a full set of document management tools for...Assembly, Comparison and Signature apps in SugarCRM. This article...

    blog.groupdocs.com/total/sugarcrm-plugin-tutori...
  10. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...