Any update to setting pdf template for individual invoice?

I found this post that covers the feature I would like: Change PDF template for individual invoices

I am still using an old version (1.4.4 i think, if it isn’t broken i am not fixing it) and am wondering if this feature is available in the current version? I would probably upgrade for it.

The Issue page on github is now 404 so I don’t know where else to look for info on an update on this.

You can try a “hackish” solution. I cannot guarantee its working.

Normally, when you click the generate pdf button, a url is generated like this

http://mydomain.com/index.php/invoices/generate_pdf/1234

You can try changing this to

http://mydomain.com/index.php/invoices/generate_pdf/1234//mypdftemplate

Of course, you have to ensure your PDD template is installed in the views directory.