code-by

Results 22 comments of code-by

@manel00 how you use this plugin? after install, I got ``` cordova.plugins.notification.badge.clear(); ``` Error: ``` Property 'notification' does not exist on type 'CordovaPlugins' ```

@Nightmarepg @saurabhnemade I have completely removing whitespaces using ``` const pdfOptions = { format: 'A4', border: '0', header: { height: '0mm', }, footer: { height: '0mm', }, }; ```

I have set min. version iOS from 9 to 10 run `pod install` and finally it working with 1.9.0 while my project still use RN 0.60.5 ) the only thing...

in which version of lib? If install from AppStore there no problems?

428 only for width & 926 only for height?

@galkahana how to get font in existing pdf file instead get font from ttf file?

I simply need add text using fonts already embedded in pdf. I saw some other node packages for creating pdf files and these don't needed external font file, but these...

I'd like to know too )