| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| 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 <?xml version="1.0" encoding="UTF-8"?> <DDX xmlns="http://ns.adobe.com/DDX/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ns.adobe.com/DDX/1.0/ coldfusion_ddx.xsd"> <InitialViewProfile name="firstView" show="BookmarksPanel" magnification="FitPage"/> <PDF result="Out1"> <PDF source="Doc1"/> <PDF source="Doc2"/> </PDF> </DDX> |
|
#2
| |||
| |||
| There must be someone from Adobe that can help ???? Ken |
|
#3
| |||
| |||
| Found the problem, need to add an attribute to the <pdf result="out1" tag See attached code... ken <?xml version="1.0" encoding="UTF-8"?> <DDX xmlns="http://ns.adobe.com/DDX/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ns.adobe.com/DDX/1.0/ coldfusion_ddx.xsd"> <InitialViewProfile name="firstView" show="BookmarksPanel" magnification="FitPage"/> <PDF result="Out1" initialView="firstView"> <PDF source="Doc1"/> <PDF source="Doc2"/> </PDF> </DDX> |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.