A4 - Printer [Solved]
Posted
#1
(In Topic #1041)
Trainee
I would like to print some richtext that spans across multiple pages (A4). Is it possible to do this with the printer component?
Code (gambas)
- Paint.DrawRichText(titre & ligne_separation & saut_ligne & contenu_note, 960, 400, Paint.Width - 2 * 960)
→ My text exceeds the height of one A4 page. How can I generate the additional pages?
Posted
Guru

Posted
Trainee
I have found the solution, I am dividing my string's length relative to a page.
1 guest and 0 members have just viewed this.




