Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 33,997 for

groupdocs signature

(0.27 sec)
  1. 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...generate qr code in csharp on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/nl/tag/generate-qr-code-in-c...
  2. How to Sign DOCX with QR Code using Java

    In this tutorial, we will help you on how to sign DOCX with QR Code using Java. We will also supply you code example to create QR Code in DOCX using Java....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/signature/java/how-to-sign-doc...
  3. GroupDocs Holidays Offer – Get 25% off GroupDoc...

    Share this issue: Monthly NewsletterDecember 2018 25% off Groupdocs.Total OR 24 bottles of Award-Winning Pirathon Total Shiraz Get 25% off Groupdocs.Total OR 24 Bottles of Award-Winning Pirathon Total Shiraz (worth over $1500). Quote HOLOFF2018 or PIRATH2018 when placing your order. This offer is only available on new Groupdocs.Total purchases and cannot be used in conjunction with other offers, renewals or upgrades. Only available directly from Groupdocs.com, not through third parties or resellers....NewsletterDecember 2018 # 25% off GroupDocs.Total OR 24 bottles of Award-Winning...Total Shiraz Get 25% off GroupDocs.Total OR 24 Bottles of Award-Winning...

    blog.groupdocs.com/total/groupdocs-holidays-off...
  4. sample.pdf

    Groupdocs Signature Professional tools for professionals D:20200803200425+03'00' Microsoft® Word 2016 DrNasmork Microsoft® Word 2016 D:20200803200425+03'00'...GroupDocs Signature Professional tools for professionals D:2...

    docs.groupdocs.com/signature/python-net/_sample...
  5. Search for Metadata Signatures in Images using ...

    We at Groupdocs, are pleased to announce another monthly release of Groupdocs.Signature for .NET. This latest release 18.12 of the API comes up with a feature to add and search for Metadata Signatures in Images. Apart from that, a few fixes and improvements are also introduced in this version, therefore, we recommend you to download the new version of the API to evaluate the exciting new features and enhance your document e-signing experience....We at GroupDocs, are pleased to announce another monthly release...release of GroupDocs.Signature for .NET . This latest release 18...

    blog.groupdocs.com/signature/groupdocs.signatur...
  6. Annotate PDF, Word and Other Files in TextPatte...

    TextPattern users have a reason to get excited - we have launched Groupdocs’ annotation plugin for TextPattern. Embed documents to TextPattern pages and use our tool to annotate PDF, Microsoft Word, or other files easily. Groupdocs Annotation makes document reviewing and collaboration simple and its powerful set of annotation options scores high with our users. Our annotation plugin lets you share documents online with global teams and help them engage in group tasks....excited - we have launched GroupDocs’ annotation plugin for TextPattern...Word, or other files easily. GroupDocs Annotation makes document...

    blog.groupdocs.com/annotation/annotate-pdf-word...
  7. Search for Metadata Signatures in Images using ...

    We at Groupdocs, are pleased to announce another monthly release of Groupdocs.Signature for .NET. This latest release 18.12 of the API comes up with a feature to add and search for Metadata Signatures in Images. Apart from that, a few fixes and improvements are also introduced in this version, therefore, we recommend you to download the new version of the API to evaluate the exciting new features and enhance your document e-signing experience....We at GroupDocs, are pleased to announce another monthly release...release of GroupDocs.Signature for .NET . This latest release 18...

    blog.groupdocs.com/signature/groupdocs.signatur...
  8. Install GroupDocs.Total for Java | GroupDocs

    This topic describes how to install Groupdocs.Total for Java....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/total/java/installation/
  9. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...
  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 getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method 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/java/working-with-m...