I am using Crystal Reports for Visual Studio 2010, and am attempting to use a third-party .Net assembly to overlay a Crystal Reports PDF onto a separate PDF form. I have been successful at using the third-party tool to overlay a couple of simple PDF documents that I created, however, the PDF generated by Crystal Reports is
not working.
If I open the Crystal Reports PDF in Adobe Acrobat and re-save it, it works with the third-party tool. This leads me to believe that the PDF needs to be linearized (Fast Web View), and was wondering if anyone knows how to have Crystal Reports handle this. If it is not linearization that is the issue, then Crystal Reports is generating a PDF that is in some other way not compatible or not adhering to standards.
I am programming in C# .Net, but if anyone has any suggestions in VB .Net, I'll take any advice I can get!