Update server:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"codigoUnicoValidacion": "0", | |
"rips": { | |
"numDocumentoIdObligado": "530520110", | |
"numFactura": "BTA6975304", | |
"tipoNota": "", | |
"numNota": "", | |
"usuarios": [ | |
{ | |
"tipoDocumentoIdentificacion": "CC", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.56/pdfmake.min.js"></script> | |
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.56/vfs_fonts.js"></script> | |
</head> | |
<body> | |
<script type="text/javascript"> | |
function downloadPdf() { | |
var docDefinition = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="app"> | |
<h1>Webp supported: {{ webpSupported ? 'Yes' : 'No' }}</h1> | |
<!-- Show the chair photo --> | |
<img | |
:src="transformImgExt('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1055221/chair_1000.png')" | |
width="150px" | |
/> | |
<!-- Show the dog photo --> |