Here is the page which I am trying to convert to pdf the file similar to: http://getbootstrap.com/examples/grid/
But its showing unusual output. Its breaking to pages in different unexpected places.
How can I stop breaking into pages?
And another question: What will be the media queries if I use page size as US-Letter? I am using bootstrap. So can you please tell me which media query will affect the page with this command? prince http://getbootstrap.com/examples/grid/ -o output.pdf -v --media=print
Bootstrap3 has these media: Extra small devices Phones (<768px) Small devices Tablets (≥768px) Medium devices Desktops (≥992px) Large devices Desktops (≥1200px)
Thanks in advance.
But its showing unusual output. Its breaking to pages in different unexpected places.
How can I stop breaking into pages?
And another question: What will be the media queries if I use page size as US-Letter? I am using bootstrap. So can you please tell me which media query will affect the page with this command? prince http://getbootstrap.com/examples/grid/ -o output.pdf -v --media=print
Bootstrap3 has these media: Extra small devices Phones (<768px) Small devices Tablets (≥768px) Medium devices Desktops (≥992px) Large devices Desktops (≥1200px)
Thanks in advance.
Edited by itsazzad