• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CF is unable to get the binary file as a PDF in to Browser.

New Here ,
Mar 16, 2017 Mar 16, 2017

Copy link to clipboard

Copied

After using the ActivePDF Toolkit function "Get_OutputByteStream" to put the manipulated PDF into a binary data variable (variable name "pdf"), I then pass that variable into CFCONTENT to display it in the user's browser.

<cfcontent type="application/pdf" variable="#pdf#">

However, the result is now a CF error page which says:

"[S is not a supported variable type. The variable is expected to contain binary data."

We tried everything suggested in

cfcontent no longer works with ActivePDF in CF2016 [dealbreaker]

I would like to know whether we could get some assistance with regards to this issue. We are able to provide you with evaluation key of ActivePDF toolkit and the script that we have trouble with. So far, we have tested with Classic ASP as well ASP.net and C# applications. They all work. The issue is with ColdFusion.

Views

942

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 16, 2017 Mar 16, 2017

Copy link to clipboard

Copied

I'll hazard a guess and suggest that the PDF object within the variable probably has spurious data at the very beginning that CF doesn't recognize as PDF.  That's the only thing that I can think of.

V/r,

^_^

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 16, 2017 Mar 16, 2017

Copy link to clipboard

Copied

It could be the issue. Works perfectly with ASP and ASP.NET and C#. The issue is with CF. I am trying to figure out a way to see entire binary using CF.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Mar 17, 2017 Mar 17, 2017

Copy link to clipboard

Copied

You could use cffile to write the variable to a file, unless you get a similar "not a binary variable" error. If it succeeds, you will be able to interrogate what was written to the file.

Cheers

Eddie

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 24, 2017 Mar 24, 2017

Copy link to clipboard

Copied

Still the same issue. Unable to display the binary.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Mar 24, 2017 Mar 24, 2017

Copy link to clipboard

Copied

The point of my suggestion was to write the binary data to a file so that you can interrogate the file outside of ColdFusion to ensure it is a valid PDF file.

Was the file successfully written? Can you load it in a PDF viewer application?

Cheers

Eddie

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 04, 2017 Apr 04, 2017

Copy link to clipboard

Copied

LATEST

I have attached the cf script and the input PDF file. My CF knowledge is limited ( novice).

I hope you can help me to modify the CF script and include cffile portion of it. Then I can run it in my machine and get you the file you are looking for.

I am sorry for the delay.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation