hello there
i design my own invoice with html and when it looks good i try to save pdf or print and all i got colour background.
does anyone had the same issue? any help how to fix it?
thanks in advance
hello there
i design my own invoice with html and when it looks good i try to save pdf or print and all i got colour background.
does anyone had the same issue? any help how to fix it?
thanks in advance
The issue is that PDF generator can work with subset of HTML only. What’s your HTML markup of the theme?
what subset should i use?
Built-in themes demonstrate which tags and styles are supported. You can paste here your theme you’ve built and I can have a look where is the problem.
https://pastebin.com/8iY82PWi the code is here
This is not a valid HTML code.
For example, on line 29 you have closed tag </div>
but there is no opening tag. You need to make sure HTML is valid.
thanks mr lubos,
did you have time to check the html i sent on your personal message?
thanks again