CSS Page Media Queries Support in PDF Services API
I am working on a project to convert HTML to PDF using Adobe PDF Services API. One problem I am facing is that I can't customise header/footer such that they appear on each page of the PDF. Typically, I would've used CSS page margin boxes(@top-left, @10944696-right etc) and they seem to work just fine on PDF Reactor but not with this API. I have also tried using CSS position : fixed but then the header and footer overlap with the content on the page. So the questions I have are :
1) Do the Adobe Doc Cloud APIs (particularly PDF Services API) support CSS Page Margin Boxes?
2) What alternative should I use to customise my header/footers (eg. Inserting image in the header footer or make header/footer for a brand)
3) Additionally, is there a way to watermark the PDF using the API.
