Hello –
I’m having trouble doing a very simple merge. Is something wrong with the templates or am I doing the technique wrong? I’ve attached 2 different templates, both of which yield the same error.
Here’s my code:
AutoFiller autoFiller = new AutoFiller();
autoFiller.InputFileName = userDirectory + “\” + templateFileName;
autoFiller.OutputStream = Response.OutputStream;
autoFiller.ImportDataTable(dt);
autoFiller.Save();
Where InputFileName = "C:\Documents and Settings\admin\My Documents\Visual Studio 2005\WebSites\MyApp\App_Data\UserTemplates\00550000000wI63AAE\Quote Template.pdf"
Thanks!
Mike