I am using CFDOCUMENT to create a PDF document. The command works great when I have it display in the current browser window. However, I want it to display in a new window. I am using CFWINDOW to create and open a new window which I then am running the original code in to display the PDF. Unfortunately, all I get in the new window is this:
%PDF-1.4 %��2 0 obj <>stream x�흁����-�-�-� �����ٽ� �B`X
It seems like a text coding issue, but I do not know how to fix it - can anybody help?
Thanks,
Paul