Hi all,
I'm curious if anyone has changed over to the dompdf engine and tried any of the more advanced stuff.
When I started with dompdf I tried for an hour to get a background image to work, but it somehow doesn't work, even though an img tag with the same url in the src does work. In the end I hacked together a solution with absolute positioning and z-index: -1
Some other stuff I'd love to try needs an external stylesheet, does anyone know how I would go about adding that to the pdf?
Using an external stylesheet we could use CSS paged media to create a seperate cover page, which would allow for a cover page without the default page header/footer. Imho that would be quite an accomplishment.
What are your experiences so far?
I'm curious if anyone has changed over to the dompdf engine and tried any of the more advanced stuff.
When I started with dompdf I tried for an hour to get a background image to work, but it somehow doesn't work, even though an img tag with the same url in the src does work. In the end I hacked together a solution with absolute positioning and z-index: -1
Some other stuff I'd love to try needs an external stylesheet, does anyone know how I would go about adding that to the pdf?
Using an external stylesheet we could use CSS paged media to create a seperate cover page, which would allow for a cover page without the default page header/footer. Imho that would be quite an accomplishment.
What are your experiences so far?
Comment