a7mdfm / flexpaper

Automatically exported from code.google.com/p/flexpaper
1 stars 0 forks source link

Printing issue in Windows XP #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When you print a document in Windows XP the bottom of the page does not 
print.

I have found that this issue can be resolved if print the pages as bitmap. 
See below:

var pjo:PrintJobOptions = new PrintJobOptions(true);

pj.addPage(_swfContainer, null, pjo);

Original issue reported on code.google.com by charles....@gmail.com on 26 Feb 2010 at 7:39

GoogleCodeExporter commented 8 years ago
It's not a great idea to print the document as a bitmap as it would degrade the 
quality. General printing in Windows XP should not be an issue, if the bottom 
of the 
page gets cut off it it might be due to the page size in your pdf beeing 
different than 
default. Can you supply the PDF file you used?

Original comment by erik.eng...@gmail.com on 10 Mar 2010 at 7:38

GoogleCodeExporter commented 8 years ago
no other reports about printing not working in windows xp need more specific 
examples 
of where it doesnt work. possibly a document related issue

Original comment by erik.eng...@gmail.com on 16 Mar 2010 at 6:42