Steve Melnikoff

Results 5 comments of Steve Melnikoff

This would be really nice to have, passing in a BLOB or dataURL instead of a file URL. That way, dynamic pdf generation from within an application would be supported.

For anyone interested, to open a BLOB (pdf) utilize: `this.src = URL.createObjectURL(blob);` See this: [MDN Docs, createObjectURL](https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL)

Hi, just started looking at Frappe Books and had similar (yarn) issues with trying to build/run. In my case they were resolved when I deleted the Yarn .pnp.cjs file. See...

Hi, I do not know if this suits your requirements, but Gil Fink has written on how to use [dynamic Stencil component (tag) names](https://gilfink.medium.com/quick-tip-dynamic-stencil-component-names-with-jsx-cf7687a418e6). This technique enables 'on the fly'...

Hi Kartikpersistent: thank you for your help and many apologies for my delay in replying. Time has gotten away from me on this project. The error message that comes up...