Greg Garson

Results 7 comments of Greg Garson
trafficstars

I'm suffering from this as well. Unless i'm mistaken it's a result of this implementation of asset handling: https://github.com/ionic-team/cordova-plugin-ionic-webview/blob/master/src/ios/IONAssetHandler.m#L40 It seems that ionic-webview is now just loading files, no matter...

I can supply the offending file where would be the best place to send it to? cpdf would handle the file correctly previously but I don't believe the `cpdf in.pdf...

I see, let me test with that approach, I had assumed that `-gs-malformed-force` was an all powerful fixer, given that it took into account page level issues where `-gs-malformed` may...

Update on this, I was running the command above as part of a script and not alone on the command line so wasn't looking at the output of that one...

Seems to have the same result ``` bash-4.2$ cpdf test.pdf -gs gs -gs-malformed-force -o out.pdf Command line must be of exactly the form cpdf -gs -gs-malformed-force -o bash-4.2$ which gs...