We are pleased to announce GroupDocs.Merger for .NET 18.5. A back-end document manipulation API that allows to split, remove or reorder pages in a document of supported format. Pages could be swapped or trimmed. You can also manage documents protection. GroupDocs.Merger for .NET allows to check document protection and then set, remove or update password. Aside this, API permits to join two or more documents of same file format into one.
Purpose Behind GroupDocs.Merger for .NET API
GroupDocs.Merger for .NET is an organized API, using that you can manipulate a document programatically in different ways. For instance, see how simply you can trim a document:PagesOptions pagesOptions = new PagesOptions(FileFormat.Pdf, password, pages);
Stream openFile = new FileStream(sourceFile, FileMode.Open);
// Main method.
DocumentResult result = new DocumentHandler().Trim(openFile, pagesOptions);
API is designed to facilitate users to move, remove and swap pages within a document using simplified calls.Supported Features and Formats
GroupDocs.Merger for .NET supports a lot of document formats and many document manipulation features.Supported Document Formats
- Word
- Cell
- Slide
Features offered by GroupDocs.Merger for .NET
- Combine and merge multiple files into one document
- Split document to multiple files
- Arrange documents in any order
- Check document protection
- Remove pages from document
Available Channels and Resources
Here are a few channels and resources for you to learn, try and get technical support on GroupDocs.Merger:- NuGet – NuGet Install
- Documentation – API Documentation
- API Reference – GroupDocs.Merger for .NET API Reference
- Examples– Source Code Examples
- Product Support Forum – Technical Support Forum for GroupDocs.Merger queries