This content has been marked as final.
Show 2 replies
-
1. Re: PDF with Portait and Landscape Orientation act differently between pages
BR001 Jul 9, 2014 3:49 PM (in response to Magus069)Hi,
I haven't used form builder, but do you still have a viewState, try adding the following line in the docReady event of the form
event.target.viewState = { pageViewLayoutMode:2 };
This has the same effect as setting Enable Scrolling on the View ... Page Display menu.
A value of 1 would give you the single page view.
Regards
Bruce
-
2. Re: PDF with Portait and Landscape Orientation act differently between pages
Magus069 Jul 10, 2014 7:28 AM (in response to BR001)Thanks for your time, that did it.
It is still weird that some form will change the view state with both orientation and other forms will not... Anyway, it's working.


