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

In-Memory File System and cfpdfform

New Here ,
Apr 30, 2024 Apr 30, 2024

Copy link to clipboard

Copied

I have been messing with this for a while with no progress. I am trying to populate a PDF form using cfpdfform and save it to memory using something like this:

<cfpdfform action="populate" source="blankForm.pdf" destination="ram:///filledForm.pdf" overwrite="yes">

But I keep getting:

The ram:///filledForm.pdf file specified in the cfpdfform tag either does not exist or is not accessible by this tag.

Does cfpdfform not have the ability to populate and write to memory or am I doing something wrong? I can successfully write to memory with cfpdf. I also realize I can populate to a variable and then write the result to a file using cfpdf. At this point, I'm mostly curious if this is intended behavior or not.

Paul Jarema
Adobe Certified Professional: ColdFusion

Views

153

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
Community Expert ,
May 02, 2024 May 02, 2024

Copy link to clipboard

Copied

LATEST

Yes, curious find, Paul. It does appear as if cfpdfform may not write to the virtual file system. Let's hope an Adobe engineer will chime in with more information. 

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