Printing a PDF

R

randyb

I am using a print statement with cute pdf to print my form to PDF. I have
all the settings stored so it prints just right. How do I print a pdf
document with a name taken out of my form.

Thanks,

Randy
 
G

Greg Collins

InfoPath code has no control over the CutePDF print dialog box.

*Perhaps* with some full-trust code you might be able to automate that
dialog box, but I don't personally know how you would do that.
 
Top