Skip to main content
Inspiring
September 4, 2008
Answered

cfpdf, ddx and InitialViewProfile

  • September 4, 2008
  • 1 reply
  • 657 views
I have tried to use this as per the docs, but it appears to have no effect.

See attached code.

I have also tried include a table of contents, this works as long as I don't try and use any attributes for the tag.

Eg.

If I just use <TableOfContents/> then it works, but if I use

<TableOfContents maxBookmarkLevel="infinite" bookmarkTitle="Table of Contents" includeInTOC="false">

As the online docs indicate then I get a parse error for the ddx

Note I have following version 8,0,1,195765

Anybody got any ideas ??

Ken

This topic has been closed for replies.
Correct answer The_ScareCrow
Found the problem, need to add an attribute to the <pdf result="out1" tag
See attached code...


ken

1 reply

Inspiring
September 7, 2008
There must be someone from Adobe that can help ????

Ken
The_ScareCrowAuthorCorrect answer
Inspiring
September 9, 2008
Found the problem, need to add an attribute to the <pdf result="out1" tag
See attached code...


ken