Note: I have found an issue when clicks a "View this page as PDF", then when I click on download the PDF, it was downloaded without the styles and layouts.
I have done the regression test and I have found if the <% base_tag %> is not existed in the Page.ss it brings this issue which I am not sure how is it relevant to this module.
it seems it is storing the page as html on my local machine, then rendering using the file path. So assets would never render because it is looking for them in the directory it saved the file to.
Note: I have found an issue when clicks a "View this page as PDF", then when I click on download the PDF, it was downloaded without the styles and layouts.
I have done the regression test and I have found if the
<% base_tag %>
is not existed in thePage.ss
it brings this issue which I am not sure how is it relevant to this module.it seems it is storing the page as html on my local machine, then rendering using the file path. So assets would never render because it is looking for them in the directory it saved the file to.