Hi , I have the following problem.
I have create a pdf with image fields, with a button the user can create
a new istance and insert (with a click on image field) an image. In
tthis way the user can insert a several image. I want get the image from
the pdf module and save in the folder. How I can do? I know how many
images have been inserted (I have a field with number instance value)
and I know the name of singular istance of image field
(ppc_img[0],ppc_img[1],ppc_img[2],ppc_img[....]).
I have create a function that return the value of a field I can use this
to save the image.
public static String getValore(Set<HashMap> map,String field_toFind,
XfaForm xfa)
{
String field = "";
String value = "";
for (Iterator it2 = map.iterator(); it2.hasNext();)
{
field = it2.next();
if (field.toString().indexOf(field_toFind) >= 0)
{
values = xfa.getNodeText(xfa.findDatasetsNode(field));
}
}
return valore;
}
If I have field (field = it2.next();) how I can get the image .The image
are embedded in the pdf
Thanks
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
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