Giampaolo Capelli wrote:
> thank you very much,
> I solved my problem by create a first file with concatenation of
> multiple pdf files, and then I used PdfStamper to add an index.
> Is there a way to avoid to create a temporary intermediate file, and to
> work directly on the file written by Pdf
thank you very much,
I solved my problem by create a first file with concatenation of
multiple pdf files, and then I used PdfStamper to add an index.
Is there a way to avoid to create a temporary intermediate file, and to
work directly on the file written by PdfCopy?
Bruno Lowagie wrote:
>[EMA
Dirk Ulrich wrote:
> I am using a Chapter to place subsequent Sections to be able to number
> the sections continuously. This works fine.
OK.
> Now I want to add a
> horizontal line as a divider. How can I do this?
That's explained in section 14.2 of the book.
I use the same technique in chapt
I am using a Chapter to place subsequent Sections to be able to number the
sections continuously. This works fine. Now I want to add a horizontal line
as a divider. How can I do this?
If I use this code:
PdfWriter writer = PdfWriter.getInstance(document, new
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Take a look at the program pdftk
(Portable Document Format ToolKit).
It compiles the iText library with GCJ
and then uses it from a C++ frontend.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5-ecc0.1.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla
Hello.
I can't compile a simple example using Itext lib with GCJ.
This is what i have done:
gcj --classpath="./itext-1.4.6.jar;." --main=FdfMerge -o FdfMerge
FdfMerge.java
Does anyone ever used GCJ?
Thanks.
--
View this message in context:
http://www.nabble.com/compile-with-GCJ-tf2693456.html
R. Pardha Saradhi Gupta wrote:
> Hi,
>
> Is itext api supports appending attachments to pdf.
Yes.
> If so, Is itext 1.3 supports this feature.
It depends:
Support for annotations with attachments was added in 1.1.
Support for document level attachments was added in 1.4.2.
br,
Bruno
My answer bounced. Sorry if you get this twice.
R. Pardha Saradhi Gupta wrote:
> Hi,
>
> Is itext api supports appending attachments to pdf.
Yes.
> If so, Is itext 1.3 supports this feature.
It depends:
Support for annotations with attachments was added in 1.1.
Support for document
Hi,
Is itext api supports appending attachments to pdf.
If so, Is itext 1.3 supports this feature.
Thanks in advance.for the response.
Thanks & Regards
Pardha
-
Take Surveys. Earn Cash. Infl
Ray wrote:
> public TagMap(String tagfile) {
> super();
> try {
> //init(TagMap.class.getClassLoader().getResourceAsStream(tagfile));
> init(new FileInputStream(tagfile));
> }catch(Exception e) {
> throw new ExceptionConverter(e);
> }
> }
What if you change the constructor lik
Vishal Mehra wrote:
> Hi,
>
> I am trying to convert HTML to PDF. I want to achieve 100% formatting.
There's no such thing as 100% formatting.
Every browser renders HTML in its own particular way.
Think about that BEFORE you accept an assignment
to convert HTML to PDF.
Please read the FAQ:
http
Hi,
I am trying to convert HTML to PDF. I want to achieve 100% formatting.
I want to know some information regarding HTML formatting.
* Is iText directly support "style" attribute with all values???
* Is iText support tag?
* Is iText support tags??
* Is iT
Hi Bruno,
the code below throw a iText Exception, if i try to convert my xmlfile with my
own tagfile:
ExceptionConverter: java.lang.NullPointerException
at org.apache.crimson.parser.Parser2.parseInternal(Unknown Source)
at org.apache.crimson.parser.Parser2.parse(Unknown Source)
[EMAIL PROTECTED] wrote:
> This is my problem:
> I have some pdf files, and I want to create a pdf file which must include
> (import) them, and in the first page it must have an index for them.
> I want the index rows to be links to the corresponding pdf files imported in
> the global pdf.
Sound
This is my problem:
I have some pdf files, and I want to create a pdf file which must include
(import) them, and in the first page it must have an index for them.
I want the index rows to be links to the corresponding pdf files imported in
the global pdf.
Currently, I managed to create a pdf fil
Giampaolo Capelli wrote:
> Hi all,
> I would need a feature not implemented yet:
Apparently you don't know iText very well.
> I'm using cb.addTemplate() but it loose interactive pdf objects like
> annotations (for instance arrows inserted from Acrobat).
That's normal. It's documented in the
16 matches
Mail list logo