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

Itext and CFMX7

Participant ,
Sep 22, 2006 Sep 22, 2006

Copy link to clipboard

Copied


We developed a cfc in order to use itext and generate pdf forms on the fly on a CF6.1. We have now setup a new server with CFMX7 and promoted our applications on CF7.0 The cfc no longer seems to work under CF7. Are there any known issues with regard to itext or tweaks that need to be made? I noticed that a new class shipped with CFMX7. Trying to install a refactored itext.jar did not solve our problem. The pdf file is generated but data is no longer passed.

This is the cfc we use: http://www.reactivevision.com/coldPDF.txt

TOPICS
Advanced techniques

Views

284

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

correct answers 1 Correct answer

Participant , Sep 26, 2006 Sep 26, 2006
Here's the answer: The code contained cfbreak tags that were working with CFMX6.x (That was a bug in itself) and the issue was rectified with MX7, thus the cfbreak tag broke the loops within the code.

Votes

Translate

Translate
LEGEND ,
Sep 23, 2006 Sep 23, 2006

Copy link to clipboard

Copied

EmmanuelRuiz wrote:
> We developed a cfc in order to use itext and generate pdf forms on the fly on
> a CF6.1. We have now setup a new server with CFMX7 and promoted our
> applications on CF7.0 The cfc no longer seems to work under CF7. Are there


"no longer seems to work" means? what version of itext were you using before?

> noticed that a new class shipped with CFMX7. Trying to install a refactored
> itext.jar did not solve our problem. The pdf file is generated but data is no

that should actually work but will break all the cfdocument stuff.

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
Participant ,
Sep 23, 2006 Sep 23, 2006

Copy link to clipboard

Copied

Paul,

What about using this fix: blog.internetdatabases.com/?p=7

I did try it but to no avail.

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
LEGEND ,
Sep 25, 2006 Sep 25, 2006

Copy link to clipboard

Copied

Why not just use the cfdocument tag to generate PDFs on the fly? Too much
conversion?


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
Participant ,
Sep 26, 2006 Sep 26, 2006

Copy link to clipboard

Copied

LATEST
Here's the answer: The code contained cfbreak tags that were working with CFMX6.x (That was a bug in itself) and the issue was rectified with MX7, thus the cfbreak tag broke the loops within the code.

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