is seems like the only syntax available for creating a new pptx presentation is:
PresentationEx presx = new PresentationEx("filename");
where 'filename' must be a pre-existing presentation
otherwise an exception is thrown
is this correct? or is there a way to dynamically
create new presentations?