Follow up:
I discovered that in NS4, I can hit the Reload
button after getting the blank page and the plugin will
load and display the PDF!
However, NS6 just doesn't like dynamic PDF at all. I can't
even get it to load the example at
http://www.lowagie.com/iText/examples/pdf.jsp
but it does
It could have something to do with the default Cell
being used in this case. If you haven't already, try
using Table.setDefaultCellBorder() and other similar
methods to get what you want.
HTH,
Matt
--- morpheus Smith <[EMAIL PROTECTED]> wrote:
> when i try add two cells containg empty strings n
This may not even be an iText problem, but hopefully somebody
out there has dealt with this before. I have a servlet running
on Tomcat 4.0.3 via Apache 1.3.23 that generates dynamic PDF
with iText. Despite the advertised problems, everything works
great with MSIE. However both Netscape 4.7 and N
when i try add two cells containg empty strings next
to other, they both merge ? i.e seprating border in
not shown.
does anybody know a solution for this.
Thanks in advance.
__
Do You Yahoo!?
Yahoo! Shopping - Mother's Day is May 12th!
http://shoppi
The document must always be decrypted before being used. This is a
consequence of the way encryption works in a PDF. Any other tool will have
to decrypt the PDF first.
Best Regards,
Paulo Soares
> -Original Message-
> From: Josh Ellison [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, May 10, 20
> -Original Message-
> From: David Gilbert [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, May 10, 2002 17:01
> To: [EMAIL PROTECTED]
> Subject: Re: [iText-questions] Charts to PDF...
>
> I took a look at your example---thanks---and now I have some code that
> displays Unicode characte
The problem here is exposing too much information. It's easy to get the
field (and the widget) information but using the information to create a new
field, probably changed, is a lot of work. Do you have any idea on how to
present the field information to the user?
Best Regards,
Paulo Soares
> -
I have been using your product for over a year now and I am very happy with how it
works. I got a
new task now, I am trying to put a bunch of PDFs into one big PDF so they can easily
be printed out
in order. I came across a problem. I noticed that your program can't open encripted
PDFs. I
r
At 5:01 PM +0100 5/10/02, Paulo Soares wrote:
> >I also added support for getting some of the other "info"
>> that programs like Xpdf's pdfinfo and Acrobat's "Properties"
>> show...Let me know if you want it or not.
>>
> Yes, I do.
I'll send under separate cover...
>
> -Original Message-
> From: Leonard Rosenthol [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, May 10, 2002 13:33
> To: Paulo Soares; 'Fred'; [EMAIL PROTECTED]
> Subject: RE: [iText-questions] Read PDF
>
> At 10:49 AM +0100 5/10/02, Paulo Soares wrote:
> >Extracting the info was 30 minu
I took a look at your example---thanks---and now I have some code that
displays Unicode characters using the Arial Unicode MS font (I don't have the
font you used in your code). I create the DefaultFontMapper object (based on
your code, modified for my font directory on Linux):
DefaultFontMap
PdfPTable works this way:
- each row is independent of other rows
- the height of all the cells in a single row is calculated
- the height of that row will be the height of the tallest cell in that row
- the process repeats for each row. NO height is passed from row to row.
If you have more q
hi,
I am evaluating Itext for building a report (XML - PDF). I am able to
build most part of it but there some problems while drawing lines &
printing headers.
My report format is like this :
Status : Assigned
--
Use ColumnText for all the text placement instead of Document.add(). There's
no way to skip a region.
Best Regards,
Paulo Soares
> -Original Message-
> From: Aviram Jenik [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, May 10, 2002 13:17
> To: [EMAIL PROTECTED]
> Subject: [iText-question
i want the height of each row in accoradance with the data in that row.like first row
has a height of 25, second 20,third 25 and so on according to the data..
the data will be dynamic so each row should adjust the height accordingly.presently
each row has the height of the row with max. data..
At 10:49 AM +0100 5/10/02, Paulo Soares wrote:
>Extracting the info was 30 minutes work.
Exactly. I'll see what you did, and how it compares to mine.
[time passes] I like what you did with the HashMap - definitely makes
more sense then what I was doing with individual calls for each on
Hi,
I want to use the PdfContentByte to write directly to the PDF document, but
to also use the regular Paragraph classes that take care of the alignment,
etc.
How can I combine the two? The pdfDocument will overwrite the content byte
area.
How can I tell the pdfDocument to skip pass the content
Can you present a picture of the expected result?
Best Regards,
Paulo Soares
> -Original Message-
> From: anwar mahmood [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, May 10, 2002 11:14
> To: [EMAIL PROTECTED]; Paulo Soares
> Subject: RE: [iText-questions] trouble with PdfPTable
>
> i
i really expected this only. so is there any way to avoid this?
--
On Fri, 10 May 2002 10:26:49
Paulo Soares wrote:
>What do you expected to happen for a table?
>
>Best Regards,
>Paulo Soares
>
>> -Original Message-
>> From:anwar mahmood [SMTP:[EMAIL PROTECTED]]
>> Sent:
With so many decompilers floating around this will only give you
psychological relief not real security. You can have a file with some
encrypted information based on some registration key and date. The program
would need to find the file with the correct information to run.
Best Regards,
Paulo So
Extracting the info was 30 minutes work. I'm tempted to start work to
extract information on the outlines and probably annotations (this only
leaves the forms behind) but the problem is how to expose the information. I
can do as PJ and show the start dictionary but I doubt that many would be
able
What do you expected to happen for a table?
Best Regards,
Paulo Soares
> -Original Message-
> From: anwar mahmood [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, May 10, 2002 10:07
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] trouble with PdfPTable
>
> Hi,
> I am using PdfPTable
Wrong iText version. Check the CLASSPATH.
Best Regards,
Paulo Soares
> -Original Message-
> From: Lord Zefyrus God [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, May 10, 2002 0:58
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] Help - Tables
>
> Hi all
>
> I'm in need to put a ta
You need to create a new PdfTemplate and PdfGraphicsd2D for each page.
Best Regards.
Paulo Soares
> -Original Message-
> From: nagi mel [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, May 09, 2002 19:29
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] Absolute positioning
>
> Hi,
Hi,
I am using PdfPTable for generating reports. The problem is if in one cell the data is
very large then the height of this partcular becomes the height of all the cells. In
short all the rows are of the height of the of the row with max height.
If i use setFixedHeight then data is getting tru
hello:
very thank your quoting,I have a
question want to ask to u! my project is a trial versions now. and I want to
time limted demo which runs for 30 days for my user!
for example http://big.faceless.org/products/download.jsp
I donnot how to implement it use java!
by the way
26 matches
Mail list logo