Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 36,971 for

groupdocs signature

(0.18 sec)
  1. How to Sign XLSX with QR Code using Java

    Quickly learn how to sign XLSX with QR Code using Java. We will also provide a code example to create QR Code in XLSX using Java without installing extra software....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/signature/java/how-to-sign-xls...
  2. GroupDocs Viewer - ClassNotFound Exception at c...

    HI. We are in the process of upgrading Groupdocs viewer version from 23.7 to 25.12 and we are seeing an exception when deploying the app in the container. We haven’t seen this exception for 23.7. Dockerfile is pretty sim…...GroupDocs Viewer - ClassNotFound Exception at container level...level GroupDocs.Viewer Product Family LINDA_MARTINEZ_FMR_COM March...

    forum.groupdocs.com/t/groupdocs-viewer-classnot...
  3. llms.txt

    # Groupdocs > Central documentation index for Groupdocs on-premise document processing SDKs. Explore developer documentation and guides for all product families. Groupdocs provides on-premise docum......# GroupDocs > Central documentation index for GroupDocs on-premise...for all product families. GroupDocs provides on-premise document...

    docs.groupdocs.com/llms.txt
  4. Attach QR code with Images in CSharp on GroupDo...

    Attach QR code with Images in CSharp on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Attach QR code with Images in CSharp on Groupdocs Blog | Document......with Images in CSharp on GroupDocs Blog | Document Automation...with Images in CSharp on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/vi/tag/attach-qr-code-with-i...
  5. Supported File Formats | GroupDocs

    This topic lists file formats supported by Groupdocs.Total for Python via .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/total/python-net/supported-d...
  6. GroupDocs Blog

    Groupdocs Blog - Groupdocs Blog | Document Automation Solutions for .NET & Java Developers...another monthly release of GroupDocs.Viewer for .NET with fixes...introduced in GroupDocs.Viewer for .NET 3. Team GroupDocs is pleased...

    blog.groupdocs.com/groupdocs.blog/page/87/
  7. How to Sign RTF with QR Code using Java

    Quickly learn how to sign RTF with QR Code using Java to enhance document's security. We will also provide a code example to create QR Code in RTF using Java....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/signature/java/how-to-sign-rtf...
  8. Search for Metadata Signatures in Images using ...

    We at Groupdocs, are pleased to announce another monthly release of Groupdocs.Signature for .NET. This latest release 18.12 of the API comes up with a feature to add and search for Metadata Signatures in Images. Apart from that, a few fixes and improvements are also introduced in this version, therefore, we recommend you to download the new version of the API to evaluate the exciting new features and enhance your document e-signing experience....We at GroupDocs, are pleased to announce another monthly release...release of GroupDocs.Signature for .NET . This latest release 18...

    blog.groupdocs.com/signature/groupdocs.signatur...
  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....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    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....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

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