Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 1,117 for

view file

(0.04 sec)
  1. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....recognized metadata properties from a file Sometimes you may need to just...metadata packages/properties. a file to clean Call the method Check...

    docs.groupdocs.com/metadata/java/clean-metadata/
  2. Large size font folder was created in Temp - Fr...

    Hi support team, I using GroupDocs Conversions .NET for convert File to html Today I check Temp folder and found that CustomTempFonts folder was created from the time begin using GroupDocs. Folder size is approximate 1…...NET for convert file to html Today I check Temp folder...without problem in viewing converted html file? Thanks Persistent...

    forum.groupdocs.com/t/large-size-font-folder-wa...
  3. GroupDocs Viewer for Java Library - a J2EE & J2...

    We’re pleased to announce the release of the GroupDocs Viewer for Java Library! Java developers can now seamlessly use our web-based document Viewer within their Java development environment. Just like GroupDocs Viewer for .NET Library, this version can be easily embedded into customer platforms and allows developers to display over 40 document and image File formats without any external dependencies. Benefits of the GroupDocs Document Viewer for Java Library: Support for more than 40 File formats, including: Portable Document Format: ....display over 40 document and image file formats without any external...Library: # Support for more than 40 file formats , including: Portable...

    blog.groupdocs.com/viewer/announcing-groupdocs-...
  4. Releasing GroupDocs.Metadata for .NET - Control...

    We are happy to release GroupDocs.Metadata for .NET API to work with metadata associated with various document and image formats. The API facilitates the user with simple syntax, easy to use methods and few lines of code to perform metadata operations. It provides the support of many popular document and image formats and the number is going to increase in next release. Why GroupDocs.Metadata Is Developed? Metadata is structured information that is used to contain important business information of different resources....operation (i-e view, add, modify, remove) for a number of file formats...formats. API gets the file as an input and makes its metadata accessible...

    blog.groupdocs.com/metadata/control-and-process...
  5. Save output to a stream | Documentation

    This article shows how to save output to a stream when rendering a document...instantiate and release the output file streams. defines methods to...pageStreamFactory ); viewer . View ( viewOptions ); } internal...

    docs.groupdocs.com/viewer/net/save-output-to-st...
  6. Extracting metadata | Documentation

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from Files of different types. You don’t need to worry about the exact File format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported Files in various metadata packages. All tags defined in GroupDocs....desired metadata properties from files of different types. You don’t...need to worry about the exact file format and metadata standards...

    docs.groupdocs.com/metadata/python-net/extracti...
  7. 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 ..../ Advanced Usage / Loading files / Load from a stream Load from...load a file from a stream. advanced_usage.loading_files.LoadFromStream...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  8. Add text watermarks | Documentation

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your JavaScript applications....docx" ) // Create an HTML file. const viewOptions = groupdocs...setWatermark ( watermark ); viewer . view ( viewOptions ) Was this page...

    docs.groupdocs.com/viewer/nodejs-java/add-text-...
  9. Specify the JPEG image quality | Documentation

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for Java...reduces the size of the output file. To adjust images quality, call...setJpgQuality (( byte ) 50 ); viewer . view ( viewOptions ); } Was this...

    docs.groupdocs.com/viewer/java/adjust-jpeg-imag...
  10. Handling the APEv2 tag | Documentation

    This article explains how to handle APEv2 tag....track number, to digital audio files. The APEv1 tag was designed...Monkey’s Audio format. In MP3 files, the APE tag was originally...

    docs.groupdocs.com/metadata/net/handling-the-ap...