This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....Comparison Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...
Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs....Comparison Product Solution GroupDocs...reduces the size of the output file. To adjust images quality, call...
This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for .NET API....Comparison Product Solution GroupDocs...( "input.pdf" )) { //Result file will be contain only 3 pages...
This article gives knowledge on how to highlight search results in the text of a document....Comparison Product Solution GroupDocs...document was saved to a file, this file can be opened by an Internet...
The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...Comparison Product Solution GroupDocs...= new PresentationWatermar ( File . ReadAllBytes ( "background...
This article explains how to set timeout for loading external resources contained by a document with GroupDocs.Viewer within your Java applications....Comparison Product Solution GroupDocs...setResourceLoadingTi ( 500 ); // Render a file. try ( Viewer viewer = new Viewer...
The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for Java....Comparison Product Solution GroupDocs...// Add annotation and save to file annotator . add ( area ); annotator...
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...Comparison Product Solution GroupDocs.../ Advanced Usage / Loading files / Load from a local disk Load...
This example demonstrates how to load a File from a stream using GroupDocs.Metadata for Python via .NET....Comparison Product Solution GroupDocs.../ Advanced Usage / Loading files / Load from a stream Load from...
Learn how to open a File from local disk using GroupDocs.Metadata for Python via .NET....Comparison Product Solution GroupDocs.../ Advanced Usage / Loading files / Load from a local disk Load...