Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 10,764 for

format

(0.03 sec)
  1. In-Table List with Filtering Grouping and Order...

    In-Table List with Filtering, Grouping, and Ordering in HTML Document Note In this article, we will use GroupDocs.Assembly to generate In-TableList with Filtering, Grouping, and Ordering report in HTML Document Format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in HTML Document Reporting Requirement As a report developer, you are required to represent managers’ contract inFormation with the following key requirements:...Ordering report in HTML Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/in-table-list-...
  2. 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...
  3. 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/net/template-syntax...
  4. Add Watermark to a Batch of Documents and Image...

    Watermarking is a popular technique to indicate that the content or data inside a document is copyrighted. On the other hand, it is also used to place the company’s logo or some kind of label in the documents before they are shared within or outside the company. However, it is quite hard to apply the watermark to a bunch of documents one by one. It becomes harder if you have documents of various Formats such as PDF, DOCX, PPTX, XLSX, EML, JPG, PNG, etc....have documents of various formats such as PDF, DOCX, PPTX, XLSX...the document of a particular format. Before we proceed, let me...

    blog.groupdocs.com/watermark/add-watermark-to-a...
  5. 在 C# 中合并 PDF、Word、Excel、PowerPoint 文件 | .NET 合并...

    使用 GroupDocs 在 C# 中的 Merger API,以编程方式在基于 .NET 的应用程序中合并 PDF、Word 文档、电子表格、演示文件。...txt) Portable Document Format File (.pdf) Portable Network...Slide Show (.pps) Rich Text Format File (.rtf) Tab Separated Values...

    blog.groupdocs.com/zh/merger/merge-pdf-word-exc...
  6. 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 FileType property to obtain file Format inFormation AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } 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/net/extracting-comm...
  7. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_Formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Managing metadata for specific formats / Video / Working with metadata...Metadata API supports extracting format-specific information from the...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. How to Convert ODT to PPTX using Java

    In this tutorial, we will discover how to convert ODT to PPTX using Java without installing extra software installation along with code to export ODT to PPTX in Java....convert files between different formats is vital. This step-by-step...to convert any ODT to PPTX format using Java. By following this...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Formulas, Smart Art and VBA Controls support in...

    We are glad to announce another monthly release of GroupDocs.Comparison for .NET 17.2.0 API with eight new features like support of Imaging DjVu file Format, Formulas, Smart Art and image comparison in spreadsheet document introduced, also providing support for “VBA Controls” in Document Comparison API v17.2.0. This monthly release is adding two improvements like “Improve comparison changes detection for Paragraphs” along with five major fixes. Detailed inFormation is listed below....support of Imaging DjVu file format, Formulas, Smart Art and image...details about supported document formats, please visit Features Overview...

    blog.groupdocs.com/comparison/formulas-smart-ar...
  10. Extract data from Microsoft Office PowerPoint p...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office PowerPoint presentations. Both classic (ppt, pot) and Open XML (pptx, potx) Formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) Formats are supported. The following table provides the list of supported Formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Extract data from various formats / Extract data from Microsoft...and Open XML (pptx, potx) formats are supported. Also LibreOffice...

    docs.groupdocs.com/parser/net/extract-data-from...