Hi, this must be something stupid that I'm missing
I have d/loaded the Prince.dll and referenced it in my Project, the full PrinceXML app is also installed.
When I try to create a pdf of "edition.aspx" from my page "create.aspx" nothing happens. I don't think the Convert function is being invoked or it fails on permissions?
Any ideas? I'm brand new to PrinceXML, so I'm expecting a noobie / rookie mistake on my part.
Thanks,
Tom
I have d/loaded the Prince.dll and referenced it in my Project, the full PrinceXML app is also installed.
When I try to create a pdf of "edition.aspx" from my page "create.aspx" nothing happens. I don't think the Convert function is being invoked or it fails on permissions?
Dim p As Prince
Response.ContentType = "application/pdf"
p = New Prince("C:\\Program Files (x86)\\Prince\\Engine\\bin\\prince.exe")
p.Convert("http://10.0.0.15:6020/wine-sprirts/edition.aspx", "C:\\Users\\tthorp\\Desktop\\output2.pdf")
Me.Response.End()
Any ideas? I'm brand new to PrinceXML, so I'm expecting a noobie / rookie mistake on my part.
Thanks,
Tom