Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] page-breaks in html or pdf?

From: petr::krenzelok::trz::cz at: 5-Dec-2003 11:49

Hi, our company is sending aviso documents to customers. Aviso is in html form or in pdf form. I have to say, that it is probably generated by some SAP automat. The code is pretty ugly - strict css usage - placing ALL elements onto absolute pixel positions. The problem is, that if there is more than one doc for customer at one batch, it is generated as multi-doc document (html or pdf) - but - some of our customers complained that it is really difficult to print that way. I chcecked out and did not find any way of how to issue something like page-break in html. It is probably not even possible. What about pdf? Is there any chance to insert page-break into pdf doc? So far the fastest fix seems to be parsing html doc, dividing it into separate files - I could create some encapsulated tool for that, but I would rather fix problem in our primary ERP system than go for workarounds ... Thanks, -pekr-