Is there any way to make the AWT and PDF Spacing match closer?
Bill Ensley
Bear Printing
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Paulo
Soares
Sent: Thursday, December 30, 2004 6:52 AM
To: bodo teichmann; itext-questions@lists.sourceforge.net
Subject:
Hi,
I'm trying to write text in a table cell that is not left-to-right, but
bottom-to-top orientated.
Is this somehow possible with the RTF writers in iText?
Thanks,
Lorenz
---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a
Compile your app again and see where it fails.
- Original Message -
From: "Shivakumar Paramasivam" <[EMAIL PROTECTED]>
To:
Sent: Thursday, January 06, 2005 6:32 PM
Subject: [iText-questions] java.lang.NoSuchMethodError List
>
> Hi,
>
> When I tried to use the iText-1.1.1,
There's no solution. What is sent to the printer is an image. In the case of
the notepad as it's only text, text is sent and it looks as good as the
printer allows.
- Original Message -
From: "Eric Schneider" <[EMAIL PROTECTED]>
To:
Sent: Thursday, January 06, 2005 4:27 PM
Subject: [iTex
You need a ColumnText with Paragraph.setKeepTogether().
- Original Message -
From: "Tomasz Tołwiński" <[EMAIL PROTECTED]>
To:
Sent: Thursday, January 06, 2005 2:46 PM
Subject: [iText-questions] how to get coordinates of paragraphs in the
document object?
> Dear Paulo,
>
> I would like
What's the difference between that and creating a new invisible signature?
- Original Message -
From: "Wahaj" <[EMAIL PROTECTED]>
To:
Sent: Thursday, January 06, 2005 1:53 PM
Subject: [iText-questions] Signing an empty signature field
> Hi,
>
> I am trying to sign an empty signature f
Hi,
When I tried to use the iText-1.1.1, I came across the following error. Could you please help me to resolve this problem.
java.lang.NoSuchMethodError: com.lowagie.text.List.(ZF)V at com.magellan.PdfListItem.getListItems(PdfListItem.java:40) at com.magellan.PdfGen.addList(PdfGen.jav
I may have just been lucky due to my unique needs but I
use a buffer page that writes itself based on the browser type
(JSP)
<%
String user = request.getHeader("User-Agent");
if(user.indexOf("MSIE") != -1 && user.indexOf("Windows") != -1){
out.print("");
ou
Hi,
We've been using iText successfully for a couple of years now, but
there is one issue that I've never been able to resolve.
Has anyone had success making PDFs look good when printed on a dot
matrix printer? One element of the system we're working has to print
on 3 ply form paper. All we n
Dear Paulo,
I would like to have some influence on the formatting of the resulting PDF
document as far as paragraphs are concerned. Specifically, I would like to
make sure that if a paragraph takes too much space to fit entirely in one
page, it will not be divided between pages. I want it to be
Hi,
I am trying to sign an empty signature field but it is not a visible
signature field rather an invisible one.
Can I do it using iText.
Regards,
Wahaj
---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited e
devanand jamisetti wrote:
Hello Bruno,
Attached are the files with modified1.pdf
containing a short string and
modified.pdf containing the long string. Rather than reducing the long
string font and fitting it into the same text field, is it possible to
fill the extra string into
Changes in itext-paulo-148 (2005-01-06)
- new OCG layer interface with parent/child relationship, zoom,
radio groups, etc.
- fix in XfdfReader to close the file.
All this at:
http://itextpdf.sourceforge.net
Best Regards,
Paulo Soares
-
Quoting David Ewing <[EMAIL PROTECTED]>:
> I actually have an answer instead of a question.
Thanks for your very comprehensive answer.
The different problems you tackled keep turning up on the mailing-list on a
regular basis. In most cases people have to puzzle the answer together based on
diffe
You'll need to make the signature changes yourself. Change in
PdfAcroForm (copy it to somewhere else):
public PdfFormField addSignature(String name,
float llx, float lly, float urx, float ury) {
PdfFormField signature = PdfFormField.createSignature(writer);
I actually have an answer instead of a question. I spent several hours
on a problem, and tried to find the answer online and couldn't. So I
thought I would write to the list with my answers.
I was trying to create a servlet that would stream a pdf to Internet
Explorer (IE6 on my PC). I was pos
Dear Sir,
First of all i am very proud to say i am one of the
User of iText product.Actually i want one feature for my project. That
is , i have one keyword say
"Hello world". It is present in my pdf file , 5th page(assumption).If
i will pass this keyword from my java program, my
17 matches
Mail list logo