Print Page | Close Window

pdf record splitting

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Data Connectivity
Forum Discription: How to connect to data sources and export reports
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=770
Printed Date: 03 May 2024 at 2:45am


Topic: pdf record splitting
Posted By: againes
Subject: pdf record splitting
Date Posted: 01 Jun 2007 at 2:27am

I’m generating a report from a spreadsheet which has multiple rows (records).  Currently crystal reports is putting all the spreadsheet rows into one pdf file. What I need to do is create separate pdf files for each row in the spreadsheet.  I have adobe acrobat printer installed.

 

Crystal reports 8.5 (preferable) or 10. 




Replies:
Posted By: BrianBischof
Date Posted: 01 Jun 2007 at 9:22am
CR doesn't have any options for PDF output. There are third party vendors who have PDF utilties which let you perform various tasks while printing to PDF. You can Google it to see which ones suit your needs.

-------------
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>


Posted By: againes
Date Posted: 04 Jun 2007 at 1:32am
I have adobe acrobat installed but the problem is with crystal reports. Is there not a way to do some sort of loop that gets each record and prints out a new report or exports(to pdf). I have visual studio 2005 installed now 


Posted By: BrianBischof
Date Posted: 04 Jun 2007 at 11:05am
With Visual Studio you can use a loop to open the report multiple times, set a parameter specifying the record you want to print, and then send it to a PDF file. Repeat this for every report.

-------------
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>



Print Page | Close Window