Rai wrote: > Hi, > > I have to create PDF/A compliant pdf file on UNIX machine using iText. I am > using Arial.ttf as the embedded font for this. I am able to create the pdf > on UNIX machine. but when I tried to open the same in the Windows machine I > am getting error. > > If the file is created on the Windows machine then there is no problem. It > can be easily opened on the windows machine. > > Is it possible to create PDF/A compliant pdf file on UNIX machine and to > open it on the Windows machine without any error.
Yes, all examples on 1t3xt.info are tested both on Windows and Linux (Fedora). Maybe your path to arial.ttf was wrong and you are "eating" an exception somewhere. I see that you refer to it as "Arial.ttf"; maybe it's a problem about case sensitivity. That's just a guess; we don't know what your configuration and code look like. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
