Hi,
At the moment, on preview or when the form is embedded in a webpage, the scrollbar is not showing. I reckon this is because this PDF form only has 1 page. However, as user is allowed to zoom in/out for embedded PDFs on webpages, a scrollbar is needed. Is there a way to force the scrollbar of a PDF form to appear?
Thanks,
Bernard
Solved! Go to Solution.
Views
Replies
Total Likes
Hi guys,
Found the solution.
There is a property that disables panes(which include scrollbars), i.e.
event.target.viewState = {overViewMode:5};
Hence, removing this line of code will fix this issue.
Regards,
Bernard
Views
Replies
Total Likes
Hi,
check this manual. It explains parameters you can use to open PDF files.
http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf
Views
Replies
Total Likes
Hi Radzmar,
Thanks for the input. Tried it out, still dont work.
Weird thing is the scrollbar does appear in other forms using the same URL. There's only 1 particular form that doesnt show the scrollbar. Still can't figure out why.
Regards,
Bernard
Views
Replies
Total Likes
Hi guys,
Found the solution.
There is a property that disables panes(which include scrollbars), i.e.
event.target.viewState = {overViewMode:5};
Hence, removing this line of code will fix this issue.
Regards,
Bernard
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies