Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 13,530 for

file

(0.04 sec)
  1. Convert CSV to XML using C#

    Let's quickly learn how to convert CSV to XML using C# without installing extra software. We will provide you key steps along with C# code to export CSV to XML....XML using C# To convert CSV file to XML, set the IDE to use GroupDocs...of Converter class, pass CSV file path to its constructor Create...

    kb.groupdocs.com/conversion/net/convert-csv-to-...
  2. Convert JPG to XLSX using C#

    This tutorial will show you how to convert JPG to XLSX using C#. Also, code example will be provided to export JPG to XLSX using C# without installing extra software....Converter class by supplying the file path of the JPG to its constructor...XLSX Save the resulting XLSX file by calling Converter.Save method...

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  3. Convert ODT to JPG using Node.js

    Learn how to convert ODT to JPG using Node.js with a simple script. This guide shows how to export ODT to JPG in Node.js using powerful File conversion library....often helpful to turn editable files into images. This can be useful...library, you can easily read ODT files and save them as clear, static...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  4. Add document to Word processing via OLE | Docum...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your .NET applications....and pass object with embedded file path and page number; Call method...method and pass desired file path to save resultant document...

    docs.groupdocs.com/merger/net/add-document-to-w...
  5. Introducing GroupDocs.Assembly for .NET | Docum...

    GroupDocs.Assembly for .NET is a document automation and reports generation API designed to create custom documents from templates. This .NET reporting API intelligently assembles the given data with the defined template document and it is a report generator which generates an output document based on the data source, in the template’s format as or in the specified output format. Since GroupDocs.Assembly for .NET can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....Supported Output File Formats Depending on Input File Formats The...following table shows which output file formats are supported by GroupDocs...

    docs.groupdocs.com/assembly/net/introducing-gro...
  6. Developer Guide | Documentation

    The Developer Guide section explains all aspects of GroupDocs.Editor for Node.js via Java File editor features, provides code snippets, and examples of editing Microsoft Office formats programmatically in Node.js applications....'groupdocs-editor' ); // Specify the input file path const inputFilePath = ...readable stream from the input file const inputStream = fs . createReadStream...

    docs.groupdocs.com/editor/nodejs-java/developer...
  7. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop File format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/Fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop File format) from a PSD image. Load a PSD File Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....information on the Photoshop file format and metadata blocks please...Photoshop file format) from a PSD image. a PSD file Get the root...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. GroupDocs editor Example for pptx and xlsx - Fr...

    Hello Team, few months back I requested for the Editor Example for Word File and I get the code like below [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")] //To create empty word doc public async Task<SPRespo…...the Editor Example for Word file and I get the code like below...MemoryStream(); // Determine the file type and format switch (request...

    forum.groupdocs.com/t/groupdocs-editor-example-...
  9. Shapes in spreadsheet document | Documentation

    Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet.... class ); File file = new File ( "test.png" ); byte...imageBytes = new byte [( int ) file . length ()]; FileInputStream...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  10. Build Full Text Search Solution in Java | Find ...

    Full-text search API for Java applications to search via indexing. Find text in multiple Word, Excel, PDF, TXT Files of a folder & highlight search results....spreadsheets, presentations, HTML files, PDF files, eBooks, email messages...Configure # You may download the JAR file from the downloads section ...

    blog.groupdocs.com/search/build-full-text-searc...