jb wrote: > hi, > > i am trying to debug a minor bug in my > iText based application, and i get slightly > different result when i run my program > in "run mode" or in "debug mode" in Eclipse. > it is quite confusing, and so i cannot debug the > problems, that occur only in run mode... > > where can i find the responsible lines in the > iText source?
I don't think you have to look inside the iText source to find the culprit. I think you should look into your own code; more specifically the lines where you create the font "arialn.ttf". Apparently you have access to that file when creating tabs_run.pdf but not when creating tabs_debug.pdf. -- This answer is provided by 1T3XT BVBA ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
