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

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -