Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 11,369 for

format

(0.05 sec)
  1. How to migrate to GroupDocs.Viewer 19.8 or high...

    This article contains inFormation about migration from the legacy API to GroupDocs.Viewer 19.8 or higher....process to any supported file format instead of the ViewerHtmlH...

    docs.groupdocs.com/viewer/net/how-to-migrate-to...
  2. Detect file type of container item | GroupDocs

    This article explains that how to detect file type of container item.... Format ( "{0}: {1}" , item . Name...

    docs.groupdocs.com/parser/net/detect-file-type-...
  3. Saving a File to Local Disk | GroupDocs

    This article demonstrates how to convert files stored on local disk using GroupDocs.Conversion for Java API....settings, such as the output format or specific configurations...

    docs.groupdocs.com/conversion/java/save-file-to...
  4. Find metadata properties | GroupDocs

    Using the GroupDocs.Metadata for Node.js via Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....without even knowing the exact format of the loaded file. The code...

    docs.groupdocs.com/metadata/nodejs-java/find-me...
  5. Extract tables from document page | GroupDocs

    This article explains that how to extract tables from document page.... format ( "Page %d/%d" , pageIndex...

    docs.groupdocs.com/parser/java/extract-tables-f...
  6. Extract emails from Outlook Storage | GroupDocs

    To extract emails from Outlook Storage getContainer method is used. This method returns the collection of ContainerItem objects. Outlook Storage item can contain the following metadata: Name Description date The time and date at which the Outlook Storage item was last modified. email-sender The value of “sender” field. email-to The value of “to” field. subject The value of “subject” field. Outlook Storage container consists of email documents (msg files). Here are the steps to extract an email text from outlook storage:...Extract data from various formats / Extract data from Emails.... out . println ( String . format ( "%s: %s" , metadata . getName...

    docs.groupdocs.com/parser/java/extract-emails-f...
  7. Extract text from Microsoft OneNote sections | ...

    To extract a text from Microsoft OneNote Sections getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. Raw mode is not supported for Microsoft OneNote. Here are the steps to extract a text from Microsoft OneNote Section: Instantiate Parser object for the initial section; Call getText method and obtain TextReader object; Read a text from reader....Extract data from various formats / Extract data from Microsoft.... out . println ( String . format ( "Page %d/%d" , p + 1 , documentInfo...

    docs.groupdocs.com/parser/java/extract-text-fro...
  8. Inserting Chart Axis Title Dynamically in Email...

    Note This feature is supported by version 18.1 or greater Note The code uses some of the objects defined in The Business Layer. Column Chart in Email Document Creating a Column Chart Please follow below steps to create a column chart in MS Outlook 2013: Create a new Email Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialogue 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 email Edit the Worksheet with your data to update the chart Save your Email Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...msg format It must add email recipient...

    docs.groupdocs.com/assembly/java/inserting-char...
  9. Column Chart in Spreadsheet Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Column Chart Report with Filtered, Ordered and Grouped Data in Spreadsheet Document Format. Note The code uses some of the objects defined in The Business Layer. Column Chart in Microsoft Excel Document Creating a Column Chart Following below steps, you can create 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....Data in Spreadsheet Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/column-chart-i...
  10. Remove Metadata from DOCX using Java

    Learn how to efficiently remove metadata from DOCX using Java. This guide includes a sample code example demonstrating how you can delete metadata from DOCX in Java....files, which are the standard format for Microsoft Word documents...

    kb.groupdocs.com/metadata/java/remove-metadata-...