Re: [iText-questions] Problems replacing tokens in Foreign text extracted from an acrofield

2008-07-15 Thread Paulo Soares
Call AcroFields.addSubstitutionFont() with a font with the Russian glyphs, like arial.ttf, and then set the field. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of markquest > Sent: Tuesday, July 15, 2008 12:17 PM > To: itext-questions@li

[iText-questions] Question

2008-07-15 Thread huda albar
Hi ,   I need to know how can i install iText Tool to convert web pages in aspx to pdf? I am waiting your update.     - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Lin

Re: [iText-questions] What is the difference between PDF/A and PDF/X? Which one does iText produce?

2008-07-15 Thread Sr. Miguel
And, after you have produced your PDF you can use the preflight tool from Acrobat to have sure that your PDF adheres to the standard you want.> Date: Tue, 15 Jul 2008 09:32:08 +0200> From: [EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net> Subject: Re: [iText-questions] What is the

Re: [iText-questions] problem in generating straight line using itext

2008-07-15 Thread Howard Shank
It sounds like your line is being partially covered by the background of the text bounding box fro the text above. Try moving your line down further if there is text before it. Howard Shank - Original Message From: Maanu <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net S

[iText-questions] Problems replacing tokens in Foreign text extracted from an acrofield

2008-07-15 Thread markquest
Hi, I have a PDF containing various acrofields. Each acrofield contains default text in Russian with some tokens embedded in it (i.e. <<>>). Within my java code I read the acrofield default text into a string, attempt to replace the tokens within the String with my own text, and then write it back

[iText-questions] problem in generating straight line using itext

2008-07-15 Thread Maanu
I have created the straight Line with “Width = 2f, Percentage = 100f and Color = 00” using the following code “Graphic horizontalLine = new Graphic(); horizontalLine.setHorizontalLine(2f, 100f, 00));” but the width of the line depends on the previous and next line values i.e. if we do

[iText-questions] indenting PdfPTable in MultiColumnText

2008-07-15 Thread jb
hello, i've found an old post about the possibility of indenting a table by wrapping it into a paragraph. in my case i need to indent my table in a multicolumn text, and if i put the table in a paragraph first, the table disappears. try { PdfPTable t = new PdfPTable(2);

Re: [iText-questions] Tracking coordinates in PDF document

2008-07-15 Thread 1T3XT info
kishorekandavalli wrote: > i am generating placeholder in the image generated by rendering pdf qoppa it > will have some coordinates. By placeholder, do you mean a button in an AcroForm with an image as icon? > i a passing the same coordinates while > manipulating pdf document using iText but the

Re: [iText-questions] Tracking coordinates in PDF document

2008-07-15 Thread kishorekandavalli
i am generating placeholder in the image generated by rendering pdf qoppa it will have some coordinates.i a passing the same coordinates while manipulating pdf document using iText but these coordinates are not placing the placeholder at right place. 1T3XT info wrote: > > kishorekandavalli wrote

Re: [iText-questions] iText 2

2008-07-15 Thread 1T3XT info
achtal wrote: > Which iText 1.4.5 we can read ths value with the FdfReader. With the new > version we cant do it anymore. I've just tried this example: http://1t3xt.info/examples/browse/?page=example&id=250 It works for me! If you are saying it doesn't work, it's your work against mine. Only I c

Re: [iText-questions] Q about spacing before in the first paragraph of a new page

2008-07-15 Thread 1T3XT info
Robert Baruch wrote: > If I set the first paragraph in a page to have a spacingBefore value > set, I've noticed that the paragraph does not actually obey the space > before. Here is some code to demonstrate: > > Bug? Feature? It's deliberately implemented that way. I believe this behavior is id

Re: [iText-questions] Tracking coordinates in PDF document

2008-07-15 Thread 1T3XT info
kishorekandavalli wrote: > Hi, I want to how to track the coordinates in pdf document.i am passing > the same coordinates whatever i am getting in jsp page. but these > coordinates are differing in PDF document. If anyone worked on this send > me sample code. You want to know how to track "the

Re: [iText-questions] Regarding XML Support

2008-07-15 Thread 1T3XT info
Deepak Sharma wrote: > Hii, > > I am using itext for PDF conversion and its working great. Thanks to Itext > team. > I want to know whether itext give support to xml conversion also..? > I mean from any format to xml.. The book "iText in Action" contains several examples that illustrate how to c

Re: [iText-questions] What is the difference between PDF/A and PDF/X? Which one does iText produce?

2008-07-15 Thread 1T3XT info
Sumeet Gupta wrote: > hi, > > I have generated a PDF using iText version 2.0.8. However, i want to know as > to which PDF standard does this PDF conform to. iText can generate 'normal PDF' as well as PDF/A and PDF/X. Doesn't it say in your assignment which standard you have to adhere to? The A i

[iText-questions] What is the difference between PDF/A and PDF/X? Which one does iText produce?

2008-07-15 Thread Sumeet Gupta
hi, I have generated a PDF using iText version 2.0.8. However, i want to know as to which PDF standard does this PDF conform to. Thanks -- View this message in context: http://www.nabble.com/What-is-the-difference-between-PDF-A-and-PDF-X--Which-one-does-iText-produce--tp18458617p18458617.html

[iText-questions] Regarding XML Support

2008-07-15 Thread Deepak Sharma
Hii, I am using itext for PDF conversion and its working great. Thanks to Itext team. I want to know whether itext give support to xml conversion also..? I mean from any format to xml.. I will look forward to your response. Thanks & Regards Deepak Sharma

[iText-questions] Tracking coordinates in PDF document

2008-07-15 Thread kishorekandavalli
Hi, I want to how to track the coordinates in pdf document.i am passing the same coordinates whatever i am getting in jsp page. but these coordinates are differing in PDF document. If anyone worked on this send me sample code. -- View this message in context: http://www.nabble.com/Tracking-c