pdf questions

Last post 01-09-2007, 9:59 AM by Adam. 1 replies.
Sort Posts: Previous Next
  •  01-08-2007, 4:17 PM 25635

    pdf questions


    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

  •  01-09-2007, 9:59 AM 25650 in reply to 25635

    Re: pdf questions

    >>wouold prefer to open directly to a pdf browser so the document could be printed without being saved.  any ideas?
    This feature is not supported. The PDF file must be saved to your server first. You can create a temp PDF file and open it in your browser.
     
    >>but would like to control where the page breaks.
     
    Try
     
     Insert Page Break Insert the print page break
     

     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML