Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFpdf Tag Locking up my server 1

Status
Not open for further replies.

LyndonOHRC

Programmer
Sep 8, 2005
603
0
0
US
I need to generate thumbnails of very small (100-130kb) PDF files. Every time I try to use the tag I have to restart the main ColdFusion 9.0 service; the "thumbnail" folder gets created, I never get any jpeg(s), and the server locks up completely.

Even this most basic form of the tag usage locks me up:
Code:
<cfpdf action="thumbnail" source="C:\myPDFs\Test1.pdf" overwrite="yes" imageprefix="thumb">

I also tried messing with pdf.js javascript library, supposed to generate thumbs too, but all the examples I found were very incomplete and way over my head I suppose.

Any help much appreciated.

Lyndon
 
I have it going. It must be my CF 9 configuration. Exactly what I have no idea. This AM I thought about my standby server. I never use it, it's there in case of disaster. I ran the cfpdf tag on it and it worked great!

I'm using that server to get my thumbnails with a cflocation tag and can now finish this project. Once done I'll troubleshoot the main server and try to fix the issue.

Thanks for all the help!!!



Lyndon
 
Glad you figured out how to make it work. Hopefully you can find and repair the server.

If you can't stand behind your troops, stand in front of them.
Semper Fidelis

Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top