Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 10,315 for

document signature

(1.65 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...and show how to compare two documents from a GroupDocs account....integrated with GroupDocs’ document management solutions. With...

    blog.groupdocs.com/groupdocs.blog/page/102/
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...annotations from Word and Slide documents. Furthermore, API permits...developers to annotate Slide documents with different annotation...

    blog.groupdocs.com/groupdocs.blog/page/78/
  3. Online Document Storage Features

    There’s more to GroupDocs than online Document storage. Saying that, we realize that one of the reasons that you’re interested in GroupDocs is the storage feature. So what’s Document storage all about and what should you look for when choosing a online storage service? 1. Storage Space The first thing to consider is what you want to store and how much space you’ll need. Documents differ in size and it can be difficult to estimate Document sizes....more to GroupDocs than online document storage. Saying that, we realize...storage feature. So what’s document storage all about and what...

    blog.groupdocs.com/total/online-document-storag...
  4. generate qr code in csharp on GroupDocs Blog | ...

    generate qr code in csharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in generate qr code in csharp on GroupDocs Blog | Document Automation Solution......csharp on GroupDocs Blog | Document Automation Solutions for ...csharp on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/fa/tag/generate-qr-code-in-c...
  5. Generate document page preview | GroupDocs

    The page describes how to generate PDF, Word, Excel, PowerPoint Documents thumbnails and preview Document pages using GroupDocs.Annotation for .NET API....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/net/generate-docu...
  6. GroupDocs.Signature for .NET

    This API allows you to digitally sign any type of file format using .NET and C# language on any platform....Signature Product Family GroupDocs.Metadata...Product Family GroupDocs.Signature for .NET Latest Answers How...

    kb.groupdocs.com/signature/net/page/2/
  7. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....eatern 1 Annotate 3 annotate documents online 3 annotate PDF 11 annotate...PDF in Java 3 Annotate Word Documents 1 Annotate Word in CSharp...

    blog.groupdocs.com/tags/
  8. How to Sign JPEG with QR Code using C#

    In this discussion, we'll walk you through how to sign JPEG with QR Code using C#. Furthermore, we'll supply a code example to create QR Code in JPEG using C#....Signature Product Family GroupDocs.Metadata...way to improve how we sign documents. The use of QR codes introduces...

    kb.groupdocs.com/signature/net/how-to-sign-jpeg...
  9. 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....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  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...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

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