I have a need for a hand coded report that I want to go to a PDF, then serve and allow the user to view/download/save the PDF. I can make the Clarion report procedure and the steps with NetWebReportABC work as a test. But the report is not suited to the report procedure as I have a lot of extra pages of text and images, and many formats of detail lines that are conditionally used. I also need a footer from page 2 on that shows Page XX of XX, and I don't want the user to be able to edit the PDF.
Can this be done? Is there another tool that I can use that will convert a hand code Clarion report to a non editable PDF that I can then use standard NetTalk stuff to serve back?
This is currently an end user app that generates an RTF file that gets loaded into a VB TX Text Control app. It handled all the images, page footers and some protected fields. I've tried a few rtf to pdf converters, but none of them have worked well, and I'll need the images embedded now. They are just links in the RTF. Now we are trying to make this a web based app and I still need to produce the same complicated report, but in PDF. I can do everything with a hand code report easily enough, except for the Page XX of XX, and then making the PDF from it.
Any ideas, or if you can point me to some tools that can do this, would be greatly appreciated.
Brian Ekeland