reading a pdf, adding text/images to it and write the modified pdf in rails
Posted
by hurikhan77
on Stack Overflow
See other posts from Stack Overflow
or by hurikhan77
Published on 2009-12-03T13:03:00Z
Indexed on
2010/04/29
4:07 UTC
Read the original article
Hit count: 394
I want to use PDF::writer to put some dates on a calendar sheet. The calendar sheet itself is prepared as a prerendered template in PDF format. How could I read this PDF as template to write text on it?
Is there an alternative? Fiddling with an HTML-to-PDF converter (like HTMLDoc) is no option.
© Stack Overflow or respective owner