Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 11,160 for

format

(0.05 sec)
  1. Common List Image in Spreadsheet Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Spreadsheet Document Format. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft Excel Document Creating a Common List Please follow below steps to create Common List Image in MS Excel 2013: Insert the desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....report in Spreadsheet Document format. Note The code uses some of...OpenOffice without any issues or formatting losses. We opened the ODS...

    docs.groupdocs.com/assembly/java/common-list-im...
  2. Numbered List in Presentation Document | Docume...

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Presentation Document Format. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft PowerPoint Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS PowerPoint 2013. Add a new presentation slide. Write a sentence like “We provide support for the following clients:”....report in Presentation Document format. Note The code uses some of...OpenOffice without any issues or formatting losses. We opened the ODP...

    docs.groupdocs.com/assembly/java/numbered-list-...
  3. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_Formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Managing metadata for specific formats / Images / Working with metadata...Metadata API supports extracting format-specific information from PNG...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Removing found watermarks | Documentation

    This article explains how to remove found watermarks while using GroupDocs. Watermarks Java API....watermark with particular text formatting GroupDocs.Watermark also...watermarks with a particular text formatting. advanced_usage.searchin...

    docs.groupdocs.com/watermark/java/removing-foun...
  5. How to Convert CSV to Excel in Java

    Take a look at the process to convert CSV to Excel in Java along with steps to implement the feature and sample code to generate XLSX from CSV using Java....document transformation to Excel format Create an object of the SpreadsheetConvertOp...to XLSX from a variety of formats, including XLS, XLTM, XML,...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Convert PDF to Excel using C#

    We will go over the specifics to convert PDF to Excel using C#. Also, you will learn how to apply these steps to generate Excel from PDF in C#....convert PDF documents to the XLSX format. By following this guide, you...source document to spreadsheet formats such as XLS, XLSM, XLSB, ODS...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Scan QR Code from PNG using C#

    Easily discover how to scan QR Code from PNG using C# without need for additional software installations along with code example to extract QR Code from PNG in C#....images, especially in the PNG format, is a highly useful technique...code extraction in different formats. With a straightforward setup...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pn...
  8. Render Word to PDF using Node.js

    This topic explains how to render Word to PDF using Node.js with code example. There is no need to install any extra softwares to render Word to PDF in Node.js....Word documents into portable formats like PDF is a common requirement...rendering DOCX documents into JPG format using Node.js. If you’re looking...

    kb.groupdocs.com/viewer/nodejs/render-word-to-p...
  9. Remove Image Watermark from ODT Using Python

    Learn how to remove image watermark from ODT using Python. This tutorial shows how to detect and delete image watermarks in ODT documents programmatically....Text ( ODT ) is a widely used format in open-source and cross-platform...lists, tables, and document formatting undisturbed. Code to Remove...

    kb.groupdocs.com/watermark/python/remove-image-...
  10. Render a Part of MS Project Document using Grou...

    Today, we are glad to announce the release of GroupDocs.Viewer for .NET 18.8. In this version, we have introduced the feature of rendering a part of MS Project document specifying the start date and end date. We have also made it possible to set ForcePasswordValidation property of the ViewerConfig using the configuration files such as app.config and web.config. Furthermore, the latest version also includes 14 improvements and bug fixes. Below is the list of new features, improvements, and fixes added in v18....comments from ODP document format Bug Fixes # Following issues...is shifted and incorrect formatting when rendering PPTX as HTML...

    blog.groupdocs.com/viewer/render-a-part-of-ms-p...