Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 11,959 for

format

(0.14 sec)
  1. Bulleted List in Word Processing Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Word Processing Document Format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft Word Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS Word 2013. Add a bullet list at the place where you want it. Save your Document. Reporting Requirement As a report developer, you are required to share the following key requirements:...in Word Processing Document format. Note The code uses some of...clients in a bulleted list format. Report must be generated in...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  2. How to Convert DOCX to RTF using Java

    In this topic, you will learn how to convert DOCX to RTF using Java. Additionally, we will assist you in creating an application to export DOCX to RTF using Java....commonly used document file formats for creating, storing, and...documents from DOCX to RTF format, import the required classes...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. How to Convert PDF to Presentation in Java

    This article provides a step-by-step procedure to convert PDF to Presentation in Java and a sample application to convert PDF to PowerPoint presentation using Java....transformation from PDF to PPTX format Create an instance of the Converter...file for conversion to PPTX format by initializing the Converter...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for Java since version 20.1: Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Documentclass from previous versions). Adding watermarks was unified for all supported document Formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document inFormation and preview generation procedures were simplified....for all supported document formats. Product architecture was redesigned...Load Documents Any Supported Format The folowing examples show...

    docs.groupdocs.com/watermark/java/migration-notes/
  5. Extract data from databases | GroupDocs

    This article demonstrate that how to extract data from databases via JDBC... format ( "jdbc:sqlite:%s" , Constants...connectionString = String . format ( "jdbc:sqlite:%s" , Constants...

    docs.groupdocs.com/parser/java/extract-data-fro...
  6. Render EML as PNG using Python

    Learn how to render EML as PNG using Python. This tutorial explains how to convert EML to PNG in Python with custom dimensions for email visualization....eml format store detailed message data...Transforming EML files into image formats like PNG enables static previews...

    kb.groupdocs.com/viewer/python/render-eml-as-pn...
  7. Render images as HTML, PDF, PNG, and JPEG files...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert images to HTML, PDF, PNG, and JPEG Formats....to load images in various formats and convert them to HTML, PDF...to HTML, PDF, PNG, or JPEG format. For multipage images (such...

    docs.groupdocs.com/viewer/nodejs-java/render-im...
  8. Working with metadata in Matroska (MKV) files |...

    Reading matroska Format-specific properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the Format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Managing metadata for specific formats / Video / Working with metadata...Leave feedback Reading matroska format-specific properties The GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Working with EXIF metadata | GroupDocs

    This article explains how to access EXIF metadata in a file of any supported Format....image file format) is a standard that specifies the formats to be...definition and name of the format, EXIF is just a metadata standard...

    docs.groupdocs.com/metadata/net/working-with-ex...
  10. How to Convert XLSB to PDF in Java

    This short tutorial provides the stepwise instructions to convert XLSB to PDF in Java and how to use this guide to create the Java XLSB to PDF converter functionality....for converting XLSB to PDF format. Steps to Convert XLSB to PDF...conversion from XLSB to PDF format Instantiate the Converter class...

    kb.groupdocs.com/conversion/java/how-to-convert...