adding "By Craig Paardekooper"
This commit is contained in:
@@ -8,6 +8,7 @@ class PdfCreator {
|
|||||||
return {
|
return {
|
||||||
content: [
|
content: [
|
||||||
PdfCreator.#getPageHeading(heading),
|
PdfCreator.#getPageHeading(heading),
|
||||||
|
{ text: 'By Craig Paardekooper', alignment: 'center', margin: [0, 0, 0, 20] },
|
||||||
...PdfCreator.#getWorstDrugsSection(symptom, valueName),
|
...PdfCreator.#getWorstDrugsSection(symptom, valueName),
|
||||||
...PdfCreator.#getStrongestSymptomsSection(vaccine),
|
...PdfCreator.#getStrongestSymptomsSection(vaccine),
|
||||||
PdfCreator.#link2Origin(heading)
|
PdfCreator.#link2Origin(heading)
|
||||||
@@ -20,7 +21,7 @@ class PdfCreator {
|
|||||||
text: heading,
|
text: heading,
|
||||||
fontSize: 18,
|
fontSize: 18,
|
||||||
alignment: 'center',
|
alignment: 'center',
|
||||||
margin: [0, 0, 0, 20],
|
margin: [0, 0, 0, 10],
|
||||||
bold: true
|
bold: true
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user