HEScript Function to PrintPdf

Hello,

Is there an HEScript Function to PrintPdf or is it only possible to use the one allready existed ?

Thank-you,

No, but we’ll add the possibility to next update.

Good…

Using actual print hescript code does not work, something wrong ?

Print

Thank-you !

Could you please elaborate? Don’t understand your post

Sorry, i mean using following code does’nt work
to print current page:
a href=“hescript://UserMain.OnPrintPage”>Print</a

It’s because OnPrintPage is an event, not a function.
We’ll check the Print function. You want to be able to print from a link, is it correct?

Yes, it is what i want to do because it is working for back and forward.
href=“hescript://Macros.MacroGoBack”>Back</a
href=“hescript://Macros.MacroGoForward”>Forward</a

Ok. We’ll add the possibility to do it easier in the next update.

Thank-you !