Open jwteng opened 5 years ago
Hi I have the same problem.. did you find a solution??
Also having the same issue. Here is a link to my test project showing the same problem: https://github.com/MythologicalEngineer/test_pdfkit
@MythologicalEngineer @Ali-hd @jwteng Did any of you find a solution ?
Any solution ?
any solution ?
@Hassaan-Elahi @rdesaideveloper There seems to be no solution to this PR. To be honest, the devs don't seem to be replying to any of the issues.
That's unfortunate. At the very least they should probably remove this from the docs so it doesn't look like it's possibel to do.
Some workarounds may include
Hi, I am trying to align my image (on the pdf) to the centre as below. But the alignment is not working at all. Please help! My finalqr image is in the format of a buffer.
doc.image(finalqr, { //fit: [parseInt(qrConfig.width), parseInt(qrConfig.width)], scale: 0.26458333, align: 'center', valign: 'center' } );
Thank you so much.