Your code won't work in a browser either. If you replace the "span" tags
with "p" tags it will work.
- Original Message -
From: "Rebecca" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, July 26, 2005 7:01 PM
Subject: [iText-questions] Re: HTMLWorker and ColumnText
> I don't think I can attach f
I don't think I can attach files through this, and I'm at work, so I can only
post here. Here is an isolated example of what I am seeing.
*this is the same length as the text in my
report that i really want to used here please.
ABCDEFGHIJKLMNOPQRSTUVWXYZ AGAIN OVER AND OVER
AGAIN
At 09:19 AM 7/26/2005, sreeram ramesh kumar wrote:
My job is to ensure that the pdf
files we accept should not have any font that is not licensed.
I am not trying to use any non licensed font.
Understood...
Based on the explanation given
by you, can I assume that I dont have to check
Hans-Werner Hilse sub.uni-goettingen.de> writes:
>
> Hi,
>
> On Wed, 20 Jul 2005 22:38:37 -0500
> "Worley, John C" lmco.com> wrote:
>
> > The window that opens in a new browser window where the PDF
> > should appear displays the text: "Error 500: Can't connect to X11 window
> > server using '
itext developer:
Hi!
I write some code about the editor in java and
I want to export the edited text to the pdf file.
javax.swing.JEditorPane or javax.swing.JTextPane, you
know, support the StyledDocument and offer a API
getDocument() which they extends from the
javax.swing.text.JText
Thanks for the clarification Mark.
Much appreciated!
Mark Hall wrote:
On Monday 25 July 2005 22:47, gyannuzzi wrote:
Hello, I am new to itext, and I downloaded the 1.3 jar and have been
working through the examples. In the rtf tutorial, the
RtfTotalPageNumber class seems to be missing from m
You must close a path before starting the text. This is wrong:
moveTo
lineTo
beginText
...
endText
circle
stroke
This is right:
beginText
...
endText
moveTo
lineTo
circle
stroke
This is also right:
moveTo
lineTo
stroke
beginText
...
endText
circle
stroke
- Original Message -
From:
re Hello !
Is there some other samples with external signing ?
Eric FASSEL
=== le 26/07/2005, 12:41:26 vous écriviez: ===
>The examples use a pkcs12 file because something had to be used to generate
>the external signature. In your case you'll use something else to produce
>that sign
Hello there,
I'm trying to produce graphical representations of some data together with
accompanying text that is represented as mere paragraphs.
My graphical representations involves axis and (String) labels on these axis.
My inspiration for drawing labels was file "align2.java" in Paulo's ex
Hi,
Thanks for the reply.
My job is to ensure that the pdf files we accept should not have any font that is not licensed.
I am not trying to use any non licensed font.
Based on the explanation given by you, can I assume that I dont have to check the licenses of the fonts used in a pdf docum
The examples use a pkcs12 file because something had to be used to generate
the external signature. In your case you'll use something else to produce
that signature.
- Original Message -
From: "fassel eric" <[EMAIL PROTECTED]>
To: "Paulo Soares" <[EMAIL PROTECTED]>; "itext-questions"
Sen
re-Hello
All the samples in the "How to sign a PDF" are with pkcs12 file. And with a
smartcard it's impossible to obtain the 'PrivateKey', but it's possible to sign
(with iaik java lib) a Hash code, is there a way to put this signature in the
PDF ? Perhaps is similar the DSE200 sample ?.
Than
hi,
i have one issue ragarding PDF formating..
We have 2 part in PDF one is Header Part and other one is Body Part of PDF.
In the Body part of PDF when the data is exceeding and its going to the next page.At that time one
Line(straight line like "" this)is coming at the
On Monday 25 July 2005 22:47, gyannuzzi wrote:
> Hello, I am new to itext, and I downloaded the 1.3 jar and have been
> working through the examples. In the rtf tutorial, the
> RtfTotalPageNumber class seems to be missing from my download. I
> downloaded the jar twice and extracted to make sure.
On Monday 25 July 2005 20:14, Sergey Vlasov wrote:
> When you plan to checkin the code changes around the Stylesheet? Are you
> going to support .css files? Have you look into using W3C CSS SAC API?
Not this week and then I'm on holiday for two weeks, so I'll be looking into
it in August.
I'm a b
15 matches
Mail list logo