hello, i have some of the same questions that zach parrish posted about a while back. i am wondering if anyone has come up with any solutions.
the first is has anyone come up with a way to create a pdf without saving to the server first. i am doing something silmilar to this:
Dim oPDF As CuteEditor.Convertor.PDF.HTML2PDF = New CuteEditor.Convertor.PDF.HTML2PDF(sHTML)
oPDF.Render()
oPDF.Save(sFilePath & sFileName)
and then opening the created document with java script but wouold
prefer to open directly to a pdf browser so the document could be
printed without being saved. any ideas?
the second has anyone discovered a way to control the page breaks so that i can send multiple docs at once. i can set .renderpagecontent to false and get a multi page doc but would like to control where the page breaks.
thanks,
boone