• 0

Print to PDF - Template


Question

Currently our crappy old work system requires us to Print to PDF to send invoices via email.  We currently use CutePDF, which works fine.  However, I've been asked if it's possible to have a program that will print to PDF (Via Windows Spooler) which prints the invoice onto a template of our invoice paper.

 

We would rather free, but understand we may need to pay, so whatever works.


Appreciate any help.  

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0
1 hour ago, Nashy said:

Currently our crappy old work system requires us to Print to PDF to send invoices via email.  We currently use CutePDF, which works fine.  However, I've been asked if it's possible to have a program that will print to PDF (Via Windows Spooler) which prints the invoice onto a template of our invoice paper.

 

We would rather free, but understand we may need to pay, so whatever works.


Appreciate any help.  

Its easy enough to write using a token-based pdf template (you'll need a fillable form) if worse comes to worse. Thats how I handle all of my pdf  stuff in programs I've written for clients. Take the data to be printed, write it to a fillable pdf and then flatten it. Not sure how you would do it with Windows Spooler though.

 

https://sourceforge.net/projects/itextsharp/

https://www.e-iceblue.com/Introduce/pdf-for-net-introduce.html

 

I've used both of these. 

 

  • Like 2
Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.