2.How to Configure - Talmeez/PDFFilesConversion GitHub Wiki

This page contains the necessary information needed to run the project on the user's system.

Environment

This Project has been built on Visual Studio 2013 with .Net Framework 4.0. In order to run the application, the user must have Visual Studio 2013 or later version installed on his system with support of .Net Framework 4.0 or higher version.

Download/Clone

Download Project

The project can also be clone from the project's link on github.

Configuration

  • Create an account on "https://dashboard.groupdocs.cloud".
  • Get default app Credentials or Create new app under tab "my apps".
  • Create two folders under tab "My Files" having name "Source" and "Output_Dir"
  • Extract the downloaded or cloned project.
  • Open "PDFFilesConversion.sln" file from extracted directory.
  • Set credentials of the app against AppSid and Appkey in web.config file.
  • Build the project.
  • Run the application.