GroupDocs.Editor for .NET is a C# api allows to edit Microsoft Office documents like Word, Excel or PowerPoint or PDF without third party software installed....Merger Product Solution GroupDocs...Editor for .NET you can edit files of various formats and no third-party...
This article explains how to save document with password protection....Merger Product Solution GroupDocs...false ); // sign document to file signature . sign ( "SignedProtected...
The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....Merger Product Solution GroupDocs...// Add annotation and save to file annotator . add ( tmp0 ); SaveOptions...
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 getImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties
try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Merger Product Solution GroupDocs...package Use the method to obtain file format information advanced_usage...
GroupDocs.Redaction - Redact Sensitive Content from Documents Documentation .NET Java Python GroupDocs.Redaction for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Redact content from documents Articles and guidelines Basic redactions Basic usage .NET code examples Open-source projects for APIs example usage GroupDocs.Redaction for .NET More GroupDocs.Redaction for Java More Getting started Get up and running fast with our getting started guide Features overview Supported document formats System requirements Installation Remove sensitive information Articles and guides for both basic and advanced development Redact content using optical character recognition (OCR) Advanced usage scenarios Java code examples Open-source projects for APIs example usage GroupDocs....Merger Product Solution GroupDocs...Redaction Free App View 170+ file and document types online for...
The page describes how to load PDF, Word, Excel, PowerPoint documents from FTP using GroupDocs.Annotation for Java....Merger Product Solution GroupDocs...// Add annotation and save to file annotator . add ( area ); annotator...
This article explains how to optimize output HTML for printing....Merger Product Solution GroupDocs...VSTX, VSDM, VSSM, VSTM Meta file formats: WMF, WMZ, EMF, EMZ...
This article shows that how to perform the operations on search results....Merger Product Solution GroupDocs...object containing the file path, the file type, the format family...
Run code examples and contribute to the GroupDocs.Viewer project. Find instructions and sample Files on GitHub....Merger Product Solution GroupDocs...with code examples and sample files is hosted at GitHub. Run examples...