Sort Score
Result 10 results
Languages All
Labels All
Results 3,511 - 3,520 of 8,223 for

document signature api

(0.19 sec)
  1. Load custom fonts | GroupDocs

    Supply custom font directories via LoadOptions.FontDirectories so GroupDocs.Comparison for .NET can correctly render and compare Documents that use non-standard or missing fonts....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/comparison/net/load-custom-f...
  2. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your Document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  3. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream using GroupDocs.Metadata for Python via .NET....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  4. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream in Java...Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  5. Extract data from Microsoft Office Excel spread...

    Complete guide to extracting data, text, and tables from Excel spreadsheets (.xls, .xlsx) using GroupDocs.Parser for .NET. Learn how to extract tables from Excel C# with code examples....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/parser/net/extract-data-from...
  6. Extract text structure | GroupDocs

    Learn how to extract text structure from Documents using GroupDocs.Parser for Python via .NET. Get XML representation of Document structure including paragraphs, tables, lists....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/parser/python-net/extract-te...
  7. Render Lotus Notes database files as HTML, PDF,...

    This topic describes how to use the GroupDocs.Viewer Java Api to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/viewer/java/render-lotus-not...
  8. Get Extended Information on the Summary Page | ...

    Generate a summary page with extended statistics (per-section counts, page metrics) for the comparison result using GroupDocs.Comparison for Python via .NET....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/comparison/python-net/develo...
  9. Render XML documents as HTML, PDF, PNG, and JPE...

    Convert XML to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer. Learn about options for pagination and image quality....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/viewer/python-net/render-xml...
  10. Working with String Template | GroupDocs

    GroupDocs.Assembly Api allows you to use a string as input and output template, instead of Document. This feature improves programmability while working with strings instead of Documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString “«[yourValue]»” Convert sourceString to sourceBytes using ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.assembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/assembly/java/working-with-s...