vaadin-component-factory / vcf-pdf-viewer-flow

Vaadin Addon for providing pdf viewing functionality
Apache License 2.0
8 stars 6 forks source link

Interactive forms are not rendered properly #44

Open TomasAtrat opened 8 months ago

TomasAtrat commented 8 months ago

When uploading a pdf file with an interactive form, the inputs are not loaded where should be, but below the document, as shown in the picture.

image

paodb commented 8 months ago

Since version 2.6.0 you can use pdfViewer.setRenderInteractiveForms(false);

TomasAtrat commented 8 months ago

Yes, I've tried it, but actually my use case needs the inputs to fill the form :(