Question
2
Replies
380
Views
Deutsche Telekom Services Europe SE
Posted: February 14, 2020
Last activity: February 14, 2020
Open PDF Document in new Tab instead of download and open PDF document
Hi All,
We have a requirement to open PDF document in new tab instead of download pdf and open.
Please suggest assit any pointer.
I don't think so there is an OOTB feature in 7.3.1 to view the file in new tab but the same feature is available in 7.4, In our case we pulled the related code snippet from 7.4 and implemented in 7.3.1 and it worked well .
Create an activity with java step and place the java snippet which is attached to this post .
activity takes three parameters which you can see it java code .
DocName (String ) ,DocObject (javaObject) & viewInline(Boolean)