Program creates PDFs from database.
Legacy Microsoft Access database stores purchasing data by member.
VB.NET program reads database and creates a PDF statement for each Member in an output directory.
Microsoft Excel utilized to create sample formated report saved as HTML. The Excel output HTML provides page header and body edited to include data token placeholders.
Report generator first outputs HTML version of report, replacing tokens with actual data, then converts the HTML report to a PDF.
|
|
|
MS Access Database
|
|
|
VB.NET
|
|
|
PDF
|
|