Rather than try and deal with this issue I would instead reevaluate the
problem.  In this case you are generating a dynamic PDF document of some
kind that requires human interaction for some needed changes.  I suggest
that you instead find out what these changes might be then present an
html version of the document that can be edited with form fields which
the user will then post to a cfm that will generate the PDF with the
changes.  I do this with smart forms that I created for our various labs
because I found creating these forms that generate PDF was far easier in
ColdFusion and Javascript than Infopath.  Hope this helps you.

 


Kier Simmons
Analyst/Programmer
  <http://www.giveblood.org/> 

Phone:

713-791-6619

Toll Free:

1-888-482-5663

Fax:

713-791-6681

www.giveblood.org <http://www.giveblood.org/> 

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Mark Davis
Sent: Wednesday, June 18, 2008 1:12 PM
To: [email protected]
Subject: [houcfug] cfdocument question

 

I was just handed this and I need some guidance.

 

We have a page using cfdocument as such...

 

<CFDOCUMENT margintop="1.6" marginbottom=".25" format="pdf"
fontembed="yes">

...a bunch of crap in here...

</cfdocument>

Our team has now decided they want to be able to edit the pdf to account
for necessary small changes.  So I added
permission="AllowModifyContent", which in theory should allow a user to
edit the pdf.  I then get an error sayingt he encryption level has to be
set if you use the permissions attribute.  Well, I set it to none
because that is an option and its what I want.  No go.  New error
messasge says the encryption has to be set at 40bit or 128-bit which
foulss up the pdf.  

I am new to cfdocument so any help would be appreciated.

Thanks

Mark





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Houston ColdFusion 
Users' Group" discussion list.
To unsubscribe, send email to [EMAIL PROTECTED]
For more options, visit http://groups.google.com/group/houcfug?hl=en
-~----------~----~----~----~------~----~------~--~---

<<inline: image001.gif>>

Reply via email to