This article shows how to add an Image watermark and save the resultant document. It is capable of adding watermarks to Images or documents....Viewer Product Solution GroupDocs...Basic usage / Add image watermarks Add image watermarks Leave...
GroupDocs.Markdown provides several strategies for handling Images during conversion. Set the ImageExportStrategy property on ConvertOptions to control the behavior:
Base64 embedding – inline Images as data URIs using ExportImagesAsBase64Strategy. File system export – save Images to a directory using ExportImagesToFileSystemStrategy. Use the ImagesRelativePath property to control the relative path written into Markdown Image links. Skip Images – omit all Images from the output using SkipImagesStrategy. Custom handler – implement IImageSavingHandler for full control over Image saving, including renaming and custom storage via CustomImagesStrategy....Viewer Product Solution GroupDocs...Advanced usage / Saving image strategy Saving image strategy Leave feedback...
This article shows how to add an Image watermark to a document and save the result with GroupDocs.Watermark for Python via .NET....Viewer Product Solution GroupDocs...Basic usage / Add image watermarks Add image watermarks Leave...
The page describes how to add Image annotation to a document using GroupDocs.Annotation for .NET....Viewer Product Solution GroupDocs...the document / Add image annotation Add image annotation Leave...
The page describes how to set the quality of an Image added to a document....Viewer Product Solution GroupDocs...Advanced usage / Set image quality Set image quality Leave feedback...
The page describes how to add Image annotation to a document using GroupDocs.Annotation for Java....Viewer Product Solution GroupDocs...the document / Add image annotation Add image annotation Leave...
The listed articles below explain how to save Images to the file system during document conversion....Viewer Product Solution GroupDocs...Saving image strategy / Save image as file Save image as file...