Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 2,779 for

feature

(0.05 sec)
  1. Working with metadata in EPUB E-Books | Documen...

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB files. The following are the steps to read native EPUB metadata. Load an EPUB file Get the root metadata package Extract the native metadata package using EpubRootPackage....the code above and see the feature in action in our GitHub examples:...management App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Search for encrypted object in QR-code signatur...

     This article explains how to search for encrypted electronic signatures in QR-code electronic signatures. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in QR-codes with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online App Along with full-featured .NET library we provide simple...

    docs.groupdocs.com/signature/java/search-for-en...
  3. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....for Java also provides the feature that allows you to the picture...

    docs.groupdocs.com/watermark/java/working-with-...
  4. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page....the code above and see the feature in action in our GitHub examples:...Online App Along with full-featured .NET library we provide simple...

    docs.groupdocs.com/signature/java/sign-document...
  5. Obtain document form fields and signatures info...

    This article shows how to get information about electronic signatures in the document and its form fields with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online App Along with full-featured .java library we provide simple...

    docs.groupdocs.com/signature/java/obtain-docume...
  6. Edit Excel Spreadsheet in Node.js | Documentation

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheets with passwords, and many other powerful Features of GroupDocs.Editor for Node.js....Editor supports this feature. Loading Spreadsheet Documents...

    docs.groupdocs.com/editor/nodejs-java/edit-excel/
  7. Working with CSV Data Sources | Documentation

    Note This Feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access CSV data while building a report, you can pass a CsvDataSource instance to the assembler as a data source. Using of CsvDataSource enables you to work with typed values rather than just strings in template documents. Although CSV as a format does not define a way to store values of types other than strings, CsvDataSource is capable to recognize values of the following types by their string representations:...Sources Leave feedback Note This feature is only compatible with GroupDocs...

    docs.groupdocs.com/assembly/java/working-with-c...
  8. Supported Document Formats | Documentation

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for .NET. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. DOCX Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format. XLSX OOXML 2007-2010 XLSM OOXML Macro Enabled Workbook XLTX OOXML Workbook Template XLTM OOXML Macro Enabled Workbook Template XLSB OOXML Binary Workbook XLS Excel Workbook 97-2003 XLT Excel Workbook Template 97-2003 XML Spreadsheet Markup Language ODS Open Document Spreadsheet PPTX OOXML Presentation PPTM OOXML Macro Enabled Presentation PPTM OOXML Macro Enabled Presentation PPSX OOXML SlideShow PPSM OOXML Macros Enabled Presentation POTX OOXML Presentation Template POTM OOXML Macro Enabled Presentation Template PPT PowerPoint Presentation 97-2003 PPS PowerPoint SlideShow 97-2003 ODP OpenDocument Presentation EML Email Message Format MSG Outlook Email Message Format EMLX Apple’s Email Message Format TXT Plain Text XML Word Processing Markup Language HTML HTML format.... Supported Features Detail for Email File Formats...on those GroupDocs.Assembly features that are partially supported...

    docs.groupdocs.com/assembly/net/supported-docum...
  9. Search for embedded and encrypted objects in QR...

     This section explains how to search for embedded electronic signatures into the QR-Code electronic signatures with GroupDocs.Signature API. Also this topic shows the way to customize data serialization and encryption same as provides the class definition with ability to embed it into the QR-Code electronic signature....feedback provides additional features when searching forQR-code...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/signature/java/search-embed-...
  10. Adding a Watermark to Converted Documents | Doc...

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Java API.... This feature can be useful for branding...comprehensive solution with enhanced features. WatermarkOptions You can...

    docs.groupdocs.com/conversion/java/add-watermark/