C# Class SobekCM.Builder_Library.Modules.Items.ConvertOfficeFilesToPdfModule

Item-level submission package module converts office files ( powerpoints and Word files ) into a PDF, while still retaining the original file
This class implements the abstractSubmissionPackageModule abstract class and implements the iSubmissionPackageModule interface.
Inheritance: SobekCM.Builder_Library.Modules.Items.abstractSubmissionPackageModule
显示文件 Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Public Methods

Method Description
DoWork ( Incoming_Digital_Resource Resource ) : bool

Converts office files ( powerpoints and Word files ) into a PDF, while still retaining the original file

Method Details

DoWork() public method

Converts office files ( powerpoints and Word files ) into a PDF, while still retaining the original file
public DoWork ( Incoming_Digital_Resource Resource ) : bool
Resource Incoming_Digital_Resource Incoming digital resource object
return bool