Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 11,999 for

format

(0.28 sec)
  1. Get document info | GroupDocs

    This article shows that how to get meta inFormation of a document....demonstrates how to extract basic format information from a file. BasicUsage...Console . WriteLine ( "File format: {0}" , info . FileType . FileFormat...

    docs.groupdocs.com/metadata/net/get-document-info/
  2. 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. Multicolored Numbered List in Email Document Creating a Multicolored Numbered List Practicing 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:”. Start numbered list. Go to the “Design” tab and select color to make it colored list....List report in Email Document format. Multicolored Numbered List...Report must be in .eml or .msg format. It must add email recipient...

    docs.groupdocs.com/assembly/java/multicolored-n...
  3. Convert DOCX to PNG using C#

    Learn how to Convert DOCX to PNG using C# with the .NET conversion API, covering setup, options, and per‑page streaming for high‑quality results....ImageConvertOptions to set PNG format and optional image settings...developers to specify output format, dimensions, resolution, and...

    kb.groupdocs.com/conversion/net/convert-docx-to...
  4. Extract RIFF INFO and Metadata of WAV files in ...

    Extract metadata and RIFF INFO of WAV audio files in Java. Metadata API allows metadata management within your Java applications....中文 中國傳統的 RIFF file container format used to store audio and video...various document and image file formats. I will be using this API to...

    blog.groupdocs.com/metadata/extract-riff-info-a...
  5. Some emails do not convert in an expected way -...

    Attempting to convert the attached email document results in a strange Formatting issue that results in an unreadable .pdf where all the text is displayed in a column 1 or 2 characters wide. Using GroupDocs Convert v. 2…...document results in a strange formatting issue that results in an...appears you are encountering formatting issues when converting a...

    forum.groupdocs.com/t/some-emails-do-not-conver...
  6. 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...
  7. Render Filtered Messages from Outlook Data File...

    We are delighted to announce that we have rolled out version 19.1 of GroupDocs.Viewer for .NET. The latest version brings five new features, three bug fixes, and three improvements. You can now obtain the email messages as well as filter the messages contained in Outlook Data Files (OST/PST). Furthermore, we have extended our list of supported file Formats by adding the support of VCF file Format. Please have a look at the release notes for more details on new features, fixes, and improvements....supported file formats by adding the support of VCF file format. Please...allows you to render VCF file format. Please visit this article...

    blog.groupdocs.com/viewer/render-filtered-messa...
  8. Render SVG as JPG using Python

    Render SVG as JPG using Python in simple and few steps. This tutorial explains how to convert SVG to JPG in Python with custom image dimensions for scalable output.... converting SVG to raster formats like JPG is often necessary...universally compatible image formats. Steps to Render SVG as JPG...

    kb.groupdocs.com/viewer/python/render-svg-as-jp...
  9. Document Management with GroupDocs

    The GroupDocs dashboard provides you with several features for organizing files and folders. The new dashboard is very user friendly, so you get familiar with it pretty quickly. In this post, we focus on the GroupDocs dashboard. I’m going to list some of GroupDocs dashboard’s key features useful for document management: [caption id=“attachment_402” align=“alignnone” width=“622” caption=“Fig.1: GroupDocs dashboard helps you organise your files and folders for better document management”] [/caption]... For example, file format, modification date, size, whom...you sort files according to format, size, or modification date...

    blog.groupdocs.com/total/document-management-wi...
  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...