Re: Weird content stream in ImageToPDF

2016-05-30 Thread Tilman Hausherr
The build works fine, and in it the numbers are written correctly. I also looked at the source code, which looks fine to me. Very weird. Tilman Am 30.05.2016 um 18:14 schrieb Tilman Hausherr: Weird content stream in PDF created by ImageToPDF: q 2 , 598 0 0 3 , 543 20 20 cm /Im1 Do Q

Re: Weird content stream in ImageToPDF

2016-05-30 Thread Tilman Hausherr
I think I got it. The problem is the grouping of large numbers, i.e. 1234 must not appear in "US style" as 1,234 so setGrouping is set to false. However this isn't done for the abstract class. @Maruan - either you'll have to set it for the abstract class too, or you'll need a common field.

Re: Weird content stream in ImageToPDF

2016-05-30 Thread Maruan Sahyoun
thanks - will fix it tomorrow morning when I'm back. BR Maruan > Am 30.05.2016 um 20:59 schrieb Tilman Hausherr : > > I think I got it. The problem is the grouping of large numbers, i.e. 1234 > must not appear in "US style" as 1,234 so setGrouping is set to false. > > However this isn't done f

Re: Weird content stream in ImageToPDF

2016-05-30 Thread Maruan Sahyoun
Hi, > Am 30.05.2016 um 21:41 schrieb Maruan Sahyoun : > > thanks - will fix it tomorrow morning when I'm back. > > BR > Maruan > >> Am 30.05.2016 um 20:59 schrieb Tilman Hausherr : >> >> I think I got it. The problem is the grouping of large numbers, i.e. 1234 >> must not appear in "US style"

Re: Weird content stream in ImageToPDF

2016-05-31 Thread Tilman Hausherr
Am 31.05.2016 um 08:29 schrieb Maruan Sahyoun: Hi, Am 30.05.2016 um 21:41 schrieb Maruan Sahyoun : thanks - will fix it tomorrow morning when I'm back. BR Maruan Am 30.05.2016 um 20:59 schrieb Tilman Hausherr : I think I got it. The problem is the grouping of large numbers, i.e. 1234 must n