[iText-questions] Regarding IText Support for XSL-FO

2008-12-01 Thread Nihar Bhatt
Hi , I want to know that does IText Support XSL-FO to PDF/TEXT/PRINT conversion like FOP does ? Thanking You, Nihar Bhatt (INDIA) - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the

[iText-questions] pdf signature problem on adobe reader 9

2008-12-01 Thread mustafahalil yildiz
Hi, I sign a pdf using the code below and then when I want to open it in adobe reader 8 or previous versions it works fine and I can see the signature but when I open it with adobe reader 9.0 I couldnt see the signature what can be the problem ? can anyone help me? byte[]

[iText-questions] epsg entry in gcs dictionary?

2008-12-01 Thread Matthias Uhler
hi, when i choose a wkt string for WGS84 as entry in a geographic coordinat system dictionary (iso 32000 supplement, p. 51) like this: dictionaryGCS.put(new PdfName(WKT),new PdfString(GEOGCS[...])); The georeferencing works great! Instead of using an wkt string I tried to change the entry to an

Re: [iText-questions] pdf signature problem on adobe reader 9

2008-12-01 Thread Leonard Rosenthol
Please provide a sample PDF that demonstrates the problem. Leonard On Dec 1, 2008, at 2:16 PM, mustafahalil yildiz wrote: Hi, I sign a pdf using the code below and then when I want to open it in adobe reader 8 or previous versions it works fine and I can see the signature but when I open

Re: [iText-questions] Re garding IText Support for XSL-FO

2008-12-01 Thread mister bean
iText is not a FOP engine. However, it is the library that is used in several FOP engines, such as the one in RenderX. ---mr. bean ntimesc wrote: Hi , I want to know that does IText Support XSL-FO to PDF/TEXT/PRINT conversion like FOP does ? Thanking You, Nihar Bhatt (INDIA)

[iText-questions] Image size in ColumnText

2008-12-01 Thread native.human
I am using ColumnText.addElement to add an Image object that I have run scalePercent on. It seems to be ignoring my scaling and making the image the width of the entire column. Seems like it might have to do with text mode vs. compsite mode, but I think I'm in composite mode. My code looks like

[iText-questions] Re gading Locking PDF file when created from editing from PdfWriter.

2008-12-01 Thread abhisheksinha
Hi All , I have a requirement that a pdf document that is generated using Itext , Cannot be edited by using PdfWriter. How can i lock the document from further writing once document had been generated. Please help. -- View this message in context: