Jonas Savimbi
Jonas Savimbi
This is what I, with a huge assistance from an AI buddy, produced: https://gist.github.com/crazyfacka/0ba4daea49164a03a7ff528495d8bc96 Don't have the time for such commitment as of today. But looks promising.
@ddvk I've done a bit of copying/pasting, and I've made the build process similar/equal to the one suggested in the `v6_rmc` branch. Though I don't have access to v5 content...
@ddvk Is this OK? If so, I could bump the `v6_rmc` @ #392 branch to accommodate these changes. Currently there are a few conflicts due to the rendering and the...
Thanks! That is correct, it's a limitation of the current integration. There is already support for a multipage render on the library, but I wanted to keep this initial PR...
It should now support multipage rendering in the correct order. Still one caveat: some pages might appear cropped (I'm calculating the PDF page size based on the first .rm file)....
@baflo Nice one. For the sake of this PR, it might make more sense to go with yours, as it provides best functionality out of the box. For the final...
Hmm, if that's the case, we might be better off trying to fix it using current `go-cairo` implementation. I can take that task on the library side. Then see if...
I've bumped the `rmc-go` library to v1.1.1 which already supports multi-size multi-page PDF rendering using `go-cairo`. I think I've also addressed the co-pilot comments.