ruby on rails - PrawnPDF Flip Entire PDF -


i'm using prawn pdf create label send label printer, label prints upside down. important shipping labels use come print on it. setup i'm using (an ipad through lantronix xprintserver zebra printer) won't allow me flip using drivers.

so i'm wanting know if there way using prawn (or rails) flip entire document (which contains 2+ pages) prints out correctly on labels. order of pages isn't essential.

i haven't used prawn lately, i'm pretty sure using rotate method @ top of code work. you'll need either set origin center of page, or use translate reposition content after rotation. page 29 in manual (pdf) has example code.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -