Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Printing issue in Windows XP #22

Closed
GoogleCodeExporter opened this issue May 22, 2015 · 2 comments
Closed

Printing issue in Windows XP #22

GoogleCodeExporter opened this issue May 22, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant