This example demonstrates how to load a file of some particular format.
advanced_usage.loading_files.LoadingFileOfSpecificFormat
JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } 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.
GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Metadata for Node.js / Developer Guide / Advanced...
This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your JavaScript applications....Viewer for Node.js / Developer Guide / Render...
Document Processing on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document Processing on GroupDocs Blog | Document Automation Solutions for .NET & J......NET、Java、Python 與 Node.js 中檢視。 Recent content in Document...
This documentation sections describe how to customize document conversion process - convert specific document pages, apply watermarks etc. when using GroupDocs.Conversion for Node.js via Java....Conversion for Node.js via Java / Developer guide...
The following example demonstrates how to load a file from a local disk.
advanced_usage.loading_files.LoadFromLocalDisk
JavaScript try { const metadata = new groupdocs.metadata.Metadata("input.one"); } 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.
GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Metadata for ....Metadata for Node.js / Developer Guide / Advanced...
This article demonstrates how to move document page to another position within PDF, Word, Excel, PowerPoint document using GroupDocs.Merger for Node.js via Java API....Merger for Node.js via Java / Developer Guide...
This article demonstrates how to convert consecutive document pages using GroupDocs.Conversion for Node.js via Java API....Conversion for Node.js via Java / Developer guide...
API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....Search for Node.js / Developer Guide / Advanced...
This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents....Watermark for Node.js via Java / Developer guide...
Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for Java API....Conversion for Node.js via Java / Developer guide...