Hi,

I'm using itextgoogle-5.4.0.jar in my eclipse android project.

One of the key requirements of the project is to be able to take a
page from another PDF and use it as a background on the PDF I am
generating dynamically.

I am clear from the examples how to do this.

However the following snippet of code produces a compile error on the
third line :

'The type java.awt.geom.AffineTransform cannot be resolved. It is
indirectly referenced from required .class files'
...
stationaryPage1 = writer.getImportedPage(stationary, 1);
cb = writer.getDirectContent();
cb.addTemplate(stationaryPage1, 0,0);
...

I can see the remapped classes eg. com.itextpdf.awt.*, but there must
be some references to the original java.awt.* files?

This compile error is a show stopper at the moment. Any help would be
much appreciated.

Thanks

Dom

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to