Well, this is a sort of test for an entry level programming job I applied for. The guy sent me two assignments, the first was to do a mail merge with an Excel spreadsheet and a Word document. I accomplished that fairly easily, it had been a while though. Below is the second assignment.
Perl programming:
a. Save the data in the spreadsheet above to a tab delimited file.
b. Save the Word document template above to a PostScript EPS file.
c. Using the PostScript::Simple module, write a Perl script that merges the template with the data from the tab delimited file.
d. I’d like to see the Perl code, input data, EPS file, and the final output.
So, in reading over the documentation for Postscript::Simple it just didn't seem like the right module to do the job, but again, I am not that familiar with Perl and the guy knows this. From what I saw in the forums etc. and Google searches Win32::OLE seemed the best way to come close to what he is looking for, hence my previous post on doing a mail merge in Perl. But, in re-reading his instructions it seems he wanted the template converted to EPS format and THEN merge that with the tab delimited text file. I am assuming this would then produce the merged documents in EPS format also, although I am not altogether sure about this. I hope this makes sense.
Thanks for your replies and advice
Carl
In reply to Re^5: Mail Merge with Word 2007 and Perl
by cmiller2005
in thread Mail Merge with Word 2007 and Perl
by cmiller2005
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |