Forum How do I...?

Page is cutting off in the right hand side

hungt01
Everytime I try to convert through the command line. The right hand side of the page is cutoff.

Example:

prince http://yahoo.com -o output.pdf
jim_albright
Have you tried your own CSS to set the page size?
The defaults from yahoo are set for screen.

Jim Albright
Wycliffe Bible Translators

hungt01
Hi Jim,

Thanks for the quick replay...

i tried setting my own style.css and the page is still cutting off (seems like it is not taking it).

prince -s style.css http://www.yahoo.com output.pdf

If i want to convert yahoo.com without getting cut off, what do i need to do. I tried setting the --media=screen (doesn't make a difference)...
hungt01
I got it now ... Thanks for the help ... was linking the wrong css file
mikeday
For fixed wide layouts you can also use this to resize the content to fit on the page:
@page {
    prince-shrink-to-fit: auto
}