[xep-support] Fw: I am trying to evaluate XEP
Geoff Lysaght
geoff.lysaght at btopenworld.com
Sun Mar 31 00:06:40 PST 2002
> Hi sorry to be a pain in the arse...
>
> I tried to get the sample asp file to work that is provided with the com
> interface with no joy I have installed the 2.7 evaluation and searched
> through all the help on the site and still I am getting nowhere.
>
> I am not sure what information goes where and have been trying all
different
> combinations (see below)...
>
> I would appreciate if you could explain what is meant to be in XEP_HOME
and
> also what format Request("foname") is meant to be in i.e. a relative path
> fo, a full path ending in a slash (or not)
>
> Thanks in advance for any help..
> Geoff
>
> <% @LANGUAGE="VBSCRIPT" %>
> <%
> Response.Buffer = TRUE
> XEP_HOME = "C:/work/renderx/MOXEP/FO2PDF/"
> XEP_HOME = "I:/downloads/XEP - XML - PDF/XEPCOM/antlibs/"
> 'XEP_HOME = "I:/downloads/XEP - XML - PDF/xep2inst/lib/"
> Set comDriver = CreateObject("COMDriver")
> %>
> <% = comDriver.setProperty("com.renderx.FO2PDF.ROOT", XEP_HOME) %>
> <%
> Set foname = Request("foname")
> foname = server.mappath("borders.fo")
> If (foname <> "undefined" and foname <> "") Then
> bindata = comDriver.render(foname)
> datalength = LenB (bindata)
> Response.AddHeader "Content-length", datalength
> Response.ContentType = "application/pdf"
> Response.BinaryWrite bindata
> Response.End
> Set comDriver = Nothing
> Else
> %>
> URL wasn't specified.
> Go <a href="javascript:history.back()">back</a> and try again
> <% End If %>
>
> ----- Original Message -----
> From: "David Tolpin" <dvd at renderx.com>
> To: <geoff.lysaght at btopenworld.com>
> Cc: <support at renderx.com>
> Sent: Friday, March 29, 2002 1:26 PM
> Subject: Re: I am trying to evaluate XEP
>
>
> > > Help
> > >
> > > I am from a windows background and I am just looking for a sample code
=
> > > that has a simple xml file the xslt file to transform it into xsl-fo
and
> =
> > > a sample script of how to call xep to produce the pdf. I have looked
at
> =
> > > demos but they are all compiled. I just a need a simple sample so i
can
> =
> > > evaluate it. The company I work for are looking at a unix version but
I
> =
> > > would prefer a windows as this is where my skills are.
> > >
> >
> > A COM interface to XEP is available at
> >
> > http://www.renderx.com/Download/XEPCOM.zip
> >
> > It should make you happy. The XEP evaluation version must still
> > be downloaded, and the COM module configured to call it. Instructions
> > are inside.
> >
> > David Tolpin
> > RenderX
>
-------------------
By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html
More information about the Xep-support
mailing list