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
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
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
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
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
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
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)
???
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
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
Hi all !
I hope you can help me.
Im using HtmlWorker in order to parse an HTML document to PDF. But in the
resulting PDF Im 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
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
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
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
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
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
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
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
[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
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
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
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
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
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
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
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.
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
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
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
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
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:
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
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
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
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
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
hi,
what is 'leading' parameter
in ColumnText.setSimpleColumn() function ? what is its significance ? thanking
you in advance.
yours,
dc.
36 matches
Mail list logo