If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Does anyone know of a way to convert a Crystal .rpt file to a pdf file through script? I have some .rpt files in a directory and i need to convert each file to pdf. I need to automate it somehow using some sort of script which can be scheduled via scheduled task or SQL agent job.
Hi Scott, You can do it easily using Crystal reports API's in C Sharp. Use the Crystal Document approach. If you have any queries then mail me on pankaj.goswami@live.com
i know i've seen some code using C# and VB.net, but the key is that i need to automate this somehow. Not sure if you can use C# code and then automate the process?