Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 11,964 for

format

(0.11 sec)
  1. Remove Metadata from DOCX using Java

    In this tutorial, you'll learn how to remove metadata from DOCX using Java. You'll also get straightforward code to show you how to clean metadata from DOCX in Java....save method DOCX is a file format used for Microsoft Word documents...

    kb.groupdocs.com/redaction/java/remove-metadata...
  2. Display PDF, Microsoft Office and 50+ Other Doc...

    Kentico is quite a popular CMS focused largely on document management. At GroupDocs we create APIs that allow developers to enhance their applications and sites with convenient document collaboration tools. One of such tools is a multi-Format, cross-platform compatible document viewer – GroupDocs.Viewer. It allows end users to view over 50 types of documents and images from any modern web-browser and without having to install any office software or plugins....One of such tools is a multi-format, cross-platform compatible...name just a few, the file formats that the viewer supports include:...

    blog.groupdocs.com/viewer/display-pdf-microsoft...
  3. Merge text files | GroupDocs

    Learn how to merge TXT files, combine TXT files into one file programmatically in net language using GroupDocs.Merger for Python via .NET library....a file is in human-readable format and represented by sequence...

    docs.groupdocs.com/merger/python-net/merge/txt/
  4. Introducing The New GroupDocs Dashboard and Onl...

    We’re about to launch a new interface for the GroupDocs Dashboard and our online document viewer app. We have overhauled the look and feel of the tools to make them more intuitive to use. At the moment, we’re adding the final touches and making sure that everything works fine. The changes will be live in the next few weeks. Here’s what will change when the new interface goes live: Dashboard interface:...modified; See their size, file format and name; Convert document...

    blog.groupdocs.com/viewer/introducing-new-dashb...
  5. Scatter Chart in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Presentation Document Format. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft PowerPoint Document Creating a Scatter Chart Please following below steps to create Scatter Chart in MS PowerPoint 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....report in Presentation Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/scatter-chart-...
  6. Pie Chart in Word Processing Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Word Processing Document Format. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft Word Document Creating a Pie Chart Please follow below steps to can create Pie Chart in MS Word 2013. Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....in Word Processing Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/pie-chart-in-w...
  7. Pie Chart in Spreadsheet Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Spreadsheet Document Format. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft Excel Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS Excel 2013. Add a new Workbook. Click in the workbook where you want to insert the chart, click the “Insert” tab, and then click “Pie Chart Icon” in the charts group....report in Spreadsheet Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/pie-chart-in-s...
  8. Scatter Chart in Word Processing Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Word Processing Document Format. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft Word Document Creating a Scatter Chart Please follow below to create Scatter Chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....in Word Processing Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/scatter-chart-...
  9. Document preview | GroupDocs

    This article shows how to get document preview.... Format ( "page{0}.png" , number ));...

    docs.groupdocs.com/watermark/net/basic-usage/pr...
  10. Java groupdocs conversion dpi configuration doe...

    HEre is the conversion code: try (Converter converter = new Converter(fileName)) { final ImageConvertOptions options = new ImageConvertOptions(); options.setFormat(FileType.fromEx…...fromExtension("png")); // Set format to PNG options.setGrayscale(true);...

    forum.groupdocs.com/t/java-groupdocs-conversion...