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

read-only pdf file?

Guest
Jul 03, 2008 Jul 03, 2008

Copy link to clipboard

Copied

Is it possible using cfdocument to create a pdf file that can be read but not modified? (CFMX 7)

It would be nice if someone could explain how the permissions works in plain English. I haven't been able to make any sense of Adobe's docs.

There is a list of permissions that you can apply - does that mean if you don't apply them they don't have that permission? I tried using NO permissions as below but that doesn't seem to do anything.

<cfheader name="Content-disposition" value="attachment; filename=delcnt#strZIP#.pdf">
<cfdocument format="pdf" encryption="128-bit" permissions="">

Ken
TOPICS
Advanced techniques

Views

288

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 ,
Jul 03, 2008 Jul 03, 2008

Copy link to clipboard

Copied

LATEST
have you tried "none"? if that doesn't work *AND* you can't upgrade to cf8 & use
cfPDF you can use iText (powers cfDocument, etc) to "stamp" the PDF with new
permissions (ie create the PDF normally but don't encrypt it just yet use iText
to do that & set permissions). see this thread:

http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=7&threadid=1233207

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