Re: [iText-questions] Adding borders to MultiColumnText

2007-07-05 Thread mister bean
If you're looking for a specific method/API, there isn't one that I know of in MCT (I've just been looking at the code). You will have to draw the lines manually (that is, using lower level methods). Bruno has an example that points you in the right direction on p. 208 of the book. ---Mister B

Re: [iText-questions] Designer & RadioButton work-around?

2007-07-05 Thread sseif
Sorry it's been awhile since I've addressed this issue. I actually was going to use my work around for the short term (i.e. use PdfCopyFields to downgrade form) with some JavaScript flipping the RadioButtons. This however has produced unwanted resorted fields in the resulting PDF. So given

Re: [iText-questions] How to preserve hyperlinks in PdfImportedPage?

2007-07-05 Thread Michael Schierl
On Thu, 5 Jul 2007 21:45:03 +0200, Michael Schierl wrote: > Anyway, my current patch is attached. forgot to attach some sample code (will convert multiple pdfs to one pdf with 4 pages per page): import java.io.*; import com.lowagie.text.*; import com.lowagie.text.pdf.*; public class Hyperlinks

Re: [iText-questions] How to preserve hyperlinks in PdfImportedPage?

2007-07-05 Thread Michael Schierl
On Thu, 5 Jul 2007 21:45:03 +0200, Michael Schierl wrote: > Anyway, my current patch is attached. forgot to attach some sample code (will convert multiple pdfs to one pdf with 4 pages per page): import java.io.*; import com.lowagie.text.*; import com.lowagie.text.pdf.*; public class HyperlinksS

Re: [iText-questions] How to preserve hyperlinks in PdfImportedPage?

2007-07-05 Thread Michael Schierl
On Sat, 30 Jun 2007 17:23:41 +0200, Michael Schierl wrote: > I will have a look if I can make up a general patch for itext to do things > like that - obviously links with their target in the same PDF will be > harder. There is one more problem :( I can get the links and get them into the targe

Re: [iText-questions] How can I extract Image from pdf file

2007-07-05 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: > Hello > My English ability is very poor. sorry > I want to read a pdf file > and save image to file > I try but.. > for (int i = 0; i < reader.getXrefSize(); i++) > { > PdfObject pdfobj = reader.getPdfObject(i); > } > > first I read file > and

Re: [iText-questions] Change from CVS to Subversion

2007-07-05 Thread Bruno Lowagie
Thomas Tampe wrote: > Dear Sirs / Madams, > > since you switched the version control system from CVS to subversion, > I suggest the included patch to com.lowagie.tools.BuildTutorial.java Thank you very much, Thomas, I've uploaded the change to SVN. best regards, Bruno --

[iText-questions] How can I extract Image from pdf file

2007-07-05 Thread uncle99
Hello My English ability is very poor. sorry I want to read a pdf file and save image to file I try but.. for (int i = 0; i < reader.getXrefSize(); i++) { PdfObject pdfobj = reader.getPdfObject(i); } first I read file and then getPdfObject How can I extract image and

[iText-questions] How can I extract Image from pdf file

2007-07-05 Thread uncle99
Hello My English ability is very poor. sorry I want to read a pdf file and save image to file I try but.. for (int i = 0; i < reader.getXrefSize(); i++) { PdfObject pdfobj = reader.getPdfObject(i); } first I read file and then getPdfObject How can I extract image and

[iText-questions] Change from CVS to Subversion

2007-07-05 Thread Thomas Tampe
Dear Sirs / Madams, since you switched the version control system from CVS to subversion, I suggest the included patch to com.lowagie.tools.BuildTutorial.java Yours sincerely Thomas Tampe Leiter SolutionCenter Logics Software GmbH Amtsgericht München, HRB: 80009 Geschäftsführer: Jörg Fellner S