Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 1,411 for

pdf digital signature

(0.14 sec)
  1. Features Overview | GroupDocs

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document....Signature Product Solution GroupDocs...GroupDocs.Signature Product Family / GroupDocs.Signature for Python...

    docs.groupdocs.com/signature/python-net/feature...
  2. GroupDocs.Signature Product Family

    Find answers about signing Digital documents and images of various types using code on any platform....Signature Product Family GroupDocs.Metadata...Product Family GroupDocs.Signature Product Family Find answer...

    kb.groupdocs.com/signature/page/3/
  3. GroupDocs.Signature for .NET 16.10.0 Supports D...

    In order to enhance the user experience, we are pleased to announce a monthly release of GroupDocs.Signature for .NET that emerges with appealing features and bug fixes. Boost your e-signing experience with GroupDocs.Signature for .NET 16.10.0 by adding more options and properties to text, image or Digital Signatures and saving the signed document with different format. We would suggest you to download this latest release and go through the new features....Signature for .NET that emerges with...experience with GroupDocs.Signature for .NET 16.10.0 by adding...

    blog.groupdocs.com/signature/groupdocs-signatur...
  4. Supported File Formats | GroupDocs

    GroupDocs.Signature for Python via .NET supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more formats....Signature Product Solution GroupDocs...GroupDocs.Signature Product Family / GroupDocs.Signature for Python...

    docs.groupdocs.com/signature/python-net/support...
  5. Introducing Metadata Signatures in GroupDocs.Si...

    We are delighted to announce another monthly release of GroupDocs.Signature for .NET 18.9 with multitude of new features like ability to save Image documents as Pdf and signing of Pdf with Metadata Signatures. Furthermore, this monthly release also comes up with few fixes, we therefore, recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. Features Metadata Signatures for PdfThe Metadata Signature is the additional document property that contains special attributes/tags to keep non visual information inside the document....Signature for .NET 18.9 with multitude...documents as PDF and signing of PDF with Metadata Signatures. Furthermore...

    blog.groupdocs.com/signature/groupdocs.signatur...
  6. GroupDocs.Signature for .NET Supports Image Doc...

    Team GroupDocs is really pleased to announce the release of version 17.8.0 of GroupDocs.Signature for .NET API. Like our previous releases, this release too comes up with a number of features and enhancements. The most noteworthy feature introduced in this version is the support for image file formats for all existing Signature types. You can now apply all the existing standard Signature properties like positioning, alignment, applying fonts, opacity, border options etc that were previously available for other document formats for image file formats as well....Signature for .NET API. Like our previous...formats for all existing signature types. You can now apply all...

    blog.groupdocs.com/signature/groupdocs.signatur...
  7. GroupDocs.Signature for Java

    This API allows you to Digitally sign any type of file format using Java language on any platform....Signature Product Family GroupDocs.Metadata...GroupDocs.Signature for Java Latest Answers How to Sign PDF with Digital...

    kb.groupdocs.com/signature/java/page/2/
  8. pdf signature on GroupDocs Blog | Document Auto...

    Pdf Signature on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Pdf Signature on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......pdf signature on GroupDocs Blog | Document Automation Solutions...Developers Recent content in pdf signature on GroupDocs Blog | Document...

    blog.groupdocs.com/pl/tag/pdf-signature/index.xml
  9. Features Overview | GroupDocs

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document....Signature Product Solution GroupDocs...GroupDocs.Signature Product Family / GroupDocs.Signature for .NET...

    docs.groupdocs.com/signature/net/features-overv...
  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....Signature Product Solution GroupDocs...metadata in PDF documents Working with metadata in PDF documents...

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