Kevin Brown
Kevin Brown
Could you supply an example project so I can reproduce and get to the bottom of it?
One of the things I'm hoping to do in the future is move away from PDFLib and to just using the built in CG PDF rendering methods on iOS, so...
@zilicon any chance you could make a PR for this so I can roll it into the library?
@jdaoliveira, could you make a PR for these changes?
We've worked around this for the time being by creating every page as a separate PDF, then stitching them together at the end. We first noticed a memory problem on...
I created a native module which uses `com.tom_roush.pdfbox.multipdf.PDFMergerUtility` on Android, and Core Graphics on iOS.
Here's the .pbxproj that it's having trouble parsing. [project.pbxproj.zip](https://github.com/alunny/node-xcode/files/861199/project.pbxproj.zip)
I don't think it's your system, I suspect it's related to this upstream bug: https://github.com/electron-userland/electron-builder/issues/504#issuecomment-235372662 The next time I do a release (which will include the ability to install and...
Thanks for the heads up! Looks like that's exactly the cause. When I do my next release I'll see if there's a new Electron Builder release I can take advantage...
@matteovivona I experienced this issue and your workaround worked for me. Are there plans to update the docker image creation step for the latest tag to fix the issue?