Monday, April 30, 2012

Printing html5 template from within C++ program automatically

I'm trying to find a way through C++ to create a program that fills in an html5(or CSS) text template for user invoices and has it automatically print them. Unfortunately my searches for anything like this has been quite awful as i'm probably missing key terminology to search on.



To keep it organized, I want to:




  • Create an invoice template in html5

  • Fill in various fields with the information inside of a C++ application

  • Have the C++ application automatically print the designed invoice template



Creating the application and invoice are not issues, but rather trying to find a creative way to have it print without the program requiring a user to be present has been. Can anyone guide me towards a solution to do something like this? Thanks for any insight, it's greatly appreciated.





1 comment:

  1. I've heard a lot of good stuff about forum. Didn't know we can create application and invoice templates... Thanks for the post.

    ReplyDelete