I have added wicked_pdf plugin in my rails applications to generate pdf. It works fine in normal case. But when it is used for rtl (right to left) languages it get zoomed (or may be auto resizing to fit the page is not working in rtl). How can I solve this issue?
I have added wicked_pdf plugin in my rails applications to generate pdf. It works
Share
Its due to the
wkhtmltopdfapplication that pdf get zoomed. Wicked pdf hav nothing to do with it. I this the developers ofwkhtmltopdfhas to check it fix this bug.