Hi,
It is posible to let a whole paragraph to remain
together if a NO_MORE_COLUMN is reached using ColumnText and you change to
another column?
I'm using the following code:
float[] right = {50,
300};float[] left = {290, 550};
int leading =
11;
ct.setSimpleColumn(ri
Hi,
I want to simply add an Image to a existing Pdf document. The Problem I have is that
the document is an Imported Page. There are two problems which occur:
1. Either the path is not found,or
2. The picture must have absolute positioning.
Here is some Code and the errors:
PdfReader reader = ne
My mistake. The example is at www.geocities.com/itextpdf.
Best Regards,
Paulo Soares
- Original Message -
From: "Marc Lustig" <[EMAIL PROTECTED]>
To: "'Paulo Soares'" <[EMAIL PROTECTED]>; "'iText list'"
<[EMAIL PROTECTED]>
Sent: Tuesday, July 29, 2003 21:45
Subject: AW: [iText-questions]
I've no idea. Send privately to me a small runnable example with the needed
pdfs. Make the example and the pdf small, please.
Best Regards,
paulo Soares
- Original Message -
From: "Tim Jones" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 29, 2003 22:40
Subject: [iText-qu
- Original Message -
From: <[EMAIL PROTECTED]>
To: "Paulo Soares" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, July 29, 2003 22:20
Subject: Re: [iText-questions] ArrayIndexOutOfBoundsException when masking
an image
>
> Hi Paulo,
>
> Thanks for the quick
At 4:41 PM -0600 7/29/03, David Thielen wrote:
I understand that. But because of the different line widths, I have to do
each segment with a seperate stroke - so doesn't that preclude a closePath?
Yes, it does. What you are trying to do isn't supported by
PDF - a single path with variable graphi
Hi;
I have two line drawing questions. First, I am
drawing a grid. To draw the outer box clean I can do a moveTo, three lineTo's,
and a closePath and get an outer box where the four corners are joined
correctly. But now I need to draw the interior grid lines. I do a moveTo/lineTo
for each
Hi
How can I print the following format data in a table made by itex. I would
like to have the"+" right on the top of "_". Thanks -- Pan
91.0 ±8.8
This e-mail may contain confidential and/or privileged information
for the sole use of the intended recipient. Any review or distribution
by anyone
Can anybody give me a piece of code to demo how I can make the table with 3D
border as showing in my attachment. Thanks.
<>
-Original Message-
From: Pan, Daniel
Sent: July 29, 2003 4:15 PM
To: '[EMAIL PROTECTED]'
I understand that. But because of the different line widths, I have to do
each segment with a seperate stroke - so doesn't that preclude a closePath?
What is interesting is it will still join the end of one line to the
begining of the next if they are listed in order.
- Original Message
Hi,
I am having some issues with page rotation and scaling. It only seems to
happen with text and ps files that have been converted to pdf. When I read
in these pdf's and rewrite them to another pdf with overlay included the
rotation and scaling are screwed up. All the images are rotated 90 degre
Hi Paulo,
Thanks for the quick response.
The original image is a JPEG.
Why is that formula used? On the tutorial, an 8 X 8 mask uses 8 bytes, but
would be 15 bytes using the formula below.
So, assuming that I need 888 bytes for a mask with 6750 pixels, how are the
byte values computed?
Thanks
The example provided does NOT use templates and events together!
> -Ursprüngliche Nachricht-
> Von: Paulo Soares [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 29. Juli 2003 21:40
> An: Marc Lustig; 'iText list'
> Betreff: Re: [iText-questions] how to avoid building the
> footer on ea
At 01:55 PM 7/29/2003 -0600, David Thielen wrote:
Oops - sorry I was going by memory.
I do
setLineWidth()
moveTo()
lineTo()
stroke()
4 times. And the first 3 corners are joined. But the last corner which is
joining the end of line 4 to the begining of line 1 doesn't join.
Oops - sorry I was going by memory.
I do
setLineWidth()
moveTo()
lineTo()
stroke()
4 times. And the first 3 corners are joined. But the last corner which is
joining the end of line 4 to the begining of line 1 doesn't join.
- dave
- Original Message -
From: "Paulo S
The template only has the y value. I think there's an example in the
tutorial for the page x of y.
Best Regards,
Paulo Soares
- Original Message -
From: "Marc Lustig" <[EMAIL PROTECTED]>
To: "'Paulo Soares'" <[EMAIL PROTECTED]>; "'iText list'"
<[EMAIL PROTECTED]>
Sent: Tuesday, July 29, 2
At 01:40 PM 7/29/2003 -0500, [EMAIL PROTECTED] wrote:
Is there a way to submit this PDF form from Acrobat instead of a web
browser ??
With either Full Acrobat 5, or ANY version of Acrobat 6 - yes.
Leonard
---
Leonard
Your error was not reading the tutorial. The page size setting must be done
before the newPage(). It takes effect in the next page.
Best Regards,
Paulo Soares
- Original Message -
From: "Victor Apocalypse Rodrigues" <[EMAIL PROTECTED]>
To: "[EMAIL PROTECTED] Sourceforge. Net"
<[EMAIL PROT
You can't do a graphic state operator (line width) inside a path
construction (line to). The PDF format forbids it, see the figure 4.1 in
page 135 in the PDF reference 1.3.
This is to say that you shouldn't be surprised if it doesn't work in the
next Acrobat or ghostscript version.
Best Regards,
P
The number of bytes must be:
(width+7)/8 * height
What is your original image format before the PlanarImage?
Best Regards,
Paulo Soares
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 29, 2003 19:50
Subject: [iText-questions] ArrayIndexOutOfBou
Thanks for the tip. The issue is the "page x of y" problem.
So filling the template in the end doesn't work because the x value is
different on each page. I found no other solution than using a static
accessor to store the template and recall it in onEndPage().
My suggestion to you iText-developer
Hello,
I have an image of a signature with height=50 and width=135 that I would
like to insert into a PDF. I would like to mask it with the signature
itself so that the white background of the image is gone and only the
signature remains. I've tried using the code below to do this, but I get
the
Hi;
I was playing with line drawing, drawing a box
where each line was a different thickness. So I did:
moveTo (start)
for each line:
setLineWidth()
lineTo()
stroke()
What was real interesting is that Acrobat did a
line join for each connection except the end of the final lin
Hi everybody, I'm new here and I'm having a problem with page
orientation.
When I'm initializing my document, I set the page size by calling
setPage(PageSize.A4); then I execute open(); and start creating my pdf
document.
Later, I want to make a page landscape, so I tried
setPage(Pag
Indentation is not padding. You have PdfPCell.setPadding() and variations
for top, bottom, left and right.
Best Regards,
Paulo Soares
- Original Message -
From: "Philipp Keller" <[EMAIL PROTECTED]>
To: "Philipp Keller" <[EMAIL PROTECTED]>
Cc: "Paulo Soares" <[EMAIL PROTECTED]>;
<[EMAIL PR
Here's the file that was generated by my code snippet. This was using
the svg file from my previous post. It's a 2 x 2 table, where the
bottom right cell should (I think) contain the rendered svg image.
Thanks for your help,
Chris
-Original Message-
From: Paulo Soares [mailto:[EMA
I tried your example and it worked. I can't imagine why it shouldn't work in
other situations. Can you send me you blank PDF, if it's short?
Best Regards,
Paulo Soares
- Original Message -
From: "Chris Farmer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 29, 2003 17:00
At 05:03 PM 7/29/2003 +0200, Martin Abrahamsson wrote:
I've created a couple och forms based on existing pdfs (scanned forms) and
added acroformfields wich the user editds on screen and then prints the
form.
Great...
At first it was only ment to be like this but now "they" like the text
e
setTop(float), setLeft(float), ... mean? Can I set the spacing of the
text within a cell from his border?
Set the padding.
sorry to ask again.
There is a PdfPCell.setRightIndent(float) that sets the right padding of
the cell
but the PdfPCell.left(float) does not set the left padding. At
Thanks for the suggestion, Paulo. Unfortunately, I didn't see the svg
on the page. It seemed to create an empty page before my table (my
table used to be the first and only thing in the document, but now
there's an empty page before it). You suggested that my svg might be
off limits, but I don'
The way to do it depends on the logic of your program. A suggestion would be
to create the template after opening the document and add it to the pages in
onEndPage. The template content can be filled any time before closing the
document.
Best Regards,
Paulo Soares
- Original Message -
Fro
Hi everybody
I've created a couple och forms based on existing pdfs (scanned forms) and
added acroformfields wich the user editds on screen and then prints the
form. At first it was only ment to be like this but now "they" like the text
enterd in the formfields to be saved into a database. This bri
Paulo, I'm not quite sure about your idea. Would you advise me please
how to access the template object that I generated from within
onEndPage() ? I. e. how can I call cb.addTemplate(template, x, y);
without having the template available? Is there anything that I
overlooked, or is this needed to be
Philipp Keller wrote:
setTop(float), setLeft(float), ... mean? Can I set the spacing of the
text within a cell from his border?
Set the padding.
sorry to ask again.
There is a PdfPCell.setRightIndent(float) that sets the right padding
of the cell
but the PdfPCell.left(float) does not set
At 2:25 PM +0800 7/29/03, Mark Goking wrote:
Can information of the author, title subjcet, keyword and others be
accessible through xml? How?
As in you want to add them to a PDF using XML? Or that you
want to extract that information from a PDF in an XML grammar?
Leonard
--
--
Hi,
does someone knows about limitations in size to tables which should be produced using
the SAXmyHandler (like it is described in example 0703). I get different types of
errors in changing the length (the contents) between two tags.
Regards
Joachim Hesse
---
You can do it with PdfPTable and table events or cell events.
Best Regards,
Paulo Soares
- Original Message -
From: "Daniel Pan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 29, 2001 3:26
Subject: [iText-questions] How can I make 3D table border with ITEXT?
> I am cur
PdfContentByte.setAction() but you must do all the calculation for the
active area.
Best Regards,
Paulo Soares
- Original Message -
From: "David Thielen" <[EMAIL PROTECTED]>
To: "Paulo Soares" <[EMAIL PROTECTED]>
Cc: "itext" <[EMAIL PROTECTED]>
Sent: Tuesday, July 29, 2003 3:53
Subject: R
- Original Message -
From: "Chris Farmer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 29, 2003 1:12
Subject: [iText-questions] Adding svg images to a table, revisited
>
> Thanks to Paulo for helping me get my table to display an SVG image
> several days ago. However,
PdfContentByte.setLineDash(0)
- Original Message -
From: "David Thielen" <[EMAIL PROTECTED]>
To: "itext" <[EMAIL PROTECTED]>
Sent: Monday, July 28, 2003 22:45
Subject: Asking again: [iText-questions] line close weirdness - Part II
> Is there a way to say a line is solid other than
> Pdf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Monday 28 July 2003 17:09, Rich Freedman wrote:
> I'm fairly new to itext myself, so I'm not familiar with all aspects of it,
> but I believe that itext handles rtf to pdf conversion.
No. iText does not handle any rtf to pdf conversion.
Greetings,
I am currently using ITEXT to
create some reportbur unable to create 3D border for my
report.
Is there a way to make it
happen?
Thanks.
Pan
42 matches
Mail list logo