Hi Everyone,
How do I do a horizontal rule like in HTML in PDF using iText?
Thanks in advance,
Julie.
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of the
Leave it as it is. Any change there would break all the existing code.
Best Regards,
Paulo Soares
- Original Message -
From: "Steve Appling" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Monday, October 11, 2004 21:57
Subject: Re: [iText-questions] Alignment of t
Use code like this with the current version:
Cell cell = new Cell(p);
cell.setHorizontalAlignment(Element.ALIGN_RIGHT);
aTable.addCell(cell);
It works when set from the cell level, but the paragraph alignment does not apply. I
think this
could be considered a bug.
It is easy to fix in the const
Hi,
I am trying to align the text in a paragraph with a cell using the
following code. It works fine in RTF. But it is not working in PDF.
In PDF it is displaying all the text as Left aligned.
Please let me know the fix for this.
Document document = new Document(PageSize.A
Use PdfAnnotation with PdfAction and PdfDestination.
Best Regards,
Paulo Soares
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Neil Darroch
> Sent: Monday, October 11, 2004 3:07 PM
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] Internal
Title: PdfFormFields mergeResources problem
That's a bug. It will be fixed in the next
release.
Best Regards,
Paulo Soares
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Malloy, JamesSent: Monday, October 11, 2004 4:48
PMTo: [EMAIL PROTECTED]Subject:
[i
Title: PdfFormFields mergeResources problem
When I run the existing PdfFormFields I get an exception:
g pdf forms, Count(1) - Trace: java.lang.ClassCastException: com.lowagie.text.pdf.PRIndirectReference
at com.lowagie.text.pdf.PdfFormField.mergeResources(PdfFormField.java:294)
Hi,
I Have copied a pdf page (using the method in Chapter
13 of iText tutorial) and would like to add an
annotation that I can link to an internal point
(anchor?) in the page or other point in the final
document. I am working with a single page at present
to experiment but the finished product wil
hi,
can anyone tell me that i want introduce a new FONT TYPE in my RTF.. can it
be done and how...
can it be done the way it is explained for PDF ?
please help me out
thanks
sachin
---
This SF.net email is sponsored by: I
The SAXmyHtmlHander class is not part of the core
iText package. There is another JAR file that
you need to download, the iText XML component.
On the iText download page, it is listed as (jar2
(XML) ).
Also, please be aware that the version iText
available from the main iText website
(http://ww
The question is too generic. What do you wnat to do?
Best Regards,
Paulo Soares
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of [EMAIL PROTECTED]
> Sent: Monday, October 11, 2004 8:52 AM
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] need
hi all,
can anybody help me know, How to create PDF templates.
regards
Ram Kumar
[This e-mail is confidential and may also be privileged. If you are not the
intended recipient, please delete it and notify us immediately; you should
not copy or use it for any purpose, nor disclose its contents
12 matches
Mail list logo