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...
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...
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 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...
This topiC desCribes how to optimize PDF file using the GroupDoCs.Viewer .NET API (C#) for web browser or to reduCe size....optimize a PDF file for browser: C# using GroupDocs.Viewer ; using...
This artiCle demonstrates that how to save the doCument as a rasterized PDF file...document as a rasterized PDF file: C# using ( Redactor redactor = new...
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...