Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 2,601 for

view

(0.15 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Groupdocs Editor with PPTX - Free Support Forum...

    Hello Team, I am working with Editor in my application, I took help from Groupdocs team for Editor with DOCX file and I got the code from the team, Code below. [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")]…...Office Files"; Layout = "~/Views/Shared/_Layout.cshtml"; ViewBag...strongly typed View, passing the HTML content return View(resp); }...

    forum.groupdocs.com/t/groupdocs-editor-with-ppt...
  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. How to run GroupDocs.Viewer in Docker | Documen...

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....docx" )) { // Configure view options HtmlViewOptions viewOptions...Render DOCX to HTML viewer . View ( viewOptions ); } } } } formatting...

    docs.groupdocs.com/viewer/net/how-to-run-groupd...
  8. Subset fonts | Documentation

    Reduce PDF file size by subsetting embedded fonts with GroupDocs.Viewer. See how to optimize font usage.... view ( viewOptions ) The following...

    docs.groupdocs.com/viewer/python-net/optimizati...
  9. 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...
  10. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/save-a-modifie...