Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 5,228 for

file signature

(0.11 sec)
  1. Loading specific file formats | GroupDocs

    Learn how to load specific File formats manually using LoadOptions in GroupDocs.Parser for .NET. Required for Markdown, MHTML, databases, and remote email Files in C#....Signature Product Solution GroupDocs...Loading specific file formats Loading specific file formats Leave...

    docs.groupdocs.com/parser/net/loading-specific-...
  2. Sign Documents with PKCS#11 in .NET | GroupDocs

    Learn how to sign PDF and other documents in .NET using PKCS#11 hardware tokens, USB dongles, or smart cards with GroupDocs.Signature. A free electronic Signature API version is available for evaluation with limited features....Signature Product Solution GroupDocs...GroupDocs.Signature Product Family / GroupDocs.Signature for .NET...

    docs.groupdocs.com/signature/net/signing-pdf-wi...
  3. Verify Barcode signatures in the document | Gro...

    This topic explains how to verify document for Barcode electronic Signatures with GroupDocs.Signature API....Signature Product Solution GroupDocs...GroupDocs.Signature Product Family / GroupDocs.Signature for .NET...

    docs.groupdocs.com/signature/net/verify-barcode...
  4. Optimize the output PDF file | GroupDocs

    Optimize PDFs for web viewing or reduce File size with GroupDocs.Viewer. Adjust resources and improve loading times....Signature Product Solution GroupDocs...the output PDF file Optimize the output PDF file Leave feedback...

    docs.groupdocs.com/viewer/python-net/optimizati...
  5. Get file info | GroupDocs

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Signature Product Solution GroupDocs.../ Get file info Get file info Leave feedback Get file info GroupDocs...

    docs.groupdocs.com/redaction/java/get-file-info/
  6. Save overwriting original file | GroupDocs

    This article demonstrates that how to save the redacted document, replacing an original File...Signature Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/net/save-overwriti...
  7. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported File types. An example of obtaining a list of supported File types is presented below. Iterable<FileType> supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType FileType = (FileType)iterator.next(); System.out.println(FileType.getExtension() + " - " + FileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Signature Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/metadata/java/get-supported-...
  8. Issue with Email to Pdf - text does not respect...

    We have two separate issues with converting .eml to .pdf. We were able to reproduce both in one email. Attached you will find the .eml File, the output .pdf and an image taken from within the viewer. Bad Signature PDF…...eml file, the output .pdf and an image...from within the viewer. Bad Signature PDF.pdf (385.0 KB) Viewer...

    forum.groupdocs.com/t/issue-with-email-to-pdf-t...
  9. Determine the file type | GroupDocs

    This article explains how to get a type of a File with GroupDocs.Viewer for Java using Java....Signature Product Solution GroupDocs.../ Determine the file type Determine the file type Leave feedback...

    docs.groupdocs.com/viewer/java/how-to-determine...
  10. Changing Target File Format | GroupDocs

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a powerful feature to change the target File format of an assembled document using File extension or explicit specification. GroupDocs.Assembly API provides the ability to change target File format when assembling the following File formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output File formats depending on input File formats can be found at this page....Signature Product Solution GroupDocs...Changing Target File Format Changing Target File Format Leave feedback...

    docs.groupdocs.com/assembly/net/changing-target...