The module on npm exposes the pdfmake Printer, which the docs themselves do not cover. Using it is pretty simple though.
var path = require('path');
var Printer = require('pdfmake');| <?php | |
| /** | |
| * This file to test apple sign in, | |
| * Need to app information from Apple | |
| * | |
| * Team Id | |
| * Client Id | |
| * Key Id | |
| * and Private key |
| @echo off | |
| Title w10onARM Setup batch | |
| echo Blocking junk apps & echo. | |
| reg load HKLM\DEFAULT c:\users\default\ntuser.dat | |
| reg add "HKLM\DEFAULT\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v PreInstalledAppsEnabled /t REG_DWORD /d 0 /f | |
| reg add "HKLM\DEFAULT\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v OemPreInstalledAppsEnabled /t REG_DWORD /d 0 /f | |
| reg unload HKLM\DEFAULT | |
| echo Removing useless windows components & echo. |
| #!/usr/bin/env python | |
| # This script is meant to be used with bitcoin_fork_claimer: https://github.com/ymgve/bitcoin_fork_claimer | |
| # The outputs of this script are the inputs to that script. | |
| # Python 2.x is required | |
| import urllib2 | |
| import json | |
| import sys | |
| import collections |