Friends,
I am trying to add tags to an existing PDF.

I have the ITEXT in Action book and I have worked with some of the examples.

ReadOutLoud
MarkedContent
HelloWorldWriter

However, I have not been able to get my code to work.


HelloWorldWriter is alot like what I want to do, but the pages are not normal 
size.

The page imported results in a smaller size and a bigger than normal page.

I thought to wrap the existing document as such:

<document>
  <Part>
    import page 0
  </Part>
  <Part>
    import page 1
  </Part>
</document>

http://itext.ugent.be/itext-in-action/examples/chapter02/HelloWorldWriter.java

Thanks,
-Mike


      

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to