I checked the mail archives, but I couldn't find anything similar.
We have code that generates a 12 page PDF document. It seems that initally
everything is fine and the document is generated successfully. However,
after generating a few documents this way, the app server that it's
executing in (
The following creates an endless loop during the table.addCell(PdfPCell) in
the ColumnText.findLimitsTwoLines() method. None of the conditions which
produce a return are satisified in the method (in this case lineStatus ==
LINE_STATUS_OK, and x1[0] == x2[1]) so the loop continues forever.
Font
Title: Specify filename name when user does a "Save"
In my servlet that generates a pdf on a user's browser, is there a way for me to specify what the filename should be if the user wants to save a copy of it to their local drive. As it sits now, when the user clicks the save icon in the Acro
Hey, this is my first post on this list so please be patient
if this is an obvious question. I am writing a program which will stream a PDF
from a servlet, open it, print it without user interferance, and close it,
returning to the previous page. I have accomplished all but the last step,
c
Title: Message
What
is the problem doing
Phrase phrase = new Phrase("Retro
active");
If not
possible then do:
Chunk chunk1 = new
Chunk("Retro");
Chunk chunk2 = new
Chunk("active");
Phrase phrase = new
Phrase();
phrase.add(chunk1);
phrase.add(chunk2);
I am trying to add two phrases to one cell, how
would I go about this?
Example:
Phrase phrase1 = new Phrase("Retro");
Phrase phrase2 = new Phrase("active");
Table ret = new Table(1,1);
Cell cell = new Cell(phrase1 + phrase2);
--->Doesn't Work but you get the idea of what i am trying t
Title: RE: [iText-questions] extra blank page with version 1.00
My pdf has a header and a footer and two chapters with sections.
Here is the header function:
private void header(Document document, String name, boolean isLOE, String canceled, String onhold) {
Calendar date = Calen
Title: RE: [iText-questions] java.io.IOException: The document has no pages.
I have gotten this error a couple times if I have a table that will not fit on one page, i.e. the table is 7 inches long and my pdf page size if 6 inches. Try increasing your page size to see if this is the problem.
At 08:32 AM 7/11/2003 -0700, Christopher Smith wrote:
I need to concatenate pre-existing pdf documents and finally add
dynamically generated pdf pages based upon user input in servlet environment
I am able to concatenate the pdf's with pdfcopy however; I am not able to
add pages.
Create
Hello together,
I wrote a java class that concatenates somes pdf
files using fonts AGaramond-Bold. The class is working well but the fonts
can not be found. Can someone helps me how I can embed the fonts in my
class.
I red in the iText-Tutorial, that it is possible to
embed the fonts but
I need to concatenate pre-existing pdf documents and finally add dynamically generated pdf pages based upon user input in servlet environment
I am able to concatenate the pdf's with pdfcopy however; I am not able to add pages.
the code to add pages compiles but it is not added.
please help.
D
Hi All,
I'm new to iText. I have it running in a servlet
using apache/tomcat. When I click on an html form to send the request to write
the pdf sometimes it works, sometimes I get the following. Any ideas
how I can stop this? Thanks,
ExceptionConverter: java.io.IOException: The document h
In brief, here is what we do:
response.setContentType("application/pdf");
response.setHeader("Connection", "keep-alive");
response.setContentLength(dataSize.intValue());
BufferedOutputStream bstream = new
BufferedOutputStream(response.getOutputStream());
BufferedInputStream istream = new Buffere
At 9:10 AM +0530 7/11/03, SATHISH Sreedharan wrote:
Can you point me to some site where I can find some more
documentation on this as this seems to be very interesting and I wud
like to know more abt this topic.
In the Help menu of Adobe Acrobat 5 (FULL product, not
Reader) is the complete Jav
>Nested tables always take the full width of the outer cell. The alignment
>doesn't make sense in this case as there's no space left.
Ok. thanks.
I'll have my layout governed by writeSelectedRows method :)
It seems the best way for having everything well positioned in the page.
thanks
roby
Nested tables always take the full width of the outer cell. The alignment
doesn't make sense in this case as there's no space left.
Best Regards,
Paulo Soares
> -Original Message-
> From: Roberto Cipollini [SMTP:[EMAIL PROTECTED]
> Sent: Friday, July 11, 2003 11:44
> To: [EMAIL PROTECTE
Hi guys.
I'm facing a PdfPtable nested in a PdfPCell.
this is my code:
PdfPTable spettabile = new PdfPTable(1);
addToCell(spettabile,"Spettabile",font8b); //method to add in a PdfPCell
some text with a particular font
addToCell(spettabile,des_customer,font7);
PdfPTable testata = new PdfPTable(3
Hi,
I have tried to align an image on the right side of my PDF. When I use
it doesn't work. It simply get's aligned on the left side. Is this a bug
or am I doing something wrong?
Thanks!
mike
---
This SF.Net email sponsored by: Parasoft
You can't do that with PDF.
Best Regards,
Paulo Soares
> -Original Message-
> From: pramodh [SMTP:[EMAIL PROTECTED]
> Sent: Friday, July 11, 2003 5:37
> To: Paulo Soares
> Cc: [EMAIL PROTECTED]
> Subject: Re: [iText-questions] Event handling in outline
>
> Thanks for the reply.
19 matches
Mail list logo