heldenssjoerd
Member
Using pdfdocument with the canvas to create a PDF file.
However we would like to add a barcode font/text at the PDF.
Typeface:
And adding it to the page
But the line stays blanc, no errors. Any thoughts?
However we would like to add a barcode font/text at the PDF.
Typeface:
B4X:
Dim Barcode As Typeface
Barcode = Typeface.LoadFromAssets("IDC128L.TTF")
And adding it to the page
B4X:
pdf.Canvas.DrawText("Barcode content",iLeft,iTop,Barcode.DEFAULT,iLettersize,Colors.Black,"LEFT" )
But the line stays blanc, no errors. Any thoughts?