Hi,
(B
(BI have a problem about an encoding
(Busing a Graphics2D object.
(B
(BThe Graphics2D object,
(Bwhich is created from PdfTemplate or PdfContentByte,
(Bis drawn by my own swing application.
(BThat application draw strings of various Japanese fonts.
(BBut only ascii characters are dra
Title: Nested lists in RTF document
While nesting list elements in RTF, the bullet for each level is the same.
It seens that it is not (yet) possible to change the bullet?
Is there any workarounds?
-Benny
Hi,
Just want to know whether iText can support svg (scalable vector
graphics)? Beside that, why the font underline is different with MS
Word, that means the space in between text and underine is larger than
in MS Word, i wonder how come the underline is not draw on the baseline
of a text, fro
I see sample code on lowagie.com for
convert html to pdf, but I cant see:
com.lowagie.text.html.SAXmyHtmlHandler
or com.lowagie.text.html.HtmlParser
in any itext version jar
Do you know an other java package for
convert html to pdf?
Joel Brueziere
-
Hi all
I have a problem with the cells. How can i align the cells dynamically ?
If the content is long (e.g. a Date-Object) then increase the cell and the
other way make the cell smaller if theres just a short Integer.
Can iText do this for me or must i implement this functionality by myself ?
g
Hi,
Can PdfContentByte handle hyperlink and marker setting? If can how to
do it? Thanks
Kathy
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
iTe
> -Original Message-
> From: kathy [SMTP:[EMAIL PROTECTED]
> Sent: Tuesday, October 07, 2003 23:12
> To: iText-FAQ
> Subject: [iText-questions] Can iText support svg?
>
> Hi,
>
> Just want to know whether iText can support svg (scalable vector
> graphics)? Beside that, why the f
The font must be registered and the encoding changed. For example:
DefaultFontMapper mapper = new DefaultFontMapper();
//read all the fonts in the directory
mapper.insertDirectory("c:\\winnt\\fonts");
//change the encoding of font "MS PGothic"
DefaultFontMapper.BaseFontParameters pp = mapper.getBa
You must implement it yourself.
Best Regards,
Paulo Soares
> -Original Message-
> From: Benjamin Müller [SMTP:[EMAIL PROTECTED]
> Sent: Tuesday, October 07, 2003 8:45
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] Variable Cell Width
>
> Hi all
>
> I have a problem with the
It can be done directly, there are methods in PdfContenByte to do it, but
the easiest way is to use a ColumnText.
Best Regards,
Paulo Soares
> -Original Message-
> From: kathy [SMTP:[EMAIL PROTECTED]
> Sent: Wednesday, October 08, 2003 0:53
> To: iText-FAQ
> Subject: [iText-questio
First of all you must read the pdf reference to understand the graphics
model. Then, you'll come to the conclusion that the only reliable way to
have all that flexibility is never to use stroke but only fill. Draw the
outline of your line and fill it.
Best Regards,
Paulo Soares
> -Original Me
See http://www.lowagie.com/iText/tutorial/ch06.html#resolution.
Best Regards,
Paulo Soares
> -Original Message-
> From: Chris [SMTP:[EMAIL PROTECTED]
> Sent: Tuesday, October 07, 2003 1:09
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] higher res graphics
>
> When I push raw
At 11:10 AM -0500 10/6/03, Dayal Murukutla wrote:
Is it possible to display a pdf page inline in a browser containing a form,
which the user can fill and submit to a java servlet? (just like any html
form)
Sure, use Frames (or IFrames if you're IE specific).
Leonard
--
---
Hi,
Can you direct me to a sample application or some sample code.
Thanks
DL
- Original Message -
From: "Leonard Rosenthol" <[EMAIL PROTECTED]>
To: "Dayal Murukutla" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, October 07, 2003 4:18 AM
Subject: Re: [iText-questions] displaying p
Greetings *,
My Problem:
if I use the following Code to create a document
##
com.lowagie.text.Rectangle pageSize = PageSize.A4;
pageSize.setBackgroundColor(lightGreen);
com.lowagie.text.Do
Hi everyone,
I am Riddhi and I work as a Java Programmer with a company in NJ, USA. I have a need to convert an image into a pdf document and then display that converted pdf file on a pdf writer so that I can copy that pdf file for pasting it on another existing pdf file.
I came across iText an
Hi,
I used pdfReader to
'read' 4 existing pdf files, and then generate them into a new pdf by itext.
The web server is
oracle9i web application server.
This new pdf can be
opened by adobe reader on local machine.
And it can be opened
by netscape 6.0 and 7.0
But it can not be
opened
Hi,
I am using tagmap to work with my xml. I am trying to have text in blue but
with no success. Red and green works but not blue.
Here is my code. Any thoughts?
S P
Sharmila Pandith
AIM: spandith
Yahoo: spandith
MSN: spandith
-
I'm merging an FDF file and and PDF file using the sample program
'merge_fdf.java'.
The FDF file contains Javascript to set the appearence of fields
(f.ex.: << /S /JavaScript /JS
(this.getField\("data.50"\).strokeColor=color.red;)>>) as stated in
Adobe's Technical Note 5409.
My problem is that th
Hi,
I've found that adding a long (>127) value as a hidden field, will throw
a NullPointerException from within PdfName.
Exception in thread "main" java.lang.NullPointerException
at com.lowagie.text.pdf.PdfName.(PdfName.java:782)
at com.lowagie.text.pdf.PdfFormField.setValueAsNam
? Example jsp and iText Please.
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.source
Example jsp and itext ?
Please
jsp and itext example?
Thanks
iText is not a PDF viewer. You have to look elsewhere and probably not in
Java.
Best Regards,
Paulo Soares
- Original Message -
From: "Riddhi Joshi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 07, 2003 16:43
Subject: [iText-questions] Regarding iText convertingan Im
- Original Message -
From: "Finn Bock" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 07, 2003 21:46
Subject: [iText-questions] Problems with hidden fields.
> Hi,
>
> I've found that adding a long (>127) value as a hidden field, will throw
>
> a NullPointerException f
It's not supported. iText only deals with the values.
Best Regards,
Paulo Soares
- Original Message -
From: "Johannes Borch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 07, 2003 16:04
Subject: [iText-questions] Insertion of JavaScripts using FDF files don't
work wit
That's a layer problem with Table. It doesn't happen with PdfPTable or you
can use an onStartPage event and place the rectangle in
PdfWriter.getDirectContentUnder().
Best Regards,
Paulo Soares
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 07
Thanks a lot!
(B
(BBut logical fonts is not mapped as Identitiy-H.
(BHow to set the encoding of logical fonts?
(B
(BRegards,
(B
(BTakenori
(B
(B> -Original Message-
(B> From: [EMAIL PROTECTED]
(B> [mailto:[EMAIL PROTECTED] Behalf Of Paulo
(B> Soares
(B> Sent: Tuesday, October 0
Hi,
Can any one tell me how to display page no on a pdf document using itext
thanks [EMAIL PROTECTED] wrote:
Send iText-questions mailing list submissions to[EMAIL PROTECTED]To subscribe or unsubscribe via the World Wide Web, visithttps://lists.sourceforge.net/lists/listinfo/itext-questions
Hi,
I have XML data and am using tagmap. I am using font attribute but the
resulting PDF doesn't seem to have the font that I wanted. Here is my code:
Sharmila Pandith
AIM: spandith
Yahoo: spandith
MSN: spandith
-
in
tomcat where is placed iText.jar?
Hi all
What is the difference between this two Classes ?
And when need i to use the PdfTable and when PdfPTable
greetz
--
This Workstation is powered by Debian GNU Linux
Use the source !!
My public key: http://www.akula.ch/pubkey.html
---
32 matches
Mail list logo