julianhille / MuhammaraJS

Muhammara a node module with c/cpp bindings to modify PDF with js for node or electron (based/replacement on/of galkhana/hummusjs)
Other
229 stars 46 forks source link

How to annotate an existing PDF #290

Open ericbf opened 1 year ago

ericbf commented 1 year ago

Hello! I have a requirement to add underline/strikethrough to existing PDFs. Really, I have some PDFs where I need to underline all text, and I have other PDFs where I need to add strikethrough to all text. Is there any way to do that?

Related to #283

julianhille commented 1 year ago

so as example just a simple pdf file and then underline or strikethrough ALL the text?

ericbf commented 1 year ago

Yeah, that’s essentially what I’m looking for. I was trying to use the annot on a recipe, but couldn’t figure it out.