Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 1,393 for

pdf digital signature

(2.38 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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/
  6. Introducing GroupDocs.Signature for .NET | Grou...

    Introduction to GroupDocs.Signature for .NET - what is it and why to use...Signature Product Solution GroupDocs...GroupDocs.Signature Product Family / GroupDocs.Signature for .NET...

    docs.groupdocs.com/signature/net/introducing-gr...
  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. 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...
  9. Latest topics - Free Support Forum - groupdocs.com

    Get FREE technical support for GroupDocs APIs from our developers using free support forum....2026 Merge PDF is doubling the Size using GroupDocs PDF Merge GroupDocs...Family 2 218 April 10, 2026 PDF/A GroupDocs.Total Product Family...

    forum.groupdocs.com/latest
  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<PdfRootPackage>(); 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...metadata in PDF documents Working with metadata in PDF documents...

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