Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 5,171 for

text signature

(0.07 sec)
  1. Update Barcode signatures in document | GroupDocs

    This article explains how to update Barcode electronic Signatures with GroupDocs.Signature API....Signature Product Solution GroupDocs...GroupDocs.Signature Product Family / GroupDocs.Signature for .NET...

    docs.groupdocs.com/signature/net/update-barcode...
  2. GroupDocs Products Overview

    GroupDocs Products Overview GroupDocs.Viewer GroupDocs.Viewer is a document viewer API that allows rendering and viewing of over 100 file formats, including Word, Excel, PowerPoint, PDF, and more, ......It highlights differences in text, styles, and other document...review. GroupDocs.Signature GroupDocs.Signature is an electronic...

    docs.groupdocs.com/conversion/java/_sample_file...
  3. Implement custom encryption with QR-code signat...

    This article explains how to implement custom encryption for QR-code electronic Signatures....Signature Product Solution GroupDocs...GroupDocs.Signature Product Family / GroupDocs.Signature for Java...

    docs.groupdocs.com/signature/java/implement-cus...
  4. GroupDocs.Viewer 2.0 - Enhancements and New Fea...

    Greetings! We’re pleased to announce a major update of the GroupDocs.Viewer for .NET library: version 2.0. This version of the document viewer has a lot of new features, improvements and bug fixes. You’ll find a complete list of updates and the new library itself here. In this and the next article, I’d like to take a closer look at the updates that I think you’ll be the most interested. So here we go:...information of the document: all texts from an original document are...rendered in a browser as real text, not images, while document...

    blog.groupdocs.com/viewer/enhancements-and-new-...
  5. Delete QR-code signatures from documents | Grou...

    This article explains how to delete QR code electronic Signatures with GroupDocs.Signature API....Signature Product Solution GroupDocs...GroupDocs.Signature Product Family / GroupDocs.Signature for .NET...

    docs.groupdocs.com/signature/net/delete-qr-code...
  6. GroupDocs Apps Suite: Online Document Managemen...

    Businesses relish the economic opportunities SaaS and cloud based platforms offer. Organizations worldwide are reacting to a shift in the document management space. Lawmakers in various countries stresses the need to save documents and files online, rather than the traditional way: paper. Different verticals such as pharmaceuticals, IT, and banking have started implementing and harnessing the benefits from online document management. There are many advantages: digital file storing and sharing is safe and secure, protects unauthorized use through security layers, and reduces cost, to mention a few....available: point notes, highlight text, strikeouts, and others that...GroupDocs Signature is a secure and safe online signature service...

    blog.groupdocs.com/total/online-document-manage...
  7. GroupDocs.Signature Product Family

    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....Signature for Java v18.4. This release...searching QRCode and Barcode signatures in supported documents. Aside...

    blog.groupdocs.com/categories/groupdocs.signatu...
  8. Update QR-code signatures in document | GroupDocs

    This article explains how to update QR-code electronic Signatures with GroupDocs.Signature API....Signature Product Solution GroupDocs...GroupDocs.Signature Product Family / GroupDocs.Signature for .NET...

    docs.groupdocs.com/signature/net/update-qr-code...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...black SmartArt text to PDF. And the SmartArt text in the resultant...changed to white text. Yes, GroupDocs.Signature for .NET now supports...

    blog.groupdocs.com/groupdocs.blog/page/42/
  10. Working with metadata in PDF documents | GroupDocs

    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....Signature Product Solution GroupDocs...information about digital signatures associated with a document...

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