Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 2,819 for

resource

(0.03 sec)
  1. Aurora Visuals — Project Proposal

    Aurora Visuals · auroravisuals.example · Confidential Project Proposal Prepared for Northwind Coffee Roasters Photography · Brand Design · Motion · 2026 Prepared by Mara Lindqvist, Creative Directo...... Terms & Resources Full terms, licensing, and...

    docs.groupdocs.com/watermark/python-net/_output...
  2. Aurora Visuals — Project Proposal

    Aurora Visuals · auroravisuals.example · Confidential Project Proposal Prepared for Northwind Coffee Roasters Photography · Brand Design · Motion · 2026 Prepared by Mara Lindqvist, Creative Directo...... Terms & Resources Full terms, licensing, and...

    docs.groupdocs.com/watermark/python-net/_output...
  3. Load document from url | GroupDocs

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

    docs.groupdocs.com/parser/net/load-document-fro...
  4. Get supported file formats | GroupDocs

    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-...
  5. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // 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:...remove metadata here } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  6. Exporting metadata properties | GroupDocs

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java... Xls ); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/exporting-meta...
  7. Aurora Visuals — Project Proposal

    Project Proposal Prepared for Northwind Coffee Roasters Photography · Brand Design · Motion · 2026 Prepared by Mara Lindqvist, Creative Director 1. Overview Aurora Visuals is a full-service creativ...... Terms & Resources Full terms, licensing, and...

    docs.groupdocs.com/watermark/python-net/_output...
  8. 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-...
  9. Render EML as PNG using Python

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

    kb.groupdocs.com/viewer/python/render-eml-as-pn...
  10. GroupDocs.Conversion for Node.js via Java | Gro...

    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/