Sort Score
Result 10 results
Languages All
Labels All
Results 3,711 - 3,720 of 8,242 for

document signature

(0.04 sec)
  1. GroupDocs.Conversion for Python via .NET | Docu...

    GroupDocs.Conversion for Python via .NET is a Document conversion API that enables easy conversion of popular file formats, including DOCX, XLSX, PPTX, PDF, CAD drawings, and many more....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/python-net/
  2. Optimize the output PDF file | Documentation

    Optimize PDFs for web viewing or reduce file size with GroupDocs.Viewer. Adjust resources and improve loading times....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/python-net/optimizati...
  3. Get list of changes | Documentation

    This article explains how to get collection of changes between compared Documents when using GroupDocs.Comparison for .NET....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/get-list-of-c...
  4. Saving to HTML with External Resource Files | D...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Saving to HTML with External Resource Files Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an assembled Document loaded from a non-HTML format is being saved to HTML. From now on, when saving an assembled Document to an HTML file, by default, external resource files are stored to a folder having the same name as the HTML file without extension plus the “_files” suffix....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/saving-to-html...
  5. Specify the JPEG image quality | Documentation

    Adjust JPEG images quality when rendering Documents to PDF with GroupDocs.Viewer for .NET...Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/adjust-jpeg-image...
  6. Extract attachments from Emails | Documentation

    Extract email attachments using GroupDocs.Parser for .NET...Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-attachmen...
  7. Inserting Bookmarks Dynamically | Documentation

    Note This feature is supported by version 20.3 or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Dynamic insertion of bookmarks for Word Processing Documents and emails with HTML and RTF bodies You can insert bookmarks to your reports dynamically using bookmark tags. Syntax of a bookmark tag is defined as follows. <> bookmarked_content <> Here, bookmark_expression defines the name of a bookmark to be inserted during run-time....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/inserting-book...
  8. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your Document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  9. Loading Documents | Documentation

    Following this guide, you will learn how to load PDF, Word, Excel, and PowerPoint Documents by local file path and stream with GroupDocs.Conversion for Python via .NET API....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/python-net/develo...
  10. Advanced Usage | Documentation

    Learn about GroupDocs.Assembly advanced usage and its multiple powerful features from the guides below....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/advanced-usage/