Hi Luigi Thanks for your suggestion. This does not seem to work and this is the error message I get now:
Server.MapPath() error 'ASP 0173 : 80004005'
Invalid Path Character
/dwzAspPdf/dwzAspPdfClass.asp, line 860
An invalid character was specified in the Path parameter for the MapPath method.
I am editing the extension code to source.asp:8095 or /source.asp:8095 The results are the same.
Here is the code for /source.asp:8095
<% '*********************** '* http://www.DwZone-it.com '* Asp HTML to PDF '* Version 1.2.8 '*********************** set dwzPdf = new dwzAspPdf dwzPdf.setPageInstance("0") dwzPdf.setDestinationFolder("/Public/Pdf/") dwzPdf.setPdfName("Exported_pdf.pdf") dwzPdf.setMainPar("View in browser@_@@_@Unique name@_@A4@_@Vertical@_@35@_@35@_@35@_@35@_@@_@35@_@@_@@_@100@_@0@_@Not set@_@Not set@_@Not set@_@Not set@_@65001@_@@_@@_@@_@0@_@System@_@") dwzPdf.setSourcePar("Get@_@/source.asp:8095@_@") dwzPdf.setFirstHeaderPar("1@_@Testing 123@_@") dwzPdf.setSecondHeaderPar("0@_@@_@") dwzPdf.setFooterPar("1@_@Footer@_@") dwzPdf.createPdf() '****************** ' Asp HTML to PDF ' End code '****************** %>
Do you have any other suggestions I can try?
Thank you Adrian |
|
|