This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) to reduce size....Annotation Product Solution GroupDocs...GroupDocs.Viewer may reduce the image size or quality, remove notes...
Reduce PDF file size by subsetting embedded fonts with GroupDocs.Viewer. See how to optimize font usage....Annotation Product Solution GroupDocs...download it. The following image demonstrates the result. There...
Convert PDFs to grayscale to reduce file size and speed up printing using the GroupDocs.Viewer Python API....Annotation Product Solution GroupDocs...output PDF file / Optimize images / Convert to grayscale Convert...
This article explains how to get a type of a file with GroupDocs.Viewer for Java using Java....Annotation Product Solution GroupDocs...+ fileType ); The following image shows a sample console output:...
Այս կարճ ուղեցույցը բացատրում է, թե ինչպես փոխարկել պատկերը PDF-ի Java-ում: Դուք կարող եք նաև իմանալ փաստաթղթերի փոխակերպման մասին՝ նայելով Java կոդի օրինակ՝ JPG-ն PDF-ի փոխարկելու համար:...Annotation Product Family GroupDocs...Converter դասը և բեռնեք մուտքագրված Image ֆայլը Ստեղծեք PdfConvertOptions...
Logging when rendering documents with GroupDocs.Viewer for Java...Annotation Product Solution GroupDocs...viewOptions ); } The following image shows the output.log file: Was...
Remove form fields from PDF files to reduce file size using GroupDocs.Viewer's optimization options....Annotation Product Solution GroupDocs...download it. The following image demonstrates the result: Was...
Retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents with GroupDocs.Viewer for Java...Annotation Product Solution GroupDocs...attachment ); } } The following image shows a sample console output:...
This article explains how to detect document file type, size and calculate pages count with GroupDocs.Watermark....Annotation Product Solution GroupDocs...spreadsheet, PowerPoint presentation, image etc.). PageCount represents...
Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers.
The following are the steps to read the header of a BMP file.
Load a BMP Image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties
using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Annotation Product Solution GroupDocs...metadata for specific formats / Images / Working with BMP metadata...