Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 10,314 for

format

(0.12 sec)
  1. In-Table Master-Detail in Email Document | Docu...

    Note In this article, we will use GroupDocs.Assembly to generate an In-Table Master-Detail 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. In-Table Master-Detail in Email Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS Outlook 2013. Create a new Email. Click the email where you want to add the table....Master-Detail 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/in-table-master...
  2. Email attachments | Documentation

    This article shows how to get the inFormation about the attachments.... WriteLine ( "File format: {0}" , attachment . GetDocumentInfo...with a particular name and format if ( attachment . Name . Contains...

    docs.groupdocs.com/watermark/net/email-attachme...
  3. Working with metadata in Diagrams | Documentation

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported document Formats please refer to Supported document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded diagram and extract some additional file Format inFormation. Load a PDF document Extract the root metadata package Use the getDiagramType method to obtain file Format inFormation advanced_usage....Managing metadata for specific formats / Documents / Working with...list of supported document formats please refer to . Detecting...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. 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...
  5. Working with metadata in GIF images | Documenta...

    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...
  6. 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-...
  7. Convert CSV to XML using C#

    Let's quickly learn how to convert CSV to XML using C# without installing extra software. We will provide you key steps along with C# code to export CSV to XML....frequently comes in a variety of formats, thus organizing and analyzing...transforming it to a structured format like XML. We will show you...

    kb.groupdocs.com/conversion/net/convert-csv-to-...
  8. Highlight text upon conversion to HTML in .NET ...

    Hi, I was wondering if there is any way to highlight certain words of document, when converting it to HTML with GroupDocs.Viewer. I tried using GroupDocs.Search after the conversion with GroupDocs.Viewer, but the resul…...completely new format. We would need to keep that formatting, done by...GroupDocs.Parser and the specific format of the HTML output from GroupDocs...

    forum.groupdocs.com/t/highlight-text-upon-conve...
  9. Load password-protected document | Documentation

    This article explains how to load password-protected document while using GroupDocs. Watermarks API....Leave feedback Some document formats also support content encryption...password-protected document of any supported format The following example demonstrates...

    docs.groupdocs.com/watermark/net/load-password-...
  10. How to Convert EPUB to Word in C#

    This short tutorial provides the stepwise instructions to convert EPUB to Word in C# and a sample code for the C# EPUB to Word converter application....converting from EPUB to Word format Initialize the Converter class...disk for transforming to Word format Create and set convert options...

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