I want to display and save the byte as pdf. I am using version 1.0.2. Th

hi everyone,

I want to display and save the byte as pdf. I am using version 1.0.2. They fixed this issue in version 2.7.2 https://github.com/vaadin-component-factory/vcf-pdf-viewer-flow/pull/29/commits/07fa83589e6a1a4ed94ad27a992bc470eb7ad294 . What solution can I use version 1.0.2? I cannot use a dynamic streamResource that I created as new StreamResource(filename, () -> new ByteArrayInputStream(contents)) for the 2nd time. I will be grateful if you could help me. Thanks

Hello, I see that there's an issue already created https://github.com/vaadin-component-factory/vcf-pdf-viewer-flow/issues/38. I will try to take a look. Thanks for reporting this.