Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 2,175 for

resource

(0.05 sec)
  1. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More Resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....getDescription ()); } More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/java/get-supported-...
  2. Save with default options | Documentation

    This article demonstrates the simplest way to save the document... Save (); } More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/net/save-with-defa...
  3. Nesting search queries in object form | Documen...

    This article gives the knowledge about nesting search queries in object form....+ Wildcard – + – – – More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/nesting-search-qu...
  4. Load document from url | Documentation

    Learn how to Load document from url.... ReadToEnd ()); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/load-document-fro...
  5. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized PDF file...RasterizeToPDF = true }); } More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/net/save-in-raster...
  6. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...RasterizeToPDF = false }); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/net/save-overwriti...
  7. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized PDF file... save ( so ) More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/python-net/save-in...
  8. GroupDocs.Conversion for Node.js via Java | Doc...

    GroupDocs.Conversion for Node.js via Java is an advanced document conversion API developed to convert files of different formats from within JavaScript applications....Examples and Demos from GitHub RESOURCES GUIDE Convert Files Customize...

    docs.groupdocs.com/conversion/nodejs-java/
  9. Render EML as JPG using Python

    Learn how to render EML as JPG using Python. This tutorial explains how to convert EML to JPG in Python with custom dimensions for static email visualization....load the EML file and manage resources automatically Create JpgViewOptions...

    kb.groupdocs.com/viewer/python/render-eml-as-jp...
  10. Extract Hyperlinks from XLSX using C#

    Learn how to extract hyperlinks from XLSX using C# with this guide. You will get code example to read hyperlinks from XLSX in C# without installing extra tools....files can point to external resources, internal references, or other...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...