robert engels wrote:
> The supplied simple patch optimizes this so that binary images will be
> stored as G4 compressed images.
Hello,
as you know Paulo and I are at JavaPolis for the moment,
but we'll have a look at your code next week.
br,
Bruno
Jun Meng wrote:
> If I use PdfContentByte by
> using stamp.GetOverContent(1), the image/barcode can only be shown on
> the first page.
I don't understand why this surprises you.
getOverContent(1) gives you the first page;
getOverContent(2) gives you the second page;
and so on. Why aren't you usi
yosa kresnandya wrote:
> Hi, i have a question, how to make a report that has different page
> layout, page 1 to 8 using portrait layout and page number nine using
> landscape layout [rotate()] and has an output as rtf document, please
> tell me the method, because i'm desperate about this one.
Venkat Tubati wrote:
> Hello Team,
>
> Can anybody reply me how to set FontStyle by using BaseFont, i am using
> iTextSharp.
Let's have a look at for instance the font family Arial.
Different fonts belong to this family: Arial, Arial Bold, Arial Italic,...
Mind the word 'different' in the above
Michal Damborsky wrote:
Is any way to compile iText 1.4.6 in JDK 1.3?
Yes, follow the instructions as described in this FAQ entry:
http://itext.ugent.be/library/question.php?id=19
best regards,
Bruno
-
Take Surveys. Earn Cash
Hello Team,
Can anybody reply me how to set FontStyle by using BaseFont, i am using
iTextSharp.
Thanks in advance,
T.Venkat.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you
Hello,
first of all I want to thank you for a great job you have done on iText.
We want to implement iText in web application based on Lotus Domino 6.5
platform. I have prepared allmost complete Java code, which generates PDF
on-fly from web form. I have a little problem to set string values (in
Edward Salisbury wrote:
> Description:
> We have a blank browser window (without the Adobe Reader plug-in)
>
> Order Date: December 7, 2006
> Order #: 102-4190161-9347310
> Recipient: Edward Salisbury
>
> Items not yet shipped:
>Delivery estimate: February 12, 2007
iText,
Would love to read the book, as of this time I can't get though.
Is there a way I could get a PDF of the book to read until it shows up
in February?
Description:
We have a blank browser window (without the Adobe Reader plug-in)
Order Date: December 7, 2006
Order #: 102-4190161-
We would like to write the total page count into a PdfPTable at the
bottom of each page. To do this we used a PdfTemplate (see code below).
The problem is that the template placeholder is created but there is no
text in it.
Any help welcome!
public void onGenericTag(PdfWriter pdfWriter
hi
please anyone tell me how to cancel the membership
regards
gopi
yosa kresnandya <[EMAIL PROTECTED]> wrote: Hi, i have a question, how to make a
report that has different page layout, page 1 to 8 using portrait layout and
page number nine using landscape layout [rotate()] and has an output as
hi
please anyone tell me how to cancel the membership
regards
gopi
yosa kresnandya <[EMAIL PROTECTED]> wrote: Hi, i have a question, how to make a
report that has different page layout, page 1 to 8 using portrait layout and
page number nine using landscape layout [rotate()] and has an output as
Hi, i have a question, how to make a report that has different page layout,
page 1 to 8 using portrait layout and page number nine using landscape
layout [rotate()] and has an output as rtf document, please tell me the
method, because i'm desperate about this one.
thanks
--
Rgds,
Ossa-Nih
--
Hi,
I try to generate PDF document using PDF Form to bind data from database:
1) Get PdfStamper for the PDF Form
2) Get AcroFields from the PDFStamper
3) Bind each AcroField with data from database
Those steps works fine for normal Text fields. But I need add different
image/barcode on differen
Image.setTransparency().
On Dec 12, 2006, at 12:37 PM, MCC wrote:
Thanks Robert,
Are these options supported with iText?
Mike
On 12/12/06, robert engels <[EMAIL PROTECTED]> wrote:
You need to make sure the background on the TIFF is transparent -
otherwise the watermark will not show through.
Thanks Robert,
Are these options supported with iText?
Mike
On 12/12/06, robert engels <[EMAIL PROTECTED]> wrote:
You need to make sure the background on the TIFF is transparent -
otherwise the watermark will not show through.
I think a simpler and better performing result would be to use a
s
You need to make sure the background on the TIFF is transparent -
otherwise the watermark will not show through.
I think a simpler and better performing result would be to use a
somewhat transparent watermark, and print the watermark on top.
On Dec 12, 2006, at 11:57 AM, MCC wrote:
>
>
> I
I have converted a Tiff document into a PDF document. I am then tring to
watermark the PDF document. I am using PdfContentByte getUnderContent() so
that watermark will be under the PDF content. However, The watermark does
not show on the document. If I use getOverContent() the watermark is then
v
I use IDAUTOMATION.COM to do this
M
>From: Brandon M Swink <[EMAIL PROTECTED]>
>Reply-To: Post all your questions about iText here
>
>To: itext-questions@lists.sourceforge.net
>Subject: [iText-questions] Class BarcodePDF417
>Date: Mon, 11 Dec 2006 16:08:08 -0600
>
>Is there a way to rotate the b
Currently if you use the PdfGraphics2D.drawImage() obtained from the PdfContentByte any image 'drawn' is converted to RGB.The supplied simple patch optimizes this so that binary images will be stored as G4 compressed images.This is important not so much in file size, but many readers can optimize t
Actually, I checked the archives and answered my own question...
seems Bruno asks that patches be posted to the mailing list.
On Dec 12, 2006, at 9:16 AM, robert engels wrote:
> Are the patches posted to the sourceforge site reviewed by anyone? Is
> this the proper way of suggesting changes / f
Are the patches posted to the sourceforge site reviewed by anyone? Is
this the proper way of suggesting changes / fixing bugs? Should I
open a related issue?
Thanks,
Robert Engels
-
Take Surveys. Earn Cash. Influence the
GAMBELLI Raffaele wrote:
> Oops...The attachment...here it is
OK, I think I have fixed it. The fix is in the CVS.
(There could be side-effects, but I have tested the
fix with different examples and the results were fine.)
I'll make a release next week (after JavaPolis).
Meanwhile you can test it b
Ops...The attachment...here it is
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
GAMBELLI Raffaele
Sent: martedì 12 dicembre 2006 11.47
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] Simple question abou tables
Hi all,
sorry for my w
Hi all,
sorry for my wrong reply on the other discussion...
However, my question is:
why this code:
private static void createDocument(Document document) throws
DocumentException {
for (int i = 0; i < 1000; i++) {
Table rowTable = createTable();
Hi all,
why this code:
private static void createDocument(Document document) throws
DocumentException {
for (int i = 0; i < 1000; i++) {
Table rowTable = createTable();
document.add(rowTable);
}
}
private stat
It's not posible to predict the signature size. Sign twice, the first time
to know the size.
Paulo
- Original Message -
From: "Armin Häberling" <[EMAIL PROTECTED]>
To:
Sent: Monday, December 11, 2006 5:08 PM
Subject: [iText-questions] computing the signature size before signing?
> Hi
It's not posible to predict the signature size. Sign twice, the first time
to know the size.
Paulo
- Original Message -
From: "Armin Häberling" <[EMAIL PROTECTED]>
To:
Sent: Monday, December 11, 2006 5:08 PM
Subject: [iText-questions] computing the signature size before signing?
> Hi
28 matches
Mail list logo