开发者

reading a pdf, adding text/images to it and write the modified pdf in rails

开发者 https://www.devze.com 2022-12-13 15:43 出处:网络
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 i

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 H开发者_StackOverflow中文版TML-to-PDF converter (like HTMLDoc) is no option.


Maybe pdf-toolkit could help you

Edit: I remembered I played around with this a few years back and like it a lot.


If at all possible, try to get to the original text (i.e. calendar sheet) BEFORE it is transformed to PDF! It is not easy and sometimes not possible to reconstruct text (and your calendar's look and layout) from PDF.

0

精彩评论

暂无评论...
验证码 换一张
取 消