This article explains how to disable image comparison in PDF documents as a built in feature in GroupDocs.Comparison for .NET....comparison in PDF documents: C# using GroupDocs.Comparison ;...
This article explains how to load custom fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for .NET....fonts and compare documents: C# using GroupDocs.Comparison ;...
Learn how to render your document with responsive HTML layout that looks great on mobile and desktop devices....HTML with responsive layout: C# using GroupDocs.Viewer ; using...
The page describes how to load PDF, Word, Excel, PowerPoint documents from Amazon S3 storage when using GroupDocs.Annotation for .NET....document from Amazon S3 Storage: C# string key = "sample.pdf" ; using...
This article demonstrates how to convert file stored in Azure Blob storage using GroupDocs.Conversion for .NET API.... Combine ( @"c:\output" , "converted.pdf" );...
This article demonstrates how to convert document stored in FTP storage using GroupDocs.Conversion for Java API....com" ; String convertedFile = "C:\\output\\converted.pdf" ; String...
This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Merger for Java....stream = new FileInputStream ( "c:\\sample.docx" ); Merger merger...
This example demonstrates how to load a password-protected document.
advanced_usage.loading_files.LoadPasswordProtectedDocument
// Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... Ex: @"C:\Docs\source.docx" try ( Metadata...