The SaveOptions class provides the following properties to customize the saving process:
AnnotationTypes defines annotation types to be saved into output document; FirstPage defines the first page number to save specific page range; LastPage defines the last page number to save specific page range; OnlyAnnotatedPages indicates whether to save only annotated pages or not. For details, see the following pages:...Assembly Product Solution GroupDocs...
Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local file path, stream or third-party storage for further processing with GroupDocs.Conversion for .NET API....Assembly Product Solution GroupDocs...
Working with XMP metadata GroupDocs.Metadata for Java also allows managing XMP metadata in MP3 files. For more details please refer to the following guide: Working with XMP metadata...Assembly Product Solution GroupDocs...
GroupDocs.Metadata provides different ways to save a file with updated metadata.
Please refer to the following guides to know more about all overloads of the Save method:...Assembly Product Solution GroupDocs...
Learn about GroupDocs.Conversion advanced usage and its multiple powerful features like document conversion process customization, track conversion progress, load documents from different sources etc....Assembly Product Solution GroupDocs...
Saving a document with method Save(), GroupDocs.Watermark puts it in the same folder as the original file, rewriting original. If you need to save the document to any custom location, you’ll have to use Save(string) method or Save(Stream) of Watermarker class.
You can see examples of Save methods in one of these guides:
Save document to the same file or stream Save document to the specified location Save document to the specified stream...Assembly Product Solution GroupDocs...