|
|
pinPDF
Started by Seong-Bae PARK at 06-16-2010 6:14 . Topic has 2 replies.
 
 
|
|
Sort Posts:
|
|
|
|
06-16-2010, 6:14
|
Seong-Bae PARK
Joined on 06-16-2010
Posts 2
|
|
|
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
Joined on 08-30-2005
Posts 1.910
|
|
|
Hello,
does the web user has access rights to the folder ?
Regards,
Hans-Peter
|
|
|
|
|
Report
|
|
|
|
06-22-2010, 9:07
|
Seong-Bae PARK
Joined on 06-16-2010
Posts 2
|
Re: Error : Error Save!!
|
|
|
|
|
thanks for your answer.
regards
Seong-Bae Park
|
|
|
|
|
Report
|
|
|
|
|
Pintexx Forum » Developer Produ... » pinPDF » Error : Error Save!!
|
|
|
|