using Crystal report s

  • Thread starter Thread starter Andrew
  • Start date Start date
A

Andrew

hello

Is it possible to create a PDF document from an HTML
file using Crystal decisions. I have a .html file which I
want to turn into a PDF programmatically.I have crystal
reports as part of VS.NET but I have not used that before

Also is it possible to send the same PDF to the printer
programmatically using crystal reports

I look forward to any response
 
hello

Is it possible to create a PDF document from an HTML
file using Crystal decisions. I have a .html file which I
want to turn into a PDF programmatically.I have crystal
reports as part of VS.NET but I have not used that before

No, Crystal can only covert reports into PDF.


Also is it possible to send the same PDF to the printer
programmatically using crystal reports

Yes, you can use Crystal to send the report to a printer - but not the
client PC, only the servers printer.
 
Andrew said:
hello

Is it possible to create a PDF document from an HTML
file using Crystal decisions. I have a .html file which I
want to turn into a PDF programmatically.I have crystal
reports as part of VS.NET but I have not used that before

Also is it possible to send the same PDF to the printer
programmatically using crystal reports

I look forward to any response

You're talking about Adobe .PDF, correct?
From the help for Crystal Reports in Visual Studio, it appears that the
CrystalDecisions classes do not support export to PDF format. I believe you
would have to use third party software to convert your HTML file to a PDF.
 
He is so code i use to do the trick...
Public Shared Sub WriteToPDF(ByVal fileName As String, ByVal RptDoc As
ReportDocument)

But your code won't convert an HTML file like the OP wanted ; )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top