Sassan Haradji
Sassan Haradji
@JacksonRossiDev Let me know if it is not fixed by setting `adjustHeightToFit`.
A use case of this is to render something like this: ```javascript ['', someReactElement, ''] ``` with react fragments accepting `dangerouslySetInnerHTML` it would be written as: ```javascript [ , someReactElement,...
@frank-dspeed Thanks! But I took a quick look but I really doubt if `someReactElement` between `` and `` will be rendered in a way that it preserves its event listeners...
I think interweave is not solving the problem I mentioned, if I wanted to parse the text containing the HTML elements and get aware of its structure I could resolve...
@satya164 Right, I will replace `React.Fragment` with `ReactDOM.RawHTML` then.
Thanks for reaching out and reporting this issue! Your issue regarding creating a template is mostly an issue with handlebars, handlebars is not a random small library used in pdfplum,...
You need to add some standard helpers as well as one custom helper "json" I provided for pdfplum like this: ```typescript import Handlebars from "handlebars"; import fs from "fs"; require("handlebars-helpers").array();...
Let's keep this issue open, I'm thinking maybe we can add a helper script to help people generate templates in realtime as you suggested.
Update: I tried to create something a month ago but unfortunately it is very tricky to run handlebar helpers in browser (they are designed to work with node) I really...
Also, it would be nice if we could optionally write text messages received on the Android phone to iMessage server, so that it behaves like the SIM card is inserted...