Copy source from custom laucheukhim jsPDF repository and just paste it to the Dev Console.
const { jsPDF } = window.jspdf;Copy source from custom laucheukhim jsPDF repository and just paste it to the Dev Console.
const { jsPDF } = window.jspdf;| {"UserAgents":[{"append_to_default_ua":false,"badge":"","getUserAgentString":{},"group":"Chrome","is_managed":false,"is_preset":true,"key":"c_1","show_in_list":false,"title":"Default","ua_string":"","vendor":""},{"append_to_default_ua":false,"badge":"CAM","getUserAgentString":{},"group":"Chrome","is_managed":false,"is_preset":false,"key":"c_15","show_in_list":false,"title":"Chrome - Android Mobile","ua_string":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Mobile Safari/537.36","vendor":"Google"},{"append_to_default_ua":false,"badge":"CAM High","getUserAgentString":{},"group":"Chrome","is_managed":false,"is_preset":false,"key":"c_16","show_in_list":false,"title":"Chrome - Android Mobile(high-end)","ua_string":"Mozilla/5.0 (Linux; Android 10; Pixel 4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Mobile Safari/537.36","vendor":"Google"},{"append_to_default_ua":false,"badge":"CAT","getUserAgentString":{},"group":"Chrome","is_managed":fal |
| Import-Module MSOnline | |
| $securePassword = ConvertTo-SecureString -String $adminPassword -AsPlainText -Force | |
| $cred = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList $adminUpn, $securePassword | |
| Connect-MsolService -Credential $cred | |
| Set-MsolUser -UserPrincipalName $userUpn -StrongAuthenticationMethods @() |
| function handleGit { | |
| param ( | |
| [Parameter( | |
| Mandatory=$true, | |
| ValueFromRemainingArguments=$true)] | |
| [string[]]$args | |
| ) | |
| git $args | |
| } | |
| Set-Alias g handleGit |
| param([switch]$elevated) | |
| # 💡 Enter your VPN and KMS server addresses: | |
| $VPN_ADDRESS = 'vpn.address.com' | |
| $KMS_ADDRESS = 'kms.address.com' | |
| $OFFICE_DIR = 'C:\Program files\Microsoft Office\Office16\' | |
| # 👏 Based on: | |
| # https://gist.github.com/ALiangLiang/b66bc6eaeab420a5ff0c2b934c15451e | |
| # https://superuser.com/questions/108207/how-to-run-a-powershell-script-as-administrator |
| # Configure the MS SQL Server | |
| $backupRootFolder = "C:\Backup" | |
| $mainDbName = "DATABASE-NAME" | |
| $serverName = "SERVER-NAME" | |
| $daysOfBackup = 7 | |
| $queryTimeout = 120 | |
| $dayOfFullBackup = 'Friday' | |
| # Main script | |
| $dayOfWeek = (Get-Date).DayOfWeek |
This instruction provide steps to install and configure 64-bit ODBC driver for old version of PostgreSQL, setup a linked server connection in Microsoft SQL Server Management Studio, and run a sample SQL query. It includes downloading and installing the ODBC driver, configuring a new connection, setting advanced options, setting up the provider, creating a linked server connection, and running a SQL query to retrieve data from PostgreSQL.
Download and install psqlodbc_09_05_0400-x64.zip from PostgreSQL ODBC drivers.
%windir%\system32\odbcad32.exefont-patcher script.C:\Windows\Fonts.
You will get (probably) 4 files:
consola.ttf,consolab.ttf,consolai.ttf,consolaz.ttf.
apt-get install python3-fontforgeValueError: not enough values to unpack (expected 3, got 2) edit font-patcher to fix it.| /** | |
| * Returns a time-ordered UUID (UUIDv6). | |
| * | |
| * Tags: uuid guid uuid-generator guid-generator generator time order rfc4122 rfc-4122 postgres postgres8 | |
| */ | |
| CREATE OR REPLACE FUNCTION generate_uuid_v6() RETURNS VARCHAR(36) AS | |
| $$ | |
| DECLARE | |
| v_time TIMESTAMP WITH TIME ZONE; |
$ git --version
git version 2.25.1