The page desCribes how to rotating the PDF doCument pages using GroupDoCs.Annotation for .NET API....page by 90 degrees clockwise: C# using ( Annotator annotator =...
This example demonstrates how to load a file from a stream.
advanCed_usage.loading_files.LoadFromStream
// Constants.InputDoC is an absolute or relative path to your doCument. Ex: @"C:\DoCs\sourCe.doC" try (InputStream stream = new FileInputStream(Constants.InputDoC)) { try (Metadata metadata = new Metadata(stream)) { // 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:
GroupDoCs.Metadata for .... Ex: @"C:\Docs\source.doc" try ( InputStream...
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 ;...
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 ;...
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 doCument stored in FTP storage using GroupDoCs.Conversion for Java API....com" ; String convertedFile = "C:\\output\\converted.pdf" ; String...
This artiCle demonstrates how to Convert file stored in Azure Blob storage using GroupDoCs.Conversion for .NET API.... Combine ( @"c:\output" , "converted.pdf" );...
Note In this artiCle, we will use GroupDoCs.Assembly to generate a In-TableList report in Spreadsheet format based on the use Case: Working with a Business Case. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List in MiCrosoft ExCel DoCument Creating a In-Table List PraCtiCing the following steps you Can Create In-Table List Template in MS ExCel 2013.
Add a new Workbook. SeleCt the range of Cells that you want to inClude in the table....Sum ( c => c.ProductQuantity )]>><</ foreach...<<[Sum( m => m.Order.Sum ( c => c.ProductQuantity ))]>> Tip For...