I will be out of the office starting Monday, September 27th until Tuesday, October
5th. If you need assistance please contact either Allen or Will at 913-345-8900.
Thank You,
Brian Cook
Print Time
---
This SF.net email is sponsored by: IT Pro
hi there,
please consider www.pdfone.net
we are doing exact what you are looking for
join our list and together making better contribution
and better html2pdf compiler there.
best regards,
dangtronghop
http://www.pdfone.net
http://www.vietclever.com
http://www.vietclever.net
http://www.vietc
I will be out of the office starting Monday, September 27th until Tuesday, October
5th. If you need assistance please contact either Allen or Will at 913-345-8900.
Thank You,
Brian Cook
Print Time
---
This SF.net email is sponsored by: IT Pro
I will be out of the office starting Monday, September 27th until Tuesday, October
5th. If you need assistance please contact either Allen or Will at 913-345-8900.
Thank You,
Brian Cook
Print Time
---
This SF.net email is sponsored by: IT Pro
Hi All,
I had created a PDF Document with BookMarks using
PdfContentByte cb = writer.getDirectContent();
PdfOutline root = cb.getRootOutline();
cb.addOutline(new PdfOutline(root, new PdfDestination(PdfDestination.XYZ),"text"))
it works fine but(the book marks created well)
what should i need to
Hi, I´m using iText and I wanna know how can I change
the page and font properties, for example in my report
I want pages in landscape format because they are too
wide
someone can help me.
Does iText do it???
Thanks.
Regards
Michel Rocha
Procwork Software
[EMAIL PROTECTED]
___
When I add a Table to the Header of a document, the data prints 1 line above
the table/cells. The same code works fine, when you are not in a HeaderFooter.
I have noticed that if I set leading I can increase the height of the row and
then the words fit inside the row.
---
Thank you for the quick reply. I guess what I am asking is how would I include these
objects as key value pairs in the PDF catalog? And when you say catalog, Am I correct
in assuming you mean PdfDocument.PdfCatalog?
So if I create a PdfName/PdfObject pair and put it into the PdfCatalog it will a
This technique is generally working great and is much cleaner than what I originally
envisioned. I
am, however, having one problem.
I am using the PdfPTableEvent handler to draw a border around the entire table (since
PdfPTable
doesn't derive from Rectangle like Table does). This works fine wi
At 01:57 PM 9/29/2004, Aaron wrote:
I am wondering if the iText library supports Portable Job Ticket Format
(PJTF).
It doesn't - but that's OK because PJTF has been deprecated in
favor of JDF. (but iText doesn't do JDF either, at this time).
If I create a document with iText I would lik
Hi,
Can you tell me where can I find source code for converting PDF to html and Html->PDF.
Regards,
Lalitha.
Do you Yahoo!?vote.yahoo.com - Register online to vote today!
If you know the semantics of PJTF you can create the objects and include
them with iText. PJTF is just an extra key in the PDF catalog.
Best Regards,
Paulo Soares
- Original Message -
From: "Aaron" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 29, 2004 18:57
Subj
Hi,
Can you tell me where can I find source code for converting pdf->html and html->pdf in Java.
Regards,
Lalitha.
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
Hello,
I am wondering if the iText library supports Portable Job Ticket Format
(PJTF). If I create a document with iText I would like to specify a quantity
flag that is supported in PJTF so when it is sent to the Press it will print
out N times. Any help/information is much appreciated.
Th
I will be out of the office starting Monday, September 27th until Tuesday, October
5th. If you need assistance please contact either Allen or Will at 913-345-8900.
Thank You,
Brian Cook
Print Time
---
This SF.net email is sponsored by: IT Pro
I brought in the skipFirstHeader flag some years ago. The idea behind is
to be able to split a large table in to many pieces, regardless of the
size of the page because measuring this size was very slow at that time
- to be honest I haven't tested if this has changed nowadays.
What I actually di
A couple months ago I built a project using iText to generate PDFs so I
have some experience using iText.
The application i wrote read read in a special home grown xml format and
built the PDF using traditional iText api stuff. None of the XML to PDF
stuff "built into" itext.
I'm working on a n
The border will be on top of the other, no double border here.
Best Regards,
Paulo Soares
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Steve Appling
> Sent: Wednesday, September 29, 2004 4:06 PM
> To: Wellman, Daniel; [EMAIL PROTECTED]
> Subj
I've a problem generating rtf documents that contain listitems (bullet or
numberedlists). Sometimes (not always) the elements after a listelement are put
on to the next page. But this is not desired.
Any hints?
Thanks a lot
---
This SF.net ema
Thanks for the suggestions, but after looking into it more, I think I like Paulo's
idea. I didn't
originally understand what setSkipFirstHeader was doing. I'm going to try to make an
example to
exercise this later this afternoon. I want to test this with borders, it seems like
you will get a
Hello,
I'm currently writing a java rtf text editor. This editor is intended
for mass documents management.
This editor is intended to accelerate the workflow, so the user does
not have access to advanced layout.
My plan is to put the layout into a pdf file.
The pdf file will contain header, fo
text
size can also be size=12px for values in
points.
Best Regards,
Paulo Soares
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rémi
GuilbertSent: Wednesday, September 29, 2004 2:39 PMTo:
[EMAIL PROTECTED]Subject: [iText-questions]
font inside HTMLWor
Hi,
I want HELVETICA font inside my pdf, what
I'm supposed to add inside my html code ? Is it possible to set this
property on HTMLWorker ?
Thank's !!
Rémi
Hi Steve,
I'm not entirely sure what's wrong with PdfDocument.fitsPage(), but from
what the source looks like, it seems that you could get the existing
height of a table after adding a row and do the same kind of math
calculations to see if your table total height (plus margins) has
wrapped beyon
Here's an example:
public PdfPTable getMoreRows() {
// This returns more rows, say 50.
// The result should be a table with an header and 50 rows.
// At the end it returns null.
}
public void main() {
// some code
boolean skipHeader = false;
PdfPTable table = null;
while ((table = get
That's set in Phrase.
Best Regards,
Paulo Soares
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Mahendra
> Sent: Wednesday, September 29, 2004 10:24 AM
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] set the font and size to PdfPTable cel
It doesn't matter if the rows overflow to the next page. What you have
is a sequence of tables one after the other seamlessly connected with
possibly more than one table in the same page. The amount of rows you
put in each table is arbitrary, I usually put 50.
Best Regards,
Paulo Soares
> -Or
Hi This ia mahendra Pulakam from infotech
please help me in ...
setting the font and size to the PdfPTable on the cell
Thanking you
Mahendra
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT pro
Thanks for the example, but how do you implement something like your getMoreRows that
will fill up a
page without using fitsPage when adding rows to it? If you don't have a fixed row
height that you
know in advance, then it seems like you have to use fitsPage after adding each row.
Even using
I don't think you can do it for ttf and ttc. Do you have any pdf using that feature?
Best Regards,
Paulo Soares
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of [EMAIL PROTECTED]
> Sent: Wednesday, September 29, 2004 6:13 AM
> To: [EMAIL PROTECTE
Hi,
I am chinese developer, I want to create my document with chines fonts
such as song font,hei font,fang font. But I dont't want to use ttf or ttc
fonts, as follows:
31 matches
Mail list logo