Works great!! Thanks a lot, Paulo.
regards Gustaf
Paulo Soares wrote:
>Use a PdfPCell.
>
>
>
>>-Original Message-
>>From: [EMAIL PROTECTED]
>>[mailto:[EMAIL PROTECTED] On
>>Behalf Of Gustaf Andersson
>>Sent: Tuesday, September 13, 2005 4:07 PM
>>To: itext-questions@lists.sourceforge
Hi;
Has anyone tried building the iText .java sources using J# under .net 2.0?
If so, what were the results?
Thanks - dave
(Not itext.net which is converted but the java itext)
---
SF.Net email is sponsored by:
Tame your develo
HTMLWorker should do it.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Lee, Ashley
> Sent: Wednesday, September 14, 2005 2:50 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Writing an HTML string to a PDF document.
Can someone show me how to do the followings?
1. Open an existing pdf file, f1.pdf
2. read through the file and replace text "ENTER-VAR" with a form text
field.
3. save the file to f2.pdf so the f2.pdf is an acroform file.
Ex:
f1.pdf is:
My name ENTER-VAR.
f2.pdf is:
My name ___
He
In my pdf form there is a button with OpenAWebLink action on MouseDown.
How can I change the web link destination dynamicly in my program?
_
Potrebujete vediet, ake pocasie bude na Slovensku aj vo svete.
http://www.msn.sk/weather
Hello All,
I am trying to add a superscript letter to the end of an header string.
Here is the code:
for (int hct=0; hcthttp://sourceforge.net/geronimo.php
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge
Hi, I have a number of PDF reports being generated by iText. I need a
way to also write these pdf's to a more editable format (ultimately
Excel, but text or HTML would work too). HtmlWriter would be perfect
if it worked with PdfPTable. Is there any planned development on
extending HtmlWriter
Is there anyway to write and HTML string to the PDF
document?
I don't want the
HTML tags to appear in the document and I want to keep the HTML formatting. Here
is the scenario:
1) User enters text
into a RTB(rich text box) and this data is stored in a field in an associated
table in SQL S
hi all,
how to print footer of form 'Page X of Y' using itext-1.02?
thanks a lot in advance.
anand
_
Amitabh fan? Heres a chance to chat with the Big B himself.
http://server1.msn.co.in/sp05/DJbk/index.asp Click here now!
Hello,
I was wondering if there is a way of
balancing columns when creating a PDF using itext? I am currently using the
SimpleColumn object, but would not mind changing to the MultiColumn object if
needed.
Best,
Isabelle
Paulo Soares consiste.pt> writes:
>
> That's strange. Prepare a small example so that I can reproduce the
> problem.
>
The example follows. It can be also found with resulting PDFs at
[http://gate.spost.cz/iText/].
If there is a way how to do it without using createGraphicsShapes(), i would be
First thing I do when using a library is to have a look at the examples
and the javadocs. I suppose I'm the only one doing it.
PdfContentByte contentByte ;
Chunk c = new Chunk("Hell from PDF!");
c.setAction(action);
contentByte = stamper.getOverContent(1);
You can use Chunk and place it with ColumnText at an absolute position.
> -Original Message-
> From: haroon anwar [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 14, 2005 10:46 AM
> To: Paulo Soares
> Subject: How to add annotation Links in existing pdf file
>
> Aslam-o-Alaikum
You don't need a special version. For example:
public static void setField(AcroFields af, String name, String value)
throws Exception {
AcroFields.Item item = af.getFieldItem(name);
if (item == null)
return;
PdfDictionary merged = (PdfDictionary)item.merged.get(0);
if (PdfN
That's strange. Prepare a small example so that I can reproduce the
problem.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of David V_
> Sent: Wednesday, September 14, 2005 8:39 AM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-ques
That's a printer/printer driver variation and it can even change in two
printers of the same model. You must adjust the PDF margin according to
the printer, there's no universal solution.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of yuanjk
>
> Use PdfContentByte.createGraphicsShapes(). It will render the text as
> outlines but the alignments will be correct.
I have tried this already. There is no apparent difference between the results
of createGraphics() and createGraphicsShapes(). Furthermore,
createGraphicsShapes() disables search
Is there any way that I can have a special version of the AcroFields class
where setField() adds an extra 6 units on the top margin of multi-line text
fields? I may even have a programmer on my end who can make the change if you
point me to the right source-code file, although it seems like some
Hi All..
Now we are able to use new iText features. though you
are using, itext old versions.
Let me explain cleat, If you are using old itext
versions in ur projects till long time, and now u need
new version of jar file for ur project. If u replace
new iText version. many of
I create pdf file by iText to print label.
The review looks fine in Acrobat Reader, but when printed, the margine alawys
chaged .move about 0.5cm from the top margin of pager (A4 size page).
It seems that there is no way to print the pdf correctly as the preview.
Can I modify some print setting whe
20 matches
Mail list logo