Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop File format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/Fileformatashtml/.
The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop File format) from a JPEG image....Merger Product Solution GroupDocs...information on the Photoshop file format and metadata blocks that...
Optimize images in a PDF File using GroupDocs.Viewer for .NET (C#)...Merger Product Solution GroupDocs...PDF / Optimize the output PDF file / Optimize images Optimize images...
Optimize PDF images with GroupDocs.Viewer for Python and .NET. Improve File size and performance....Merger Product Solution GroupDocs...PDF / Optimize the output PDF file / Optimize images Optimize images...
The listed articles below explain how to load password-protected documents and load Files from different sources....Merger Product Solution GroupDocs...Advanced Usage / Loading files Loading files Leave feedback GroupDocs...
Document loading use cases with GroupDocs.Viewer within your Java applications....Merger Product Solution GroupDocs...password-protected documents Specify file type when loading a document...
Document loading use cases with GroupDocs.Viewer within your .NET applications....Merger Product Solution GroupDocs...password-protected documents Specify file type when loading a document...
This documentation sections describe how to customize document conversion process - convert specific document pages, apply watermarks etc. when using GroupDocs.Conversion for .NET....Merger Product Solution GroupDocs...options. specifies the desired file type the input document should...
Explains GroupDocs.Markdown for .NET converter features and shows how to convert PDF, Word, Excel, Epub, Text inside your .NET applications...Merger Product Solution GroupDocs...images as Base64, save to the file system, skip images, or use...
This example demonstrates how to load a File from a stream.
advanced_usage.loading_Files.LoadFromStream
// Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // 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 ....Merger Product Solution GroupDocs.../ Advanced Usage / Loading files / Load from a stream Load from...
Advanced GroupDocs.Redaction for Python via .NET topics — load documents from any source, save in the original format or rasterize to PDF, scope redactions with page filters, apply reusable redaction policies, and extend the supported-format list....Merger Product Solution GroupDocs...stream, open password-protected files, and pre-rasterize on load....