Datatables Images Positioning PDF
Datatables Images Positioning PDF
snowangeladevs
Posts: 2Questions: 1Answers: 0
hello there guys I am new to the datatables I am looking for a way to position an image in PDF I will put the image in either upper left corner or right upper corner of the PDF file is there a way to do it?
This discussion has been closed.
Answers
Does this example help?
https://datatables.net/extensions/buttons/examples/html5/pdfImage.html
Kevin
I used that example but I am getting hard time re positioning the image in my desire locations? what should I change here?
Is this what you are looking for?
http://live.datatables.net/simaworu/1/edit
Took the example and set the
alignment
toleft
and changed the splice() method to insert the image at position 0.Kevin