Embedded PDF

Hello,

Why the loading bar doesn’t appear when loading a PDF?

Depends which component you are using to display the pdf.
Perhaps the “sending” class is not sending the file size in the response ?

André

Here is my code

Embedded pdf = new Embedded(null, new FileResource(new File(“book-of-vaadin.pdf”), getApplication()));
pdf.setMimeType(“application/pdf”);
pdf.setType(Embedded.TYPE_BROWSER);

It’s this problem (And solution):

https://vaadin.com/forum/-/message_boards/view_message/187565

André