Paulo Soares wrote:
>Support for static XFA forms is available in the iText and iTextSharp CVS.
>
Great news!
I'll try to make some time for a new release.
br,
Bruno
-
Using Tomcat but need to do more? Need to support web ser
Hello, I currently play around a bit with Chapter and Section to see if it
fits my needs.
I would like to set an indentation for the sections but I get weird
behaviour. The titles move over the left border if a section spans more
than one page. I saw a similar behaviour described for paragraph
You'll have to open/close the doc but you can create a dummy OutputStream.
Paulo
- Original Message -
From: "Nussbaum-Jones, Nina" <[EMAIL PROTECTED]>
To: "Paulo Soares" <[EMAIL PROTECTED]>
Sent: Monday, August 21, 2006 11:09 PM
Subject: RE: Can't find answer to post anywhere. Can you he
Hi,
I’d like to know through your support team that can I
have some commercial s/w available with the source code, which can convert the content
of JSP (web page – HTML) page to PDF format.
Regards
pratul
---
The nowrap doesn't make much sense in PDF if you consider that the page
can't grow forever as in HTML.
Paulo
- Original Message -
From: "Thomas Moorer" <[EMAIL PROTECTED]>
To:
Sent: Monday, August 21, 2006 4:33 PM
Subject: [iText-questions] Cell.NoWrap?
> Hi,
>
> I have a table cell
If you use the template method you must make compromises: either you use the
standard way and expect bigger numbers to be slightly misaligned or you can
give the space between the "of" and the number and eat that space with the
big numbers. The only way to make it correctly is to do two passes,
Support for static XFA forms is available in the iText and iTextSharp CVS.
Paulo
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your j
Hi,I have a table cell (com.lowagie.text.Cell) that has text that is wider than the width of the cell. I would like for the text to wrap within the cell and the cell height to grow to accomodate the new lines within the cell. Right now, the text is truncating instead of wrapping. I did some searchi
Hi Paulo,
I just solved the problem this morning in this way:
Before:
BaseFont ocr =
BaseFont.createFont("C:\\usr\\max\\Java\\netBeans\\OCR\\font\\OCRAEXT.TTF",
BaseFont.IDENTITY_H, BaseFont.EMBEDDED);
After:
FontFactory.register("C:\\usr\\max\\Java\\netBeans\\OCR\\font\\OCRAEXT.TTF")
;
There's a missing endText(). Post a small pdf with the problem.
Paulo
- Original Message -
From: "max bertolini" <[EMAIL PROTECTED]>
To:
Sent: Saturday, August 19, 2006 4:57 PM
Subject: [iText-questions] Help on using external TTF font
Hi All,
I need to write on an existing PDF some
The certified docs created with iText will only work in Acrobat 7.
Paulo
- Original Message -
From: "Herman Sushkevich" <[EMAIL PROTECTED]>
To: "Post all your questions about iText here"
Sent: Monday, August 21, 2006 2:37 PM
Subject: [iText-questions] Problem with Certified PDF and Acr
Sorry for bumping this up, but I really need an answer to this and can't
find anything in the web.
Thank you!
--
Netzgiganten GmbH
Gerokstr. 6
70188 Stuttgart
http://www.netzgiganten.de
[EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED
Thanks, Damien,
that's the point, I think, maybe it's not worth implementing in iText.
Several users of iText use several encodings, and there will be a lot of
changes with these encodings.
I did not know, that there exists such a SplitCharacter-class. Good to know
it. ;-)
Have fun!
-André
> -
I'm afraid my previous message was converted to ASCII by the time it
arrived to the list, so the distinction between hyphens and dashes was
lost... sorry about that.
-
Using Tomcat but need to do more? Need to support web se
Hello,
By the way, I wonder if hyphens should count as split characters? The
default iText implementation recognizes '-' (hyphen-minus, \u002D) as a
split character, but this character is commonly used as a minus sign and
since you don't want a negative number to become separated from its
sign,
Hi,
Please help me.
I certify my signed pdf, and have the problem with "changes" in Acrobat 6,
Certification Invalid - with a red X, but in Acrobat 7 Certification
Valid - with a blue ribbon.
link to PDF for inspection:
http://www.itbcg.pl/2.pdf
-
the third page contains the image of an owl, but when I move on to the fourth page, it says: "Insufficient data for an Image". // changed psges.size() to 4 same result // I hope this is the only thing happenning for instance: the byte array got trunca
Md Sagri wrote:
> I can readily view them even now they are open
> please check this
You have sent a 5-page PDF document.
The first page has an image of a male and a female duck,
the second page has some soccer players,
the third page contains the image of an owl,
but when I move on to the fourth
On Mon, 2006-08-21 at 13:30 +0100, Md Sagri wrote:
> I can readily view them even now they are open
> please check this
Hi,
I saw something similar with some pictures we tried to include into PDFs
at some time. The problem was, as Bruno already said, neither iText nor
the PDF-viewer but instead
Md Sagri wrote:
> I am testing it with only 5 images now.
> I dont think that is too long to big.
> For instance I am sending you a pdf as an attachment to this mail that
> has only 3 images, each not more than 100 kb in their original(.jpg) form
It says: 'A drawing error has occured'
and there
Hi Bruno!
Excellent work, great thanks! It works now well for me.
I would never have got that solution on my own. :-/
Many many thanks and keep on doing that great work!
A happy
-Andre
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Im
> Auftrag von b
Grunow, André (beeone extern) wrote:
I forgot to mention, that these 2 words could also be combined with a "-".
Ergo: The 2 words must not be separated, even when there is a "blank" or a "-" between them.
OK, maybe the best solution is to use /u00a0 for non breaking spaces,
and not to replace
Grunow, André (beeone extern) wrote:
>Now, I try a "-", but the normal "no break minus" ("\u2011") does not work:
>The minus between the 2 words is deleted; the line break works, but the minus
>disappears. *wonder*
>
Hmm... I see.
Give me half an hour. I'll have a look at it.
br,
Bruno
Md Sagri wrote:
> When I am at(say) page no. 5, all the images from page no. 3 to page
> no. 1 are dis-appearing.
>
> Can you please suggest me some other way of writing images to my pdf.
I have the same problem with MS Word.
When I open a Word document with a lot of images,
the images go blank
Mr. Bruno, I am sorry if I am unable to express my querry. I am giving the whole code that I am using for this document public ActionForward downloadPDF(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception {
Hi Bruno!
Thanks a lot for your answer again!
I am too stupid for this world. ;-)
I forgot to mention, that these 2 words could also be combined with a "-".
Ergo: The 2 words must not be separated, even when there is a "blank" or a
"-" between them.
Hmmm, your answer was absolutely correct,
Grunow, André (beeone extern) wrote:
Thanks, Bruno, for your very fast answer.
Unfortunately, it doesn't work. :-(
But it does!
Have a look at the attached source code: NonBreakingSpace.java
and the resulting nbsp.pdf
After replacing all characters with the unicode you proposed, the resul
Thanks, Bruno, for your very fast answer.
Unfortunately, it doesn't work. :-(
After replacing all characters with the unicode you proposed, the result did
not change: the words are still seperated. When I debug the code, then I can
see, that after replacing the "blank"-character with the unicode-
On Monday 21 August 2006 12:19, bruno wrote:
> I don't know if you have noticed, but I finished the IP work on the
> RTF package last week. You can now see who contributed to the
> code. See for instance: http://itext.ugent.be/library/source.php?file=367
> I haven't finished the other packages yet.
Mark Hall wrote:
>Hi,
>
>the RtfWriter2 has gained a few new functionalities:
>
> * Full support for tabs via the RtfTab and RtfTabGroup classes.
> * Support for adding Word97-2000 Drawing Objects (rectangles, lines,
>circles,...) via the RtfShape class.
> * Support for adding direct RTF code via
Grunow, André (beeone extern) wrote:
>Now my problem:
>
>I have many sentences, that represent a complete paragraph. All these
>sentences contain sometimes 2 special word, that must not be separated by
>line-break.
>
OK,
instead of using an ordinary space character between those two words,
you s
Hi all!
First of all, thanks to all iText-developers for that simple-to-use
framework!
Now my problem:
I have many sentences, that represent a complete paragraph. All these
sentences contain sometimes 2 special word, that must not be separated by
line-break.
So, if these 2 words do not fit into
Hi,
the RtfWriter2 has gained a few new functionalities:
* Full support for tabs via the RtfTab and RtfTabGroup classes.
* Support for adding Word97-2000 Drawing Objects (rectangles, lines,
circles,...) via the RtfShape class.
* Support for adding direct RTF code via the RtfDirectContent clas
I will be out of the office starting 08/21/2006 and will not return until
08/25/2006.
I will respond to your message when I return.
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done
34 matches
Mail list logo