Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 49,665 for

signature

(0.04 sec)
  1. C# .NET APIs to View, Convert, Annotate, Sign, ...

    GroupDocs .NET document manipulation libraries and APIs. Consume any API into .NET application for generation, manipulation or conversion of 50+ documents....Signature for .NET eSignature manipulation...present in the system. Apply signature of many types, such as, text...

    products.groupdocs.com/total/net/
  2. C# .NET APIs to View, Convert, Annotate, Sign, ...

    GroupDocs .NET document manipulation libraries and APIs. Consume any API into .NET application for generation, manipulation or conversion of 50+ documents....Signature for .NET eSignature manipulation...present in the system. Apply signature of many types, such as, text...

    products.groupdocs.com/total/net/
  3. C# .NET APIs to View, Convert, Annotate, Sign, ...

    GroupDocs .NET document manipulation libraries and APIs. Consume any API into .NET application for generation, manipulation or conversion of 50+ documents....Signature for .NET eSignature manipulation...present in the system. Apply signature of many types, such as, text...

    products.groupdocs.com/total/net/
  4. verify digitally signed documents in java on Gr...

    verify digitally signed documents in java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in verify digitally signed documents in java on GroupDocs Blog ......Überprüfen Sie die digitale Signatur in Dokumenten mit Java Verifizieren...PDF-Dateien mit Electronic Signature Java API. Recent content in...

    blog.groupdocs.com/de/tag/verify-digitally-sign...
  5. ImageSignOptions.Width Property - GroupDocs.Sig...

    Width of Signature on Document Page in Measure values (pixels, percents or millimeters MeasureType SizeMeasureType)....Signature for .NET - API Reference GroupDocs.Signature for...GroupDocs.Signature.Options Namespaces GroupDocs.Signature.Options...

    apireference.groupdocs.com/signature/net/groupd...
  6. ImageSignOptions.Height Property - GroupDocs.Si...

    Height of Signature on Document Page in Measure values (pixels, percents or millimeters see MeasureType SizeMeasureType)....Signature for .NET - API Reference GroupDocs.Signature for...GroupDocs.Signature.Options Namespaces GroupDocs.Signature.Options...

    apireference.groupdocs.com/signature/net/groupd...
  7. TextSignOptions.ForeColor Property - GroupDocs....

    Gets or sets the fore color of Signature....Signature for .NET - API Reference GroupDocs.Signature for...GroupDocs.Signature.Options Namespaces GroupDocs.Signature.Options...

    apireference.groupdocs.com/signature/net/groupd...
  8. ImageSignOptions.AllPages Property - GroupDocs....

    Put Signature on all document pages. This property can only be used for multi-frames image formats (Tiff)....Signature for .NET - API Reference GroupDocs.Signature for...GroupDocs.Signature.Options Namespaces GroupDocs.Signature.Options...

    apireference.groupdocs.com/signature/net/groupd...
  9. TextSignOptions.FormTextFieldTitle Property - G...

    Gets or sets the title of text form field to put text Signature into it. This property could be used only with SignatureImplementation = TextToForm...Signature for .NET - API Reference GroupDocs.Signature for...GroupDocs.Signature.Options Namespaces GroupDocs.Signature.Options...

    apireference.groupdocs.com/signature/net/groupd...
  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...information about digital signatures associated with a document...

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