Has anyone experience with handling the output from the pdftohtml library - to create a new PDF?
Thing is, we receive a PDF file and would like to be able to replace content (text / prices) in it - and create a new PDF.
pdftohtml takes a -xml option - and creates nice XML like:
(complete XML output attached)
How could we use Prince to position and style an element like this?
Thing is, we receive a PDF file and would like to be able to replace content (text / prices) in it - and create a new PDF.
pdftohtml takes a -xml option - and creates nice XML like:
<text top="478" left="493" width="43" height="38" font="2">Some text label</text>
(complete XML output attached)
How could we use Prince to position and style an element like this?