Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

coversion of HTML to PDF

Avatar

Level 1

Hi FOlks

Greetings!!!!!!!!can any body help me in conversion of an HTML to PDF using LiveCycle in classic ASP3.0

earlier reply is highly appreciated

Thanks & Regards

Kalyan

6 Replies

Avatar

Level 8

You'll have to make a web service call to the LiveCycle PDFG ES module using either the "HTML URL To PDF" or "HTML File To PDF".

Avatar

Level 1

what does that module comprises of (a class...a userdefined function...a webservice etc)?

Avatar

Level 8

The module is an installable component that runs on the LiveCycle ES framework.

When installed it has serveral interfaces including a web service/SOAP.  It also has an EJB, watch folder, Flex remoting, email and other interfaces.

Avatar

Level 1

can u tell me how 2 access the webservice/soap interface via classic asp 3.0

Avatar

Level 8

The URL for the WSDL is:

http://{yourServer}:{yourPort}/soap/services/GeneratePDFService?wsdl&lc_version=9.0.0

where {yourServer} is the name of your LiveCycle server (eg localhost) and {yourPort} is that server's port (eg 8080)

Avatar

Level 1

i have tried that but am getting page can't be displayed.....