Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 11,370 for

format

(0.2 sec)
  1. 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...
  2. Upcoming Release of GroupDocs.Merger for Java 18.8

    We are about to release GroupDocs.Merger for Java 18.8, a full featured, back-end API that could easily be utilized by Java developers in their projects. It will allow trimming and swapping of pages. Document protection will be managed by GroupDocs.Merger for Java. Moreover, API will allow to merge two documents of same Format into a single document. Features Offered by GroupDocs.Merger for JavaGroupDocs will keep on updating this API with new features....merge two documents of same format into a single document. Features...

    blog.groupdocs.com/merger/upcoming-release-of-g...
  3. Edit TXT | GroupDocs

    This guide demonstrates how to edit plain text files with encoding, lists recognition, pagination, and other powerful features of GroupDocs.Editor for Node.js via Java...can create some primitive formatting like lists with leading markers...but also to WordProcessing formats. Loading Text File for Editing...

    docs.groupdocs.com/editor/nodejs-java/edit-txt/
  4. Create and edit new WordProcessing document | G...

    This article demonstrates how to create and edit WordProcessing documents using GroupDocs.Editor for .NET. It also covers supported Formats like spreadsheets and presentations....blank document in a specific format using the Editor class from...document in all major document formats, including text (DOCX), workbooks...

    docs.groupdocs.com/editor/net/create-document/
  5. 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-...
  6. 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...
  7. 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...
  8. 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...
  9. Generate and Automate Documents using Multiple ...

    At GroupDocs, we are always keen to broaden the usability of our APIs across multiple platforms. Keeping that in mind, we are pleased to release GroupDocs.Assembly for Java, a simpe document automation and report generation API that is materialized with multitude of extinct features that you may not have experience before. Such as, support of multiple data sources, multitude of supported file Formats. We would encourage you to explore the API and share your valuable feedback....multitude of supported file formats. We would encourage you to...API supports multiple file formats . Hence, it allows to create...

    blog.groupdocs.com/assembly/releasing-next-gene...
  10. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file Format inFormation. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file Format inFormation advanced_usage.managing_metadata_for_specific_Formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Managing metadata for specific formats / Images / Working with metadata...extract some additional file format information. a GIF image Extract...

    docs.groupdocs.com/metadata/java/working-with-m...