You are not logged in.
I want to insert a image(npg, bmp or jpg format) into particular location of a existing pdf file with delphi language.
The pdf file is generated by synpdf engine. Thanks to synpdf tools.
Can you give me some advieces ???
Offline
This is a recurrent question: to implement this, you need to READ the pdf, and there is no parsing available yet, just WRITE.
If you have time to code it, you are welcome!
It should be feasible, since the SynPDF objects are already mapping pdf types.
Offline