[iText-questions] Relative position of an Image

2012-06-05 Thread Sujit Pattanayak
Hello, I would like insert an image in a PDF relative to a paragraph, meaning I don't want to fix the position with x and y coordinates. If a particular paragraph appears on line 10, I want to insert the image at the same line right before the 1st character of the paragraph (some thing like a check

[iText-questions] Interactive XHTML form and XMLWorker

2012-06-05 Thread Sujit Pattanayak
Hello, I have a form built using XHTML and it contains few interactive elements like radio button, checkbox etc. I would like to convert this form to a PDF for the user to print. Is it possible to do this using XMLWorker? Also, is XMlWorker free or it's licensed? Thanks,Sujit

[iText-questions] Support for merging PDFs and 508 Accessibility Tags

2012-06-05 Thread James Gittelson
Is there any support, future, pending, current, or paid, for retaining accessibility tags in PDF files when merging? I am using iText 5.2.1. I am using Java 1.6.0_26. I have written code to merge two files, see source below. Using Adobe Reader Pro X, I have verified that my two source files h

Re: [iText-questions] Doubt while parsing HTML to PDF

2012-06-05 Thread Alexis Pigeon
Hi Aritz, On 5 June 2012 16:08, Aritz Muniáin Sánchez < aritz.muni...@bpmsoasolutions.com> wrote: > Hi Alexis! > > ** ** > > First of all thanks, but with XML worker I obtain the same result. I mean, > there are some tags in my html with style inside ( for example tr with a > width property)

Re: [iText-questions] Doubt while parsing HTML to PDF

2012-06-05 Thread Aritz Muniáin Sánchez
Hi Alexis! First of all thanks, but with XML worker I obtain the same result. I mean, there are some tags in my html with style inside ( for example tr with a width property) and when getting the final pdf, all columns have the same width. Isn’t any way to preserve these embedded styles??

Re: [iText-questions] Doubt while parsing HTML to PDF

2012-06-05 Thread Alexis Pigeon
Hi Aritz, On 5 June 2012 12:16, Aritz Muniáin Sánchez < aritz.muni...@bpmsoasolutions.com> wrote: > Hi all ! > > ** ** > > ** ** > > I hope you can help me. > > ** ** > > I’m using HtmlWorker in order to parse an HTML document to PDF. But in the > resulting PDF I’m missing some styles whi

[iText-questions] Doubt while parsing HTML to PDF

2012-06-05 Thread Aritz Muniáin Sánchez
Hi all ! I hope you can help me. I’m using HtmlWorker in order to parse an HTML document to PDF. But in the resulting PDF I’m missing some styles which are included in the HTML tags. So, for example, If I have an html paragraph with an specific font or things like that, in the result