change CV file name
This commit is contained in:
parent
4c8e1460fb
commit
5b9e18d425
@ -139,7 +139,7 @@ function generateResume() {
|
|||||||
// html2pdf.js options
|
// html2pdf.js options
|
||||||
let opt = {
|
let opt = {
|
||||||
margin: 0,
|
margin: 0,
|
||||||
filename: 'myResumeCV-dark.pdf',
|
filename: 'CV.pdf',
|
||||||
image: { type: 'jpeg', quality: 0.98 },
|
image: { type: 'jpeg', quality: 0.98 },
|
||||||
html2canvas: { scale: 4, useCORS: true },
|
html2canvas: { scale: 4, useCORS: true },
|
||||||
jsPDF: { format: 'a4', orientation: 'portrait' }
|
jsPDF: { format: 'a4', orientation: 'portrait' }
|
||||||
@ -149,7 +149,7 @@ function generateResume() {
|
|||||||
// html2pdf.js options
|
// html2pdf.js options
|
||||||
let opt = {
|
let opt = {
|
||||||
margin: 0,
|
margin: 0,
|
||||||
filename: 'myResumeCV-light.pdf',
|
filename: 'CV.pdf',
|
||||||
image: { type: 'jpeg', quality: 0.98 },
|
image: { type: 'jpeg', quality: 0.98 },
|
||||||
html2canvas: { scale: 4, useCORS: true },
|
html2canvas: { scale: 4, useCORS: true },
|
||||||
jsPDF: { format: 'a4', orientation: 'portrait' }
|
jsPDF: { format: 'a4', orientation: 'portrait' }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user