Need to set image as print header in Autovue
Hi,
One of our customer wants Company logo to be printed as document header at specified location like topleft,top center,top right etc when printed through Autvue server.
using the following API we can set TEXT for the Print headers at top left, top center etc
PrintHeaders.setTopLeftText("top left text);
PrintHeaders.setTopCenterText("top center text);
Same way, Does any API exists to set images as Print headers at specified location like top left etc and print the image
as header along with the main document ?
I tried this way,
PrintHeaders.setTopLeftText(PrintHeader.setFile('images/IMG.jpg');
But did not work.Only image got be printed The main document did not print.
One of our customer wants Company logo to be printed as document header at specified location like topleft,top center,top right etc when printed through Autvue server.
using the following API we can set TEXT for the Print headers at top left, top center etc
PrintHeaders.setTopLeftText("top left text);
PrintHeaders.setTopCenterText("top center text);
Same way, Does any API exists to set images as Print headers at specified location like top left etc and print the image
as header along with the main document ?
I tried this way,
PrintHeaders.setTopLeftText(PrintHeader.setFile('images/IMG.jpg');
But did not work.Only image got be printed The main document did not print.
0