Is there any another frame component instead of "BrowserFrame" in Vaadin 7

Hi everyone,
Is there any other component apart from “Browser Frame” in Vaadin 7 on which i can work on to open PDF/HTML/DOCX extension file.

It would be a great help if anyone could get back on this issue and help me solve this problem.

Hi,


Embedded resource
might work for pdfs, at least.

-Olli

Thanks for quick replay .
Well When i am using Embedded component ,

Embedded embedded = new Embedded(name, new FileResource(File));
Output is showing blank page.