Skip to Main Content

E-Business Suite

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Creating Markups programmatically when a document has more than one page

897019Nov 4 2011 — edited Nov 4 2011
Hello All,

I am trying to create an application where a Text Markup has to be created programmatically and applied over the currently opened pdf document. I used the docs\AutoVueAPIProgrammersGuide.pdf & examples\AWTSample\AWTSample.java for reference. I was successful in creating the markup programmatically and applying it on pdf document when it had only one page. But when the document had more than one page my markup gets applied on the same page even after moving to the subsequent pages using vueBean.setPage(vueBean.getPage()+1);

By looking at the behavior of the VueBean it looks like the VueBean has reset the view to the next page but the control is still on the previous page. Is there anything else that i have to set other than the page number on the VueBean.

Thanks in advance,
Dwarka
This post has been answered by ArtashesGamarian on Nov 4 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 2 2011
Added on Nov 4 2011
2 comments
136 views