Phantom PDF 2.1.1 Table Headings
-
Hi,
When I try and use Phantom PDF version 2.1.1, it does not generate table headings on page break. It only works with version 1.9.8.
Any ideas?
-
This is a regression issue in the v2 of phatnomjs.
Mentioned in our docs.
-
Hi Jan,
Thanks for the quick response. The issue I'm having with running 1.9.8 is getting images to render in the footer (even though I have added the display:none to the template as outlined in doc). Am I doing something wrong?
-
hi!
jut change your image urls to use http.
instead of
https://imagesvc.timeincapp.com/v3/mm/image?url=https%3A%2F%2Ftimedotcom.files.wordpress.com%2F2015%2F07%2Fearth-blue-marble-dscvr.jpg&w=800&c=sc&poi=face&q=85
use
http://imagesvc.timeincapp.com/v3/mm/image?url=https%3A%2F%2Ftimedotcom.files.wordpress.com%2F2015%2F07%2Fearth-blue-marble-dscvr.jpg&w=800&c=sc&poi=face&q=85
it seems like phantom block the https requests because the html page is loaded using http internally