Welcome to Pintexx Forum Sign in | Join | Faq

pinPDF

Started by Seong-Bae PARK at 06-16-2010 6:14 . Topic has 2 replies.

Print Search
Sort Posts:    
   06-16-2010, 6:14
Seong-Bae PARK is not online. Last active: 25.06.2010 12:03:04 Seong-Bae PARK

Top 500 Posts
Joined on 06-16-2010
Posts 2
Error : Error Save!!
Reply Quote
Hi
I use the ASP in windowsform (Windows 2003 x64).
I tested With your pinPdf
The store course is accurate.

Response Error : save error!!

== test source [test.asp] ====
set objPDF = Server.CreateObject("pinPDFLib.cPDF")
objPdf.Html = "<span>test pdf created</span>"
objPdf.OutputPath = Server.MapPath("\webfolder\tmp")
objPdf.FileName = "test.pdf"
if not objPdf.process() then
response.write "Error: " + objPDF.ErrorMessage
else
response.write "test.pdf created"
end if
set objPDF = nothing
   Report 
   06-16-2010, 2:45
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Re: Error : Error Save!!
Reply Quote
Hello,

does the web user has access rights to the folder ?

Regards,
Hans-Peter
   Report 
   06-22-2010, 9:07
Seong-Bae PARK is not online. Last active: 25.06.2010 12:03:04 Seong-Bae PARK

Top 500 Posts
Joined on 06-16-2010
Posts 2
Smile [:)] Re: Error : Error Save!!
Reply Quote
thanks for your answer.


regards
Seong-Bae Park
   Report 
Pintexx Forum » Developer Produ... » pinPDF » Error : Error Save!!