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
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
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
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
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
[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
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
--
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
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
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
10 matches
Mail list logo