This article describes capabilities of GroupDocs.Editor while working with HTML resources, which are an integral part of HTML document...Watermark Product Solution GroupDocs...resources . This usually includes images, specific fonts (which are...
Rendering documents with GroupDocs.Viewer for Java in your Java applications....Watermark Product Solution GroupDocs...following formats: HTML PDF Images (JPG or PNG) If the source...
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....containing XFA form to HTML Html watermark style block contains garbage...garbage characters Html watermark style block contains garbage characters...
API to annotate text or Images in your documents using Java. It supports PDF, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...Watermark Product Solution GroupDocs...ability to annotate text or images in a document within your applications...
This article demonstrates how to convert PDF to Word, Excel, PowerPoint and Image formats with GroupDocs.Conversion for Java....Watermark Product Solution GroupDocs...only, it could be hyperlinks, images, interactive buttons and forms...
Rendering documents with GroupDocs.Viewer for .NET in your .NET / C# applications....Watermark Product Solution GroupDocs...following formats: HTML PDF Images (JPG or PNG) If the source...
Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM Images.
The following are the steps to read the native DICOM metadata.
Load a DICOM Image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....Watermark Product Solution GroupDocs...metadata for specific formats / Images / Working with DICOM metadata...
Reduce PDF file size by subsetting embedded fonts with GroupDocs.Viewer. See how to optimize font usage....Watermark Product Solution GroupDocs...download it. The following image demonstrates the result. There...
This page describes how to detect document file type, size and calculate pages count when annotate documents or Images with GroupDocs.Annotation....Watermark Product Solution GroupDocs...PowerPoint presentation or image etc.) is a count of document...
Let's look at how to convert Excel to PDF in C# and how to use the C# Excel to PDF sample code to convert a workbook, selected sheets, or any cell range to PDF....Watermark Product Family GroupDocs.Merger...formats. We discussed the convert Image to PDF in C# code in our earlier...