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 ;...
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 =...
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...