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

2012-06-08 Thread Aritz Muniáin Sánchez
nt (paragraph, table...) that the cell has inside itself? -Mensaje original- De: iText Info [mailto:i...@1t3xt.info] Enviado el: miércoles, 06 de junio de 2012 11:46 Para: Post all your questions about iText here Asunto: Re: [iText-questions] Doubt while parsing HTML to PDF Op 6/06/2012

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

2012-06-06 Thread iText Info
Op 6/06/2012 10:58, Aritz Muniáin Sánchez schreef: > Anyway, by using one of those editor you mentioned, the result while parse > with XMLWorker will be correct? Not necessarily. It depends on what you need. The version of XML Worker that is available in the SVN trunk (that's the not yet release

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

2012-06-06 Thread Aritz Muniáin Sánchez
1t3xt.info] Enviado el: miércoles, 06 de junio de 2012 10:38 Para: Post all your questions about iText here Asunto: Re: [iText-questions] Doubt while parsing HTML to PDF Op 6/06/2012 10:17, Aritz Muniáin Sánchez schreef: > I understand what you are saying, but, the HTML code comes to me from

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

2012-06-06 Thread iText Info
Op 6/06/2012 10:17, Aritz Muniáin Sánchez schreef: > I understand what you are saying, but, the HTML code comes to me from a > WYSIWYG embedded editor in our application. It's a crappy WYSIWYG editor. Try replacing it with TinyMCE or CKEditor. > Could be possible to transform this HTML in other

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

2012-06-06 Thread Aritz Muniáin Sánchez
understand the difference in style declaration. Thanks in advance!! -Mensaje original- De: Amedee Van Gasse [mailto:amedee-it...@amedee.be] Enviado el: miércoles, 06 de junio de 2012 9:34 Para: itext-questions@lists.sourceforge.net Asunto: Re: [iText-questions] Doubt while parsing HTML to PDF

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

2012-06-06 Thread Amedee Van Gasse
On Tue, June 5, 2012 16:51, Aritz Muniáin Sánchez wrote: > Hi Alexis, > > > > First, this is the HTML code I want to convert to pdf (it’s an example): > > > > name="table_o2T"> face=TimesNewRoman> sadadasd style="width:10%">   style="width:10%">    color=#ff>asdasd ad   style="BACKGROUND-C

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
??? Thanks and regards De: Alexis Pigeon [mailto:pigeon.ale...@gmail.com] Enviado el: martes, 05 de junio de 2012 14:40 Para: Post all your questions about iText here Asunto: Re: [iText-questions] Doubt while parsing HTML to PDF Hi Aritz, On 5 June 2012 12:16, Aritz Muniáin Sánchez

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

[iText-questions] Doubt in itextsharp

2011-07-13 Thread Arun Vofox Solutions
Hi programmers, 1)I am using itextsharp to write a pdf. I am reading a pdf with text contents and I am writing a header and footer(watermark) to the same pdf. But when I write the pdf with header and footer , the footer overwrites the contents in the pdf. 2)Can I read the contents in one pdf a

Re: [iText-questions] doubt regarding RTF

2009-08-08 Thread 1T3XT info
Surya Bhaskar wrote: > So please help me in sloving this problem ( may be by providing correct > jar file and instructions to successfully execute this program) This is the official download page: http://1t3xt.com/downloads/binaries.php You need to download the iText jar as well as itext-rtf.jar

[iText-questions] doubt regarding RTF

2009-08-08 Thread Surya Bhaskar
Respected Sir, I am surya bhaskar. I am doing a project which produces an RTF document after user registration. I have seen your itext-rtf API..I have downloaded the itext-rtf-2.1.7.jar file I have seen the example code that u have given in the website. import java.io.FileNotFoundExcepti

Re: [iText-questions] Doubt about SetMargins in a new pdf doc

2009-07-19 Thread 1T3XT info
Jose Luis Abuelo Sebio wrote: > Any ideas of what I am doing wrong, or how I can reduce the left and top > margins in a pdf document? It's Sunday, I've already been making two examples to get if allegations claiming that "something doesn't work" are true. Two times, I found out that "everything w

[iText-questions] Doubt about SetMargins in a new pdf doc

2009-07-15 Thread Jose Luis Abuelo Sebio
Good morning all I started to use Itext to produce a PDF doc that will print a java.awt.Image in it. Following the instructions of the tutorial and some advises I found in google finally I got my pdf doc showing the image. However I have a problem withe the top and right margins of the

[iText-questions] Doubt in PdfPCellEvent

2009-05-31 Thread sujikin
In the below test case, I have applied the cell event to the first row, but it affects all the rows and cells except on which it is called. class DashExample implements PdfPCellEvent { public void cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canv

Re: [iText-questions] Doubt in PdfPCellEvent

2009-05-31 Thread sujikin
Hi, Below is the corrected code. There was no use of position variable and the border of other cells were not set to NO_BORDER earlier. class DashExample implements PdfPCellEvent { public void cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canva

Re: [iText-questions] Doubt regarding conversion from xml to pdf

2008-10-22 Thread 1T3XT info
[EMAIL PROTECTED] wrote: > > Hi, > > I am trying to generate a pdf using XML. through iText.In the XML when I > add table tagit is giving ClassCastException.Infact for any nested tags > it is giving this exception. > > Please let me know how to handle this. > _java.lang.ClassCastException_: co

[iText-questions] Doubt regarding conversion from xml to pdf

2008-10-22 Thread dwitiya . sawant
Hi, I am trying to generate a pdf using XML. through iText.In the XML when I add table tagit is giving ClassCastException.Infact for any nested tags it is giving this exception. Please let me know how to handle this. java.lang.ClassCastException: com.lowagie.text.Table Thanks, Dwitiya Vishwan

[iText-questions] Doubt about itext like HTML converter

2006-11-10 Thread Ten Waleska
Hi, I'm using itext to convert from html to pdf. I've experienced problems with some html tags like "margin-top" and "margin-left". I'd like to know what tags the parser can interpret. I'm sending you an archive that I use as a model. Waleska Núcleo de Estudos de Software Livre - NESOL Departame

Re: [iText-questions] Doubt regarding the iText DTD

2005-02-01 Thread bruno
Saravanabava, Gugan (IE10) wrote: <> 1. Where can i find out the list of values for *font *attribute of iText XML especially the value corresponding to arial font ( I couldn't find it in iText DTD ) Look at method public static Font getFont(Properties attributes) in http://itext.sourceforge.net

[iText-questions] Doubt regarding the iText DTD

2005-02-01 Thread Saravanabava, Gugan (IE10)
hi,       I have a requirement of converting XML to PDF. I am using iText for this purpose.  I have two main issues regarding the iText DTD.     1. Where can i find out the list of values for font attribute of iText XML especially the value corresponding to arial font ( I couldn't find it in

[iText-questions] Doubt-iText

2005-01-06 Thread Nagaraj Palanichamy
Dear Sir, First of all i am very proud to say i am one of the User of iText product.Actually i want one feature for my project. That is , i have one keyword say "Hello world". It is present in my pdf file , 5th page(assumption).If i will pass this keyword from my java program, my

RE: [iText-questions] doubt

2003-10-16 Thread Carmona Perez, David
Sankar,   It compiles OK for me with that version.  Which errors exactly do you have?   David   -Mensaje original- De: Gopalakrishnan Sankar [mailto:[EMAIL PROTECTED] Enviado el: jueves, 16 de octubre de 2003 9:07 Para: [EMAIL PROTECTED] Asunto: [iText-questions

RE: [iText-questions] doubt

2003-10-16 Thread Paulo Soares
What errors? Best Regards, Paulo Soares > -Original Message- > From: Gopalakrishnan Sankar [SMTP:[EMAIL PROTECTED] > Sent: Thursday, October 16, 2003 8:07 > To: [EMAIL PROTECTED] > Subject: [iText-questions] doubt > > hi, > i am a developer at accelicim.

[iText-questions] doubt

2003-10-16 Thread Gopalakrishnan Sankar
hi, i am a developer at accelicim.com i jus want to know the software to compile  this package and classes associated with it com.lowagie.text.pdf.PdfWriter as with j2sdk1.4.1 at compilation i get errors jus support me regarding this GKWant to chat instantly with your online friends? Get the FREE

RE: [iText-questions] Doubt regarding default values

2003-09-23 Thread Paulo Soares
van [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, September 23, 2003 0:44 > To: '[EMAIL PROTECTED]' > Subject: [iText-questions] Doubt regarding default values > > Hi, >I have some PDF files which have a default value set for most fields. > I'm writing a prog

[iText-questions] Doubt regarding default values

2003-09-22 Thread Chandrashekar Raghavan
Hi,   I have some PDF files which have a default value set for most fields. I'm writing a program to clear up all the default values. Could somone pls. tell me how I can clear up the default values in the form fields and then save the form.Now, this what I have done till now (this code writt

[iText-questions] Doubt on Measurement units

2003-07-24 Thread Jaladurgam, Ramana
Title: Message I found from the documentation that the measurement units are points and 72pts = 1inch. But, the results I am getting are different.     I wrote the following code: //Document initialization stuff    Document lPdfDocument = new Document();    PdfWriter

RE: [iText-questions] Doubt about PdfPTable

2003-01-21 Thread Paulo Soares
If you are using writeSelectedRows( ) then it's your responsability to break and position the table. Best Regards, Paulo Soares > -Original Message- > From: Deepak Chandrasheker [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, January 21, 2003 9:00 > To: iText > Subject:

[iText-questions] Doubt about PdfPtable

2003-01-21 Thread Deepak Chandrasheker
hi,     is it not possible to have the table split to a seperate page when using the PdfPTable class ? the table that i generate using PdfPTable seems to end at the end of the page. i am using writeSelectedRows( ) method to display the table. if i use document.add( ) method, the table is spl

[iText-questions] Doubt about PdfPTable

2003-01-21 Thread Deepak Chandrasheker
hi,     is it not possible to have the table split to a seperate page when using the PdfPTable class ? the table that i generate using PdfPTable seems to end at the end of the page. i am using writeSelectedRows( ) method to display the table. if i use document.add( ) method, the table is sp

Re: [iText-questions] Doubt

2003-01-19 Thread Paulo Soares
Your definition is from the java awt, not the pdf. Best Regards, Paulo Soares - Original Message - From: "David Thielen" <[EMAIL PROTECTED]> To: "iText" <[EMAIL PROTECTED]> Sent: Saturday, January 18, 2003 18:14 Subject: Re: [iText-questions] Doubt > I hes

Re: [iText-questions] Doubt

2003-01-18 Thread David Thielen
MAIL PROTECTED]> > To: "iText" <[EMAIL PROTECTED]> > Sent: Saturday, January 18, 2003 4:12 > Subject: [iText-questions] Doubt > > > > hi, > > > > what is 'leading' parameter in ColumnText.setSimpleColumn() function > > ? what is

Re: [iText-questions] Doubt

2003-01-18 Thread Paulo Soares
The distance between lines, baseline to baseline. The definition is different from awt. Best Regards, Paulo Soares - Original Message - From: "Deepak Chandrasheker" <[EMAIL PROTECTED]> To: "iText" <[EMAIL PROTECTED]> Sent: Saturday, January 18, 2003 4:12

[iText-questions] Doubt

2003-01-17 Thread Deepak Chandrasheker
hi,       what is 'leading' parameter in ColumnText.setSimpleColumn() function ? what is its significance ? thanking you in advance.   yours, dc.