0

How can i add a new line in eztable cell text? I tried that I change \n to \n\r but it isn't works.

Maybe that the orignal ezpdf eztable works, because may someone made modified of this.

Thx.

user1949713
  • 101
  • 1
  • 1
  • 8

1 Answers1

1

Maybe you use single quote (') while setting up a new line for the text. You should try replacing the single quote (') with the double one (") when using \n. It worked for me.

Raa
  • 48
  • 4