Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 8,059 for

format

(0.05 sec)
  1. Merge Excel spreadsheets | Documentation

    Follow this guide and learn how to merge MS Excel spreadsheets using CSharp programming language....in several different file formats, each having a different file...extensions and their file formats include XLSX (Microsoft Excel...

    docs.groupdocs.com/merger/net/merge/excel/
  2. How to merge GIF images using C# | Documentation

    Learn how to merge GIF image files, combine GIF image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....About GIF File Format GIF, Graphics Interchange Format, is a raster...raster file format designed for relatively basic images that appear...

    docs.groupdocs.com/merger/net/getting-started/u...
  3. How to edit XML file | Documentation

    This article demonstrates how to edit XML files and XML documents using C# programming language....importing the documents in format for a long time. However, in...and the same as for other formats. There are no dedicated load...

    docs.groupdocs.com/editor/net/how-to-edit-xml/
  4. Introducing GroupDocs.Redaction for .NET - An A...

    Finally, the wait is over! We have released the first version of GroupDocs.Redaction for .NET. As we have mentioned in the pre-release blog post, GroupDocs.Redaction for .NET is an API to redact, hide or remove sensitive content & metadata from word processing documents, worksheets, presentations, and PDF files within your .NET applications. The API provides a single Format-independent interface supporting various redaction types such as text redaction, metadata redaction, annotation redaction, and tabular document redaction.... The API provides a single format-independent interface supporting...Saving Document in Original Format or as a Rasterized PDF For...

    blog.groupdocs.com/redaction/introducing-groupd...
  5. GroupDocs.Viewer for .NET 3.7.0 Supports EMF an...

    Today, we’re delighted to share some new features and improvements that we’ve incorporated in the October release of GroupDocs.Viewer for .NET. This release comes up with the support of EMF and DICOM file Formats. Along with this, the API also provides the way to work with layers in PDF documents and default fonts in diagram documents. Check out this latest version to enhance and improve your document viewer applications....support of EMF and DICOM file formats. Along with this, the API also...of EMF file format Support of DICOM file format Document Viewer...

    blog.groupdocs.com/viewer/groupdocs-viewer-dot-...
  6. Implement Page Rotation when Converting to PDF

    Its time to augment your document conversion experience. You will be pleased to hear the new features, improvements and bug fixes that we’r going to elaborate in this blog post. Did you ever think of converting and rotating a document at the same time? We make your wish come true with this month’s release of GroupDocs.Conversion for Java 19.4. You can now set page rotation angle when converting to a PDF or Image Format....converting to a PDF or Image format. And it only takes a single...Feature when Converting to Image Format # We enriched ImageSaveOptions...

    blog.groupdocs.com/conversion/implement-page-ro...
  7. Common List in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in Text Document Format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Common List in Text Document Reporting Requirement As a report developer, you are required to share the following key requirements: The report must be generated in the Text Document Format Adding Syntax to be evaluated by GroupDocs....List report in Text Document format. Note The code uses some of...generated in the Text Document format Adding Syntax to be evaluated...

    docs.groupdocs.com/assembly/net/common-list-in-...
  8. Common List Image in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in Text Document Format. Note The code uses some of the objects defined in The Business Layer. Common List in Text Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must show multiple managers’ picture and name. Report must be generated in the Text Document Format. Adding Syntax to be evaluated by GroupDocs....List report in Text Document format. Note The code uses some of...generated in the Text Document format. Adding Syntax to be evaluated...

    docs.groupdocs.com/assembly/java/common-list-im...
  9. Convert to Spreadsheet with advanced options | ...

    Follow this guide and learn how to convert documents to Excel and Open Document spreadsheets of XLS, XLSX, ODS, OTS Formats  with zoom and other customizations using GroupDocs.Conversion for .NET....when convert to spreadsheet format. Along with from base class...PageNumber = 2 , PagesCount = 1 , Format = SpreadsheetFileType . Xls...

    docs.groupdocs.com/conversion/net/convert-to-sp...
  10. 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 FileType property to obtain file Format inFormation AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); 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); } 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/net/working-with-me...