Hi,
I'm using Silverlight 5 and PrintDocument in order to print document (with one bitmap image and several TextBox).
If I try to create PDF (for example with CutePDF) A4 with 600 DPI, everything is ok, PDF file is generated.
But if i try to create A1 with 600 DPI, nothing happens, print job is not created as well as PDF file. If I try A1 with 72 or 144 DPI, then it works.
What could be a problem? Silverlight has some limit?
Thanks in advance.