Re: Print PDF under Windows
Try using poppler bindings maybe? :)
Re: Print PDF under Windows
Yes, it is possible, since I print PDFs in my programs on Windows all the time. What version of Qt are you using? I've used Qt 4.4 and 4.5 beta to generate them.
Re: Print PDF under Windows
me too, I have qt 4.4 on Windows, but always I get results as I wrote above....
:confused:
May you attach some code I can test on my platform?
Thanks
Re: Print PDF under Windows
I think the problem is that using the print dialog is not appropriate for pdf output, only for real printer. Printing pdf works for me, but I dont use a print dialog.