Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 11,962 for

format

(0.09 sec)
  1. Render DOCX as Image using Python

    You will learn how to render DOCX as image using Python. A code example will also be provided to create images from DOCX in Python for visual content workflows....content in a visually consistent format across platforms. This article...depending on your preferred image format, and specify the output directory...

    kb.groupdocs.com/viewer/python/render-docx-as-i...
  2. How to Convert MSG to XPS using C#

    Within this article, you will discover how to convert MSG to XPS using C# without installing extra software. Also, we will supply the code to export MSG to XPS in C#....to transform files from one format to another to suit different...Converting MSG files to XPS format can be an essential task, especially...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Compare CSV Files in Java - Compare and Find Di...

    How to compare two CSV files in Java? Compare the data of CSV files using Java API to find differences and get the output in a CSV file....difficult to read such data in raw format. However, when these files...LibreOffice that support CSV format, it becomes quite easy to manipulate...

    blog.groupdocs.com/comparison/compare-csv-files...
  4. How to Convert Bitmap to PNG using Java

    This short article walks you through the workflow to convert Bitmap to PNG using Java and how to use this guide to change BMP to PNG in Java....the image conversion from one format to another. Here are the key...transforming a Bitmap file to PNG format. Steps to Convert Bitmap to...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. Multicolored Numbered List in Email Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Email Document Format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. Multicolored Numbered List in Email Document Creating a Multicolored Numbered List Practising the following steps you can create Multicolored Numbered List Template in MS Outlook 2013. In your email, write a sentence like “We provide support for the following clients:”....List report in Email Document format. Note The code uses some of...report must be in .eml or .msg format. It must add email recipient...

    docs.groupdocs.com/assembly/net/multicolored-nu...
  6. Group docs editor to enable editing of variable...

    Hi, I have been looking at Group Docs Editor features for one of my requirement. Our requirement is, we have pdfs with some variable fields (Please find sample screen shot below.) We want to implement .NET web applicat…...and then save it in the DOCX format. string filePath = "sample...save PDF document with other format How to eSign document with...

    forum.groupdocs.com/t/group-docs-editor-to-enab...
  7. 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...
  8. GroupDocs.Editor for Java 26.1 – Latest Updates...

    Explore what’s new in GroupDocs.Editor for Java 26.1. Available now on NuGet and GroupDocs website.... EDITORNET‑2940 Auto‑format detection during a save operation...eliminating false‑positive format guesses. Fixed issues (bugs)...

    blog.groupdocs.com/editor/groupdocs-editor-for-...
  9. 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...
  10. How to Convert PDF to TIFF using C#

    Understand document conversion process and how to convert PDF to TIFF using C#. Learn how to use these instructions to create PDF to TIFF converter C# capability....document transformation from one format to another. Further, it provides...transformation into the required format. Code to Convert PDF to TIFF...

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