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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

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

javascript - Restarting Supervisor and effect on FlaskSocketIO -