I am evaluating Prince in an effort to replace XSL-FO with HTML5+CSS3. I tested repeatable tables in the header, footer and side regions. I was basically able to replicate our current page layout without any XSL-FO.
The only remaining issue is the capability to embed PDFs. The embedding of PDFs was previously done with the <fo:external-graphic> tag. How will Prince support the embedding of PDFs? We need this feature for our customers. At the most, a header is applied to the embedded PDF; the page count is optional.
I expected the following to work:
<object data="embedded-test.pdf" type="application/pdf" width="800" height="600"></object>
Any suggestions?
The only remaining issue is the capability to embed PDFs. The embedding of PDFs was previously done with the <fo:external-graphic> tag. How will Prince support the embedding of PDFs? We need this feature for our customers. At the most, a header is applied to the embedded PDF; the page count is optional.
I expected the following to work:
<object data="embedded-test.pdf" type="application/pdf" width="800" height="600"></object>
Any suggestions?