Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 3,263 for

feature

(0.05 sec)
  1. GroupDocs.Parser Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... We kept on adding the features to it and today, it has become...that provides a wide range of features including formatted text extraction...

    blog.groupdocs.com/categories/groupdocs.parser-...
  2. Extract formatted text from documents | GroupDocs

    This article shows how to extract formatted text represented as HTML or Markdown with GroupDocs.Parser from documents of various formats like Emails, Ebooks (EPUB, FB2, CHM), Microsoft Office formats: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others.... This feature allows to extract text with...about document data extraction features and get familiar how to extract...

    docs.groupdocs.com/parser/java/extract-formatte...
  3. .Net UI Fit document in screen - Free Support F...

    hello, im using your viewer product demo from GitHub - groupdocs-viewer/GroupDocs.Viewer-for-.NET-UI: UI - User Interface for GroupDocs.Viewer for .NET document viewer and automation API., and i wanted to fit document in…...3 adds feature that enables you to set default...

    forum.groupdocs.com/t/net-ui-fit-document-in-sc...
  4. Load options for different document types | Gro...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API.... This feature enables developers to control...its unique requirements. Key Features of Load Options Password Protection...

    docs.groupdocs.com/conversion/java/load-options...
  5. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the Feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Metadata API provides the feature to read basic metadata in CAD...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/java/working-with-c...
  6. Chart Series Coloring in Presentation Document ...

    Note This Feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Chart Series Coloring in Presentation Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS PowerPoint 2013: Create a new presentation slide Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart....Document Leave feedback Note This feature is supported by version 18...upon expressions. To use the feature, do the following steps: Declare...

    docs.groupdocs.com/assembly/java/chart-series-c...
  7. Generating slides preview for presentations | G...

    This article describes how to generate a preview for any slide in an existing PowerPoint presentation in SVG format using GroupDocs.Editor for Node.js and Java.... This feature enables users to view and inspect...support the SVG format. This feature works in both trial and licensed...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  8. Issue in PDF comparison in Java - Free Support ...

    I was trying your free trial to compare PDF by using maven dependency com.groupdocs groupdocs-comparison 20.11 But after execution of code,I get result PDF as blank with watermark evaluation copy only. Could you …...12:10pm 6 @akadu API provides a feature to apply or discard specific...12 @akadu We only have this feature - accept or reject changes...

    forum.groupdocs.com/t/issue-in-pdf-comparison-i...
  9. Chart Series Coloring in Spreadsheet Document |...

    Note This Feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Chart Series Coloring in Spreadsheet Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS Excel 2013: Create a new Workbook. Click the “Insert” tab, and then click “Insert Column Chart” icon in the Charts group to view the drop-down list....Document Leave feedback Note This feature is supported by version 18...upon expressions. To use the feature, do the following steps: Declare...

    docs.groupdocs.com/assembly/java/chart-series-c...
  10. Individual Series Point Coloring in Spreadsheet...

    Note This Feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Individual Series Point Coloring in Spreadsheet Document Please follow below steps to can create Pie Chart in MS Excel 2013. Add a new Workbook Click on the workbook where you want to insert the chart, click the “Insert” tab, and then click “Pie Chart Icon” in the charts group A drop-down with charts will appear, select the “Pie” and press “OK” to insert the chart Click on the chart you just inserted, then click the “Change Data” icon in Data group Now add legend entries....Document Leave feedback Note This feature is supported by version 18...upon expressions. To use the feature, do the following steps: Declare...

    docs.groupdocs.com/assembly/java/individual-ser...