We'd like to apply new print styles to single PDFs rendered with electron and deploy to the staging environment. The question is how should we do it?
A/C
Delivery questions:
- How should the new print styles be applied to single-article PDFs? Should they be done on the service layer or in PHP
- What changes are needed to support incorporating styles into the PDF? Will styles be applied inside Electron or in a pre-processing step or another service?
Vector questions:
- How does this get impacted by the Vector feature flagWill styles be applied inside Electron or in a pre-processing step?
- Should we promote the existing feature flagged print styles (aka new print styles) so that both regular website users and electron see the same print styles and there won't be need to work out a special case for electron?
Output
- Create task(s) for applying the styles with the guidelines and requirements from the questions above