Skip to content

Commit

Permalink
Merge pull request #5 from AndreKelling/AndreKelling-patch-1
Browse files Browse the repository at this point in the history
Update jspdf-template.md
  • Loading branch information
AndreKelling authored Feb 15, 2024
2 parents 054987d + 042b2dc commit 861af18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/content/works/jspdf-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ project:
- { image: "content/jspdf-codelines", title: a glance into the code }

seo:
title: jsPDF template
title: jsPDF templates
description: Well designed custom PDF printing with JS
---
With the help of the <a href="https://github.com/MrRio/jsPDF" rel="nofollow noreferrer noopener" target="_blank" title="JavaScript Library">jsPDF</a> library by MrRio i relaunched my Invoice Design with the mighty power of JavaScript code.<br />
With the help of the <a href="https://github.com/MrRio/jsPDF" rel="nofollow noreferrer noopener" target="_blank" title="JavaScript Library">jsPDF</a> library by MrRio i relaunched my Invoice Design with the power of JavaScript code.<br />
Printing PDF's with code was and is a little nightmare. PDF's are created with PostScript and that doesn't works well with any Markup language like HTML.

This will simply improve my speed in writing invoices. Hopefully i will do write a lot.<br />
Served with integrated SVG graphics is gentle on resources. Because of the optimized datasize ~100kb instead of delivering several mb's sized documents.

This template gots what it needs to restructure it as a simple letter. As it's <a href="https://en.wikipedia.org/wiki/DIN_5008" rel="nofollow noreferrer noopener" target="_blank" title="DIN 5008 german letter standart">DIN 5008</a> conform.<br />
Here you can test this out <a href="https://andrekelling.github.io/jspdf-template/" rel="noreferrer noopener" target="_blank" title="to github page">https://andrekelling.github.io/jspdf-template/</a>
Here you can test this out <a href="https://andrekelling.github.io/jspdf-template/" rel="noreferrer noopener" target="_blank" title="to github page">https://andrekelling.github.io/jspdf-template/</a>.

With some tweaks here and there I can do apply your design on this and connected to a User Interface which could deliver data into the creation-code you could print your stuff in your own digital writing paper.
I made another fine creation for a Dymo label-printer in size 36x59mm <a href="https://andrekelling.github.io/jspdf-template-labelprint/" rel="noreferrer noopener" target="_blank" title="to github page">https://andrekelling.github.io/jspdf-template-labelprint/</a>.

0 comments on commit 861af18

Please sign in to comment.