Brandon G
Brandon G
We started using your package and that documentation is what we used to determine the pricing differences. The price you get from UPS.com is the retail rate. Just FYI.
I too have a similar use case, as we have tried several solutions but the page break is never followed. What if we pre-rendered the html to an image and...
So if I have an image that spans 2 and a half pages, QuestPDF will not break it up over those pages but just have 1 very tall page, is...
I guess the next possible step would be to somehow parse the html and convert it to QuestPDF syntax.
In my case our users use TinyMCE to edit text for a proposal. On Thu, May 5, 2022 at 3:41 PM adamfoneil ***@***.***> wrote: > Thank you @MarcinZiabek ! I...
The plugin model sounds what we need. After looking at the source code and I think it might be doable as we could just do version checks and run different...
In my use case, I have over 10 years worth of data stored as html would need to be converted or deprecated.
> I assume you are trying to do docker-compose up? Correct. BTW great podcast, have been a listener since the beginning!
I actually got it to work but I don't remember what I did... I think I updates all the workloads and then ran the normal docker compose up statement. Let...
> If you have to work with html it might be easier to use something else like Puppeteer Sharp to load/inject a html page in to a headless Chromium browser...