How to render styled text on pdf and export pdf (React-Pdf)?
I am using next js 14 with app router. I am building an application where users enter some fields and I want to display field:value
on a pdf with background. I am aware that these two library will be used but not sure how.
How to render text of uploaded pdf background and export pdf with text?
I am using next js 14 with app router. I am building an application where users enter some fields and I want to display field:value
on a pdf with background. I am aware that these two library will be used but not sure how.