Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 10,539 for

format

(0.06 sec)
  1. In-Paragraph List in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in Text Document Format. In-Paragraph List in Text Document Note This feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to describe about the services you are providing with the following key requirements: A descriptive or inFormative line like “We provide support for the following products:”. Show all the products along with the above sentence....List report in Text Document format. In-Paragraph List in Text...

    docs.groupdocs.com/assembly/net/in-paragraph-li...
  2. Save attachments | Documentation

    Save attachments and embedded files from PDF, Outlook data file or email...provided code snippet suits all format families that support attachments:...

    docs.groupdocs.com/viewer/net/how-to-extract-an...
  3. Float and paginal modes | Documentation

    This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API....converting all WordProcessing formats to instances and backward (from...(from to some of WordProcessing format), contains two modes: float...

    docs.groupdocs.com/editor/net/float-and-paginal...
  4. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Extract data from various formats / Extract data from Microsoft.... out . println ( String . format ( "Slide %d/%d" , p + 1 , presentationInfo...

    docs.groupdocs.com/parser/java/extract-text-fro...
  5. Render to HTML | Documentation

    With GroupDocs.Viewer for .NET you can render files to HTML Format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Lots of the document formats and format families, supported by...not limited to) PDF, most of formats from the WordProcessing family...

    docs.groupdocs.com/viewer/net/rendering-to-html/
  6. Get HTML Markup in Different Forms | Documentation

    Learn how to get edited document HTML markup - body without head tag, content in raw and base64 form, and others using GroupDocs.Editor for Node.js via Java API....the document for editing with format-specific edit options const...document in its own intermediate format and is able to generate HTML...

    docs.groupdocs.com/editor/nodejs-java/get-html-...
  7. Template Syntax - Part 2 of 2 | Documentation

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the Formatted result of the expression....placeholder is replaced with the formatted result of the expression....enclosed by brackets An optional format string enclosed by double quotes...

    docs.groupdocs.com/assembly/java/template-synta...
  8. Converting MSG file containing nested MSG attac...

    I recall this bug was previously fixed - or perhaps I’m mistaken. Attached herewith is test.msg which is able to repro the issue. It is an email which contains an email which contains another email. The top level emai…...attachments are now saved as EML format instead of MSG - which was...them as EML instead of MSG format. string basePath = @"C:\Temp\GroupDocsTest";...

    forum.groupdocs.com/t/converting-msg-file-conta...
  9. Extracting common image information | Documenta...

    For all supported image Formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more inFormation on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file Format inFormation advanced_usage.managing_metadata_for_specific_Formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Managing metadata for specific formats / Images / Extracting common...feedback For all supported image formats the GroupDocs.Metadata API...

    docs.groupdocs.com/metadata/java/extracting-com...
  10. Introducing Outlook Metadata Cleaner - An Outlo...

    Outlook Metadata Cleaner is an Outlook add-in powered by GroupDocs.Metadata for .NET that removes/cleans metadata properties in the files selected to be attached with email. It is an attach file button that appears in New Message window in Outlook. When some file is selected to be attached with email, the add-in first cleans all the metadata inFormation saved with that file and then attaches metadata free file with email message....images Supported Formats Following are the file formats supported by...(XLS/XLSX) Portable Document Format (PDF) GIF JPEG/JPG PNG Supported...

    blog.groupdocs.com/metadata/introducing-outlook...