Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I output directly to PDF instead of CR Viewer?

Status
Not open for further replies.
Aug 2, 2005
31
US
I have outlined what I plan to do. I need help getting this information squared out, please
we are looking into having CR output directly to PDF rather than CR viewer. In our current application, the report output is presented with crystal viewer.

Our current environment is desktop application written in C++. We are looking into upgrading CR to current version (XI) , and that will be integrated into the same desktop application environment.

What are the files and resources that will be needed to achieve this upgrade and having output directly to PDF.

Thanks.

bons
 
Please post your current software edition and version.

If you're writing code, then you'll probably want to use the RDC, which will work in your current version and I believe in XI.

There are lots of third party products and software to consider too, as well as Crystal Enterprise.

Check out:


-k
 
We are using Crystal Report 8 currently. The option of using Enterprise version is out of question. Its a desktop applications that is mostly used out of the network.

The desktop applicatioin is written in MS Visual C++ , v6. No plans for going .net.

what we want to achieve is to replace the current version of CR8 with CRXI, and instead of crystal viewer as the output or presentation format, output for the new version should be in directly in PDF as want to integrate so signature capability to the PDF, and the reps will be using Tablet PC.

Hope this helps to clarify things.

-b
 
Crystal 8 supports the RDC so add a reference to the CRAXDRT.dll object.

I have the code for doing it with VB, so C++ should be similar. Use the Export method after setting a few properties like the format and destination.

Editor and Publisher of Crystal Clear
 
chelseatech,

I will appreciate if you can post the code. It will be helpful. Thank you.

-b
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top