Document loading use cases with GroupDocs.Viewer within your .NET applications....Editor Product Solution GroupDocs...password-protected documents Specify file type when loading a document...
Explains GroupDocs.Markdown for .NET converter features and shows how to convert PDF, Word, Excel, Epub, Text inside your .NET applications...Editor Product Solution GroupDocs...images as Base64, save to the file system, skip images, or use...
This documentation sections describe how to customize document conversion process - convert specific document pages, apply watermarks etc. when using GroupDocs.Conversion for .NET....Editor Product Solution GroupDocs...options. specifies the desired file type the input document should...
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:...Editor Product Solution GroupDocs...package Use the property to obtain file format information AdvancedUsage...
This article explains how to rearrange document pages for PDF, Word, Excel, PowerPoint and many other File types using GroupDocs.Merger for Node.js via Java....Editor Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...
Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Node.js via Java....Editor Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...
This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for Java. ...Editor Product Solution GroupDocs...method; Call method specifying file path to save resultant document...
Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs...into services that operate on file streams. Was this page helpful...
The page describes how to set the resolution of document preview...Editor Product Solution GroupDocs...$"result_{pageNumber}.png" ; return File . Create ( pagePath ); }) {...
This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API....Editor Product Solution GroupDocs...// ... }; // sign document to file signature . Sign ( "signedSample"...