Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

groupdocs-conversion/GroupDocs.Conversion-for-.NET-MVC

Repository files navigation

Convert pdf to doc or doc to pdf

GroupDocs.Conversion for .NET MVC Example

version 0.1.0

GitHub license

⚠️ This repository has moved to https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-.NET/tree/master/Demos/MVC

System Requirements

  • .NET Framework 4.5
  • Visual Studio 2015

Document converter with .NET API

GroupDocs.Conversion for .NET API is a library that allows you to convert word to PDF, PNG, JPG and to many other document or image formats supported by the library. Using powerful and flexible GroupDocs.Conversion API you will be able to convert multitude document formats with a wide set of different options.

This web application allows you to convert documents between different formats using simple modern UI. While it can be used as a standalone application it also can be integrated as part of your project.

Note: without a license application will run in trial mode, purchase GroupDocs.Conversion for .NET license or request GroupDocs.Conversion for .NET temporary license.

Supported document Formats

Document family Supported formats Supported conversions
Microsoft Word Doc,Docm,Docx,Dot,Dotm,Dotx,Rtf,Txt,Odt,Ott Word to Rtf,Word to Txt,Word to Html,Word to Odt,Word to Ott,Word to Epub,Word to Pdf,Word to Image,Word to Cells,Word to Slides
Microsoft Excel Xls,Xls2003,Xlsb,Xlsm,Xlsx Excel to Word,Excel to Pdf,Excel to Epub,Excel to Html,Excel to Image,Excel to Slides
Portable Document Format Pdf Pdf to Word,Pdf to Epub,Pdf to Html,Pdf to Image,Pdf to Cells,Pdf to Slides
Microsoft PowerPoint Ppt,Pps,Pptx,Ppsx,Odp Slides to Word,Slides to Pdf,Slides to Epub,Slides to Html,Slides to Image,Slides to Excel
Microsoft Visio Vsd,Vsdx,Vss,Vst,Vsx,Vtx,Vdw,Vdx,Svg Visio to Word,Visio to Pdf,Visio to Epub,Visio to Html,Visio to Image,Visio to Excel,Visio to Slides
Microsoft Project Mpt,Mpp Tasks to Word,Tasks to Pdf,Tasks to Epub,Tasks to Html,Tasks to Image,Tasks to Excel,Tasks to Slides
HTML Html Html to Word,Html to Pdf,Html to Epub,Html to Cells,Html to Slides
Images Xps,Tiff,Tif,Jpeg,Jpg,Png,Gif,Bmp,Ico,Dxf,Dwg,Psd Image to Word,Image to Pdf,Image to Epub,Image to Html,Image to Image,Image to Cells,Image to Slides

Demo Video

Features

  • Clean, modern and intuitive design
  • Easily switchable colour theme (create your own colour theme in 5 minutes)
  • Responsive design
  • Convert individual documents
  • Batch convert multiple files
  • Mobile support (open application on any mobile device)
  • HTML and image modes
  • Drag and Drop support
  • Upload documents
  • Cross-browser support (Safari, Chrome, Opera, Firefox)
  • Cross-platform support (Windows, Linux, MacOS)

How to run

You can run this sample by one of following methods

Build from source

Download source code from github or clone this repository.

git clone https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-.NET-MVC

Open solution in the VisualStudio. Update common parameters in web.config and example related properties in the configuration.yml to meet your requirements.

Open http://localhost:8080/conversion in your favorite browser

Docker image

Use docker image.

mkdir DocumentSamples
mkdir Licenses
docker run -p 8080:8080 --env application.hostAddress=localhost -v `pwd`/DocumentSamples:/home/groupdocs/app/DocumentSamples -v `pwd`/Licenses:/home/groupdocs/app/Licenses groupdocs/conversion
## Open http://localhost:8080/conversion in your favorite browser.

Troubleshooting

How to set custom baseURL

BaseURL is fetched from address bar however you can set custom baseURL by adding forRoot parameter at app.module.ts

Example:

ViewerModule.forRoot("http://localhost:8080")

License

The MIT License (MIT).

Please have a look at the LICENSE.md for more details

GroupDocs Conversion on other platforms & frameworks

Home | Product Page | Documentation | Demo | API Reference | Examples | Blog | Free Support | Temporary License