Summary
- test generate barcode label (details)
- test generate barcode label 2 (details)
- test generate barcode label 3 (details)
- test generate barcode on ui how it behave (details)
- test generate barcode on svg document via toBuffer (details)
- fix toBuffer error on generating svg (details)
- replace toBuffer with toDataURL and atob on generating svg (details)
- replace toBuffer with toDataURL and atob on generating svg and wrap in ClientOnly (details)
- look into the contain and mimetype of datauri (details)
- try change mimetype to image/svg+xml (details)
- revert back to toBuffer('image/svg+xml') (details)
- test using extractImageFromDataUrl (details)
- test using addImage (details)
- test using addImage2 (details)
- test using addPage (details)
- test using addPage 2 (details)
- set page 1 html and page 2 manual text and barcode and remove page 1 (details)
- test example 3 texts and one barcode on single page (details)
- test example 3 texts and one barcode on single page 2 (details)
- applied inoutline data to label text and barcode (details)
- applied inoutline data to label text and barcode with warning (details)
- convert number into string for pdf render text (details)
- correcting the pdf page (details)
- correcting the pdf page 2 (details)
- correcting the pdf page 3 (details)