SavePDF Image Missing

  •  11-30-2006, 7:14 AM

    SavePDF Image Missing

    I am running 5.3 and have a problem when I use the SavePDF command. The problem is that the Images are missing when the PDF is generated even though they show up in the editor.
    Here is the code for the Editor Object

    <CE:Editor ID="cueForm" runat="server" Style="z-index: 163; left: 154px; position: absolute;

    top: 202px" Width="440" Visible="False" RemoveServerNamesFromUrl="False" UseRelativeLinks="False">

    <FrameStyle BackColor="White" BorderColor="#DDDDDD" BorderStyle="Solid" BorderWidth="1px"

    CssClass="CuteEditorFrame" Height="100%" Width="100%" />

    </CE:Editor>
     
    Here is where I create the PDF.

    'Build path and filename

    StrSessionID = Session.SessionID

    strOutputFile = "\Temp\" + StrSessionID + "_output.pdf"

    cueForm.SavePDF(strOutputFile)
     
    Here is the envrionment
    Intranet Only, IIS, ASP.net 2.0, Webiste = Windows Authentication, Impersonate = True
View Complete Thread