Hi Al,

I've tried that one but it doesn’t work.   The most luck I had was to
actually save the report to a ndr file and then load the ndr file into a
pdfrender object and lastly create the pdf.  But for some reason that
doesn't work anymore, and I haven't changed anything.  So I can't really use
something that is not reliable.

Thanks for the help thus far.
Francois

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Alan Colburn
Sent: 16 May 2007 20:32 PM
To: Delphi-Talk Discussion List
Subject: Re: Generating PDF document from report

Try this for generating the report in the background:

  RvSystem1.DefaultDest := rdFile;
  RvSystem1.DoNativeOutput := false;
  RvSystem1.RenderObject := RvRenderPDF1;
  RvSystem1.OutputFileName := 'test1.pdf';
  RvSystem1.SystemSetups := RvSystem1.SystemSetups - [ssAllowSetup];
  RvSystem1.Execute;

Info on this is available on the nevrona.com website.

Good luck -- Al

----- Original Message -----
From: "Francois Vermeulen" <[EMAIL PROTECTED]>
To: <delphi-talk@elists.org>
Sent: Tuesday, May 15, 2007 1:31 AM
Subject: Generating PDF document from report


| Hi Guys,
|
| I need some assistance, we need to create a PDF document from a rave 
report,
| then upload the pdf document to a server and send the link back to the
| client.  I've tried using the Rave report PDFRender component but I'm
| struggling to convert the created rave report to a NDRStream.  I'm also
| having difficulty in generating the report in the background without rave
| reports popping up the dialog to request to where it should print the
| report.
|
| Could anybody please help?
|
| Kind Regards
| Francois Vermeulen
|
|
|
| No virus found in this outgoing message.
| Checked by AVG Free Edition.
| Version: 7.5.467 / Virus Database: 269.7.0/804 - Release Date: 2007/05/14
| 16:46 PM
|
| __________________________________________________
| Delphi-Talk mailing list -> Delphi-Talk@elists.org
| http://www.elists.org/mailman/listinfo/delphi-talk
| 

__________________________________________________
Delphi-Talk mailing list -> Delphi-Talk@elists.org
http://www.elists.org/mailman/listinfo/delphi-talk

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.467 / Virus Database: 269.7.3/809 - Release Date: 2007/05/17
17:18 PM
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.467 / Virus Database: 269.7.6/813 - Release Date: 2007/05/20
07:54 AM
 

__________________________________________________
Delphi-Talk mailing list -> Delphi-Talk@elists.org
http://www.elists.org/mailman/listinfo/delphi-talk

Reply via email to