4.Technical Detail - Talmeez/PDFFilesConversion GitHub Wiki

This application uses GroupDocs.Conversion-Cloud and GroupDocs.Storage-Cloud API SDK for .Net to convert documents to PDF and move them to another directory.

Code Description

  • Default.aspx is the web page under web project “PDFFilesConversion” which contains the functionality of file(s) conversion to PDF. It contains two list boxes and a convert button.

  • Conversion.cs is the Conversion file present under web project “PDFFilesConversion” folder “ConversionAPI” which contains implementation of converting the documents to PDF format by using GroupDocs.Conversion-Cloud API SDK and saving them to another folder "conversion" of GroupDocs Cloud storage.

  • Storage.cs is the Storage file exist under web project “PDFFilesConversion” folder “StorageAPI” which contains implementation of getting list of files information of a GroupDocs Cloud storage directory and moving the documents to another directory by using GroupDocs.Storage-Cloud API SDK.

  • Constants.cs is the Constants file present under web project “PDFFilesConversion” folder “Constant” which contains Constants information used in this project.