Forum Moderators: open
But even with this setup some clients have a 40mm left border on printer models I have tested, resulting in wrapping & two page invoices.
I cant see any other settings that affect this. On my test machine the page comes out with the exact size borders I define in IE. All fonts are defined in CSS so its fixed regardless of the users selected text size in IE.
Any ideas?
Thanks.
It could be a user setup error, I cant actaully see what they are doing only get to try and troubleshoot it over the phones :(
I have tried everything from PDF Server controls,PDF classes in ASP, client side activeX, webservice/word mailmerge over https, html & css, nothing gives me a profesionall looking + dynamicly sized invoices over the web. How is everyone else doing it?
Dynamic tables in pdf are not too easy to do. My invoice has addresses at the top (Invoice to / deliver to) the 1-14 invoice lines, then blank space then footer. This is straightforward with html tables and asp.
The dynamic number of rows works fine becuase the blank space is calculated by 14 - number of rows and with each row height set to 40 long /wrapped descriptions in the invoice line dont cause a problem.
In the footer I put the payment terms and company number etc. This is going onto the next page on some clients. I just figured this is because the invoice address at the top right wraps because of thhe 40 mm left border.