You are not logged in.
Pages: 1
Ok, I'll take closer look at this. Thank you.
Hi there,
first of all thank you for creating the Synopse PDF Engine and all the other stuff.
I'm currently using SynPDF and the HTML2PDF unit to convert HTML files to Pdf files. Lately I've added barcodes as bmp images to the HTML files, however their scaling in the resulting pdf file makes them pretty useless because they can't be read correctly.
As an alternative, I thought it might be possible to draw the barcodes "manually" by using an canvas object. That works, but for positioning that barcode I need to have some kind of anchor, because the content (and with it the layout) of the html file might change. So, is there a way to determine the position of an ( identifiable) element in a TPDFDocument when using the html2pdf unit?
Pages: 1