How to print a large image onto multiple pages?
Unsolved
General and Desktop
-
Hi guys,
I have large image put it in QTextDocument. For example I want to print that image on few A4 pages.
Also display in QPrintPreviewDialog will be good.Thanks a lot.
-
Hi
the simplest way in my opinion is to cut your image into smaller chunks (giving each chunk the size that matches your A4 sheet) and print each chunks.