Bayu Candra
Bayu Candra
After a while tracking trough jsPDF source code, I have seen that this issue initially caused by `getFont()` function, inside `API.splitTextToSize()` function. Somehow when it reach `getCharWidthsArray()` function it is...
@gpbmike , thanks for the suggestion. Looks not so overkill :). I feel excited to try that soon. @2linziyi2 : I am pretty sure that I am using JSPDF version...
@2linziyi2 thank you very much for sharing your scripts and environment setup. Looks like we have a slight difference about jspdf-customfonts version. And I am not sure whether I did...
@vineetdikonia , I did the same mistake as yours previously. After some experiments, finally, I made a working demo. Please check this repo, hope it helps: https://github.com/bayucandra/ckeditor-elfinder . There is...
@3DUNAPI , you can check this config example: https://github.com/bayucandra/ckeditor-elfinder/blob/master/vendor/elFinder/php/connector.minimal.php Or clone full repo for a quick start: https://github.com/bayucandra/ckeditor-elfinder then put your S3 config to `/vendor/elFinder/php/connector.minimal.php` for `$aws_config` variable.
@rviscomi , Thank you for your response. I even tried with just `$('.new-element-loaded')` inside `onDone` callback. I even not have new script loaded via SPF. It is often give 0...
@VarinderS i am working in a big project and continue from previous developer. Let me take a while to reproduce it in small part. If you believe i should not...