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...
This article explains how to set document password after files comparison within your .NET applications using GroupDocs.Comparison for .NET....output document with password: C# using GroupDocs.Comparison ;...
The API allows you to add watermark to email attachments (all the attachments of supported types in an email message)... Ex: @"C:\Docs\message.msg" using ( Watermarker...
This article demonstrates how to convert file stored in FTP storage using GroupDocs.Conversion for .NET API.... Combine ( @"c:\output" , "converted.pdf" );...
The page describes how to load PDF, Word, Excel, PowerPoint documents from FTP using GroupDocs.Annotation for .NET....to annotate document from FTP: C# using ( Annotator annotator =...
We are pleased to announce the release of GroupDocs.Editor for .NET API which makes it easier to perform document editing operations and conversion of edited document with simple line of code with various supported document formats. Document Editing API allows user to convert supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made.... # Features Overview C# Examples Showcase Working with...