Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 2,823 for

view

(0.14 sec)
  1. Save a modified file to a stream | Documentation

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

    docs.groupdocs.com/metadata/java/save-a-modifie...
  2. Load from a stream | Documentation

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

    docs.groupdocs.com/metadata/java/load-from-a-st...
  3. Reduce image quality | Documentation

    This topic describes how to compress images in PDF file using the GroupDocs.Viewer Java API.... view ( viewOptions ); } The following...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  4. Specify the JPEG image quality | Documentation

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for Java... view ( viewOptions ); } Was this...

    docs.groupdocs.com/viewer/java/adjust-jpeg-imag...
  5. Logging | Documentation

    Logging when rendering documents with GroupDocs.Viewer for Java... view ( viewOptions ); } The following...

    docs.groupdocs.com/viewer/java/logging/
  6. Load from Azure Blob Storage | Documentation

    This article explains how to load a document from Azure Blob Storage with GroupDocs.Viewer within your Java applications.... view ( viewOptions ); } Was this...

    docs.groupdocs.com/viewer/java/load-document-fr...
  7. Conversion from STL and IFC is Supported in Gro...

    We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.10. This release permits users to hide comments when converting from Cells. Conversion from STL and IFC is also introduced in 17.10 version of the API. Aside these features, API covers many improvements and bug fixes. Such as Slides to XPS conversion is improved. We’d recommend you to download this latest release and share your documents conversion experience....modification password but without view password cannot be converted...

    blog.groupdocs.com/conversion/conversion-from-s...
  8. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/save-a-modified...
  9. 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...
  10. Set custom fonts | Documentation

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your .NET applications.... View ( viewOptions ); } VB.NET Imports...ForEmbeddedResources () viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/set-custom-fonts/