Hello everybody,
I have a JS application with a nodejs backend that calls Prince to generate pdf of working document. I would like to implement a “real-time preview” of document on client-side (I’m mainly interest to have correct layout of pages).
Now, Prince is really fast but not so fast to generate an almost real-time layout, and that lead me to a poor “user-experience”.
Is there some I should try to increment speed (i’m not interesting in quality at this point).
Or better, is it possible to tell Prince to only generate layout (pdfboxes) without render pdf?
Thanks
I have a JS application with a nodejs backend that calls Prince to generate pdf of working document. I would like to implement a “real-time preview” of document on client-side (I’m mainly interest to have correct layout of pages).
Now, Prince is really fast but not so fast to generate an almost real-time layout, and that lead me to a poor “user-experience”.
Is there some I should try to increment speed (i’m not interesting in quality at this point).
Or better, is it possible to tell Prince to only generate layout (pdfboxes) without render pdf?
Thanks