Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 35,220 for

groupdocs signature

(0.28 sec)
  1. Tags on GroupDocs Blog | Document Automation So...

    Tags on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers .NET .NET 6 .NE......Tags on GroupDocs Blog | Document Automation Solutions for .NET...Recent content in Tags on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/es/tags/index.xml
  2. Tags on GroupDocs Blog | Document Automation So...

    Tags on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers .NET .NET 6 .NE......Tags on GroupDocs Blog | Document Automation Solutions for .NET...Recent content in Tags on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/fr/tags/index.xml
  3. Tags on GroupDocs Blog | Document Automation So...

    Tags on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers .NET .NET 6 .NE......Tags on GroupDocs Blog | Document Automation Solutions for .NET...Recent content in Tags on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/nl/tags/index.xml
  4. Tags on GroupDocs Blog | Document Automation So...

    Tags on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers .NET .NET 6 .NE......Tags on GroupDocs Blog | Document Automation Solutions for .NET...Recent content in Tags on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/zh-hant/tags/index.xml
  5. Tags on GroupDocs Blog | Document Automation So...

    Tags on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers .NET .NET 6 .NE......Tags on GroupDocs Blog | Document Automation Solutions for .NET...Recent content in Tags on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/id/tags/index.xml
  6. Tags on GroupDocs Blog | Document Automation So...

    Tags on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers .NET .NET 6 .NE......Tags on GroupDocs Blog | Document Automation Solutions for .NET...Recent content in Tags on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/tr/tags/index.xml
  7. 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...
  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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. .NET PKCS#11 Signing Tutorial -- USB Dongle, Sm...

    Step-by-step tutorial explaining how to sign PDF documents in .NET using PKCS#11 tokens (dongles, smart cards, HSMs) via Pkcs11Interop and Groupdocs.Signature....Tiếng Việt 中文 中國傳統的 GroupDocs.Signature Table of Contents Introduction...When implementing digital signatures in enterprise-grade systems...

    blog.groupdocs.com/signature/sign-documents-wit...
  10. Manipulate Document's Password Using GroupDocs....

    Team Groupdocs is really glad to announce the release of version 17.04 of Groupdocs.Signature for .NET API. A number of new features have been introduced in this release. Groupdocs.Signature for .NET API now allows its users to manipulate a document’s password and implements various options in this regard. A user can now protect a signed document with a password, remove password from a protected document and change the password of a document etc....Team GroupDocs is really glad to announce the release of version...version 17.04 of GroupDocs.Signature for .NET API. A number of new...

    blog.groupdocs.com/signature/manipulate-documen...