The page describes how to add button component to a document using GroupDocs.Annotation for .NET....shows how to add to the document: C# using ( Annotator annotator =...
Learn this article and check how to improve conversion speed and performance when convert document with GroupDocs.Conversion for .NET API.... string cachePath = "c:\output\cache" ; FileCache cache...
This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Redactor redactor = new Redactor ( "C:\sample.dump" ); try { // Here...
This article explains how to get extended information about comparison of documents on the summary page with GroupDocs.Comparison for .NET....to get extended information: C# using GroupDocs.Comparison ;...
This article explains how to load a document using the local path string with GroupDocs.Viewer within your .NET applications....using the local path string: C# using GroupDocs.Viewer ; using...
This article demonstrates how to convert document stored in Amazon S3 storage using GroupDocs.Conversion for Java API....docx" ; String convertedFile = "C:\\output\\converted.pdf" ; Converter...