It's something that just crossed my mind. Is it possible to load a pdf, use it as a template background and print against it?
TIA
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
BCC5.82/BCC7.3
xHarbour/Harbour
It's something that just crossed my mind. Is it possible to load a pdf, use it as a template background and print against it?
TIA
I see 2 options in tackling this. One is using oPrinter:ImportWmf() while the other one is using Fastreport.
The route that I'm currently taking is trying to use Fastreport by doing this steps:
Use Irfan Viewer to convert the pdf to image file. (Note: you need ghostscript installed to enable Irfan View to display pdf files)
Set the exported image as the background image in Fastreport
Place fields/variables at where it should appear on the 'form'
That's all. Ok, got to go back and resume my attempt ![]()