Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 2,822 for

view

(0.02 sec)
  1. Working with metadata in HEIF/HEIC images | Doc...

    Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in HEIF/HEIC images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in HEIF/HEIC images. Please find appropriate code samples in the Working with EXIF Metadata section. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Load from a local disk | Documentation

    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... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  3. Set image resolution | Documentation

    Reduce PDF image resolution by adjusting compression and resizing options within the GroupDocs.Viewer API.... view ( viewOptions ) The following...

    docs.groupdocs.com/viewer/python-net/optimizati...
  4. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/save-a-modified...
  5. Is GroupDocs.Editor compatible with the Xamarin...

    Hello, I have an iOS and Android mobile application developed with Xamarin.Forms. I am looking for a document editor that I can integrate into this application. I came across GroupDocs.Editor while searching for an edi…...project, files can edit and view by the end user in the your...converted to html and displayed in view mode in the xamarin. So it is...

    forum.groupdocs.com/t/is-groupdocs-editor-compa...
  6. Cannot Click hyperlinks in Email Body - Free Su...

    I am currently using GroupDocs.Viewer for .NET to render and View email (msg) files. However, I have encountered an issue: when Viewing emails, any hyperlinks within the email body appear as plain text and are not clicka…...NET to render and view email (msg) files. However,...encountered an issue: when viewing emails, any hyperlinks within...

    forum.groupdocs.com/t/cannot-click-hyperlinks-i...
  7. InstanceID: using multiple simultaneous instanc...

    Two months ago we presented a new feature called InstanceID in GroupDocs.Viewer for .NET for the first time. In short, InstanceID allows you to configure several simultaneous instances of GroupDocs.Viewer associated with different independent root storage paths. Since that time, we’ve received a lot of feedback on the feature and this time would like to clarify how you can benefit from InstqanceID and how to configure it correctly in more details....storage, select documents and view them using the viewer. The file...

    blog.groupdocs.com/viewer/instanceid-using-mult...
  8. Strikeout Option and PNG, BMP Formats - introdu...

    We are glad to announce another monthly release of GroupDocs.Comparison for .NET 17.5.0 API with Three new features like adding Strikeout option for deleted/style change in words format, also adding support for PNG, JPG and BMP file formats.This monthly release is adding Six improvements like “Improve comparison of Text & Imaging formats” and ” Add styles change detection for Comparison.Imaging (height, width)” along with fixes. Detailed information is listed below.... view the website...

    blog.groupdocs.com/comparison/strikeout-option-...
  9. Load from stream | Documentation

    Load documents directly from streams (URLs, FTP, etc.) in your Python applications using GroupDocs.Viewer.... view ( options ) Please refer to...

    docs.groupdocs.com/viewer/python-net/load-docum...
  10. Add text watermarks | Documentation

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your Java applications.... view ( viewOptions ); } Was this...

    docs.groupdocs.com/viewer/java/add-text-watermark/