This article explains how to save signed Presentation documents with various file formats by GroupDocs.Signature API....Assembly Product Solution GroupDocs...
Use GroupDocs.Conversion libraries to convert PDF and Word documents, Excel spreadsheets, PowerPoint presentations, images of various formats like PNG, JPEG, BMP. Just couple lines of C# or Java, JavaScript or Python code to convert your documents quickly and accurately....Assembly Product Solution GroupDocs...
Excellent file viewer component that empowers your C#, ASP.NET, and other .NET applications with document viewing features across more than 170+ supported file formats Documentation .NET Java Node.js Python GroupDocs.Viewer for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Document rendering Articles and guidelines for document rendering Render Word documents Render PDF documents Render PowerPoint presentations Render spreadsheets ....Assembly Product Solution GroupDocs...
Share this issue:
Monthly NewsletterSeptember 2018 Java API to Merge, Reorder, Split or Remove Document Pages Manipulate PDF, Word, Excel and PowerPoint Documents
GroupDocs.Merger for Java - allows merging documents of same file formats into one. The document protection feature allows to password protect documents while joining popular business document formats: PDF, Microsoft Word, Excel and PowerPoint.
Product News
.NET Text Analysis API for Excel Spreadsheets, Presentations and Text Documents GroupDocs....Assembly now supports dynamically inserting...
This article explains how to open password-protected document with GroupDocs.Viewer within your .NET applications....Assembly Product Solution GroupDocs...
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 the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....Assembly Product Solution GroupDocs...