This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for .NET API....save the range of document page: C# // for this example input document...
This article demonstrates how to convert document stored at local disk using GroupDocs.Conversion for Java API....converter = new Converter ( "c:\\files\\sample.docx" ); PdfConvertOptions...
This topic describes how to remove annotations from PDF file using the GroupDocs.Viewer .NET API (C#)....remove annotations from the file: C# using GroupDocs.Viewer ; using...
This topic describes how to remove form fields from PDF file using the GroupDocs.Viewer .NET API (C#)....flatten form fields in the file: C# using GroupDocs.Viewer ; using...
This article demonstrates how to convert file stored in Amazon S3 storage using GroupDocs.Conversion for .NET API.... Combine ( @"c:\output" , "converted.pdf" );...
The page describes how to load PDF, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for .NET....to load a document using URL: C# string url = "https://github...
The following example demonstrates how to load a file from a local disk.
advanced_usage.loading_files.LoadFromLocalDisk
// Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // 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 .NET examples
GroupDocs.Metadata for Java examples... Ex: @"C:\Docs\source.one" try ( Metadata...