Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 1,013 for

pdf digital signature

(0.04 sec)
  1. Digitally Sign PDFs Using Azure Key Vault & Gro...

    Create secure electronic document Signatures for Pdfs by integrating Azure Key Vault certificate management with GroupDocs.Signature in C#. Complete guide with custom hash signing for external devices and Signature validation examples....NET PDF Signing Setting Up Azure Key Vault for PDF Digital Signatures...Implementing C# PDF Digital Signatures with GroupDocs.Signature Step-by-Step...

    blog.groupdocs.com/signature/custom-hash-sign-w...
  2. digital signature on GroupDocs Blog | Document ...

    Digital Signature on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Digital Signature on GroupDocs Blog | Document Automation Solutions for .NET & Java ......digital signature on GroupDocs Blog | Document Automation Solutions...Developers Recent content in digital signature on GroupDocs Blog | Document...

    blog.groupdocs.com/zh/tag/digital-signature/ind...
  3. Sign PDF using Java on GroupDocs Blog | Documen...

    Sign Pdf using Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Sign Pdf using Java on GroupDocs Blog | Document Automation Solutions for .NET & J......Sign PDF using Java on GroupDocs Blog | Document Automation Solutions...Developers Recent content in Sign PDF using Java on GroupDocs Blog...

    blog.groupdocs.com/nl/tag/sign-pdf-using-java/i...
  4. 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...Product Family GroupDocs.Signature for Java Latest Answers How...

    kb.groupdocs.com/signature/java/
  5. Digitally Sign PDF with Java on GroupDocs Blog ...

    Digitally Sign Pdf with Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Digitally Sign Pdf with Java on GroupDocs Blog | Document Automation Solu......Digitally Sign PDF with Java on GroupDocs Blog | Document Automation...Developers Recent content in Digitally Sign PDF with Java on GroupDocs...

    blog.groupdocs.com/nl/tag/digitally-sign-pdf-wi...
  6. signature.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/Signature/python-net/technical-support/weekly0.5https://docs.groupdocs.com/signatur......com/signature/python-net/technical-support/weekly0...5https://docs.groupdocs.com/signature/java/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/signature.xml
  7. Digitally Sign Word Documents with Java

    Master the art of Digitally signing Word documents with certificates in Java. Customize Signatures and build your own application using Digital Signature API....中國傳統的 Digitally signing Word documents using a digital certificate...integrity. This process acts as a digital seal, guaranteeing that the...

    blog.groupdocs.com/signature/sign-word-files-wi...
  8. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Signature Product Family GroupDocs.Metadata...Image Signature using Java How to Sign XLSX with Digital Signature...

    kb.groupdocs.com/categories/page/22/
  9. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Signature Product Family GroupDocs.Metadata...using C# How to Convert TIFF to PDF in Java How to Convert SVG to...

    kb.groupdocs.com/categories/page/36/
  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 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...