Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-13 Thread Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI
Hi:

Ok... I have purchased the second edition of the book, looked at the
examples in chapter 13.  However, I'm still unable to get the fields and
values from a already completed form.  I'm not filling it out, I'm not
placing movies, fonts or anything else in the form just need to extract
the data from the already completed fields from a dynamic form saved as
9.x  Below is the code I used to extract from older forms that are
not dynamic.

PdfReader reader = new PdfReader(inpdffile);
char c = reader.getPdfVersion();

AcroFields readerfields = reader.getAcroFields();
hashtable.putAll(readerfields.getFields());
Enumeration keys = hashtable.keys();

while (keys.hasMoreElements())
{
String val=null;
Object aKey = keys.nextElement();

val = ValidXmlString(aKey.toString());
String str =
(String)readerfields.getField(aKey.toString());
rootEle.setAttribute(val, str);
} // while
 

-Original Message-
From: Bruno Lowagie [mailto:br...@lowagie.com] 
Sent: Monday, April 12, 2010 12:29 PM
To: Post all your questions about iText here
Subject: Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI wrote:
 Please assist... I tried purchasing the book...  getting the following
 error...

After another mail to support, the problem was solved.
It's now possible again to buy the book.

Recently a new chapter was added: chapter 13.

In the meantime, I've finished writing ALL chapters,
and I'm now reading and revising the book, based on
the suggestions of the official reviewers and the
remarks posted on this list.

I hope the revised chapters will be made available
through MEAP soon. I'll keep you posted!
best regards,
Bruno


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions:
http://www.1t3xt.info/examples/
You can also search the keywords list:
http://1t3xt.info/tutorials/keywords/

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/


Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-13 Thread 1T3XT info
Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI wrote:
 Hi:
 
 Ok... I have purchased the second edition of the book, looked at the
 examples in chapter 13. 

You need chapter 8.
You want the data as shown in listing 8.22.
That snippet is part of the output of listing 8.20.
Looking at listing 8.21, you can adapt listing 8.20
so that it only returns the node that can be found
in the xfa:data node of the xfa:datasets
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/


Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-12 Thread Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI
Please assist... I tried purchasing the book...  getting the following
error...
Site error: the file /affiliate/idevaffiliate.php requires the ionCube
PHP Loader ioncube_loader_fre_4.3.so to be installed by the site
administrator
-Original Message-
From: Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI 
Sent: Monday, April 05, 2010 8:07 AM
To: 'Post all your questions about iText here'
Subject: RE: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

I tried to purchase the book but I'm getting the following error
Site error: the file /affiliate/idevaffiliate.php requires the ionCube
PHP Loader ioncube_loader_fre_4.3.so to be installed by the site
administrator

-Original Message-
From: 1T3XT info [mailto:i...@1t3xt.info] 
Sent: Friday, April 02, 2010 1:19 AM
To: Post all your questions about iText here
Subject: Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI wrote:
 Hello:
 
 When I create a form using Livecycle and save the PDF as 9.x, I'm no
 longer able to read the field names and values.  In the past I use
 AcroFields object to extract the field names and values.   I have been
 unable to get the 5.0.1 to extract the fields and values...  Do you
have
 a java example that shows how to extract the fields and values out of
a
 9.x PDF? Your help would be greatly appreciated.

You have created a pure XFA form without an AcroForm counter-part.
Read chapter 8 of the second edition of iText in Action.
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions:
http://www.1t3xt.info/examples/
You can also search the keywords list:
http://1t3xt.info/tutorials/keywords/

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/


Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-12 Thread Bruno Lowagie
Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI wrote:
 Please assist... I tried purchasing the book...  getting the following
 error...
 Site error: the file /affiliate/idevaffiliate.php requires the ionCube
 PHP Loader ioncube_loader_fre_4.3.so to be installed by the site
 administrator

I thought I had already answered this.
Maybe the mail didn't reach you.

The problem is not caused on the itextpdf.com server.
It's a problem on the Manning server.

This is very annoying for me too.
I've been asking Manning to solve this problem for weeks now,
but the problem persists.

I'm forwarding this to supp...@manning.com
in the hope that they'll be able to help you.

best regards,
Bruno

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/


Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-12 Thread Bruno Lowagie
Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI wrote:
 Please assist... I tried purchasing the book...  getting the following
 error...

After another mail to support, the problem was solved.
It's now possible again to buy the book.

Recently a new chapter was added: chapter 13.

In the meantime, I've finished writing ALL chapters,
and I'm now reading and revising the book, based on
the suggestions of the official reviewers and the
remarks posted on this list.

I hope the revised chapters will be made available
through MEAP soon. I'll keep you posted!
best regards,
Bruno

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/


Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-05 Thread Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI
I tried to purchase the book but I'm getting the following error
Site error: the file /affiliate/idevaffiliate.php requires the ionCube
PHP Loader ioncube_loader_fre_4.3.so to be installed by the site
administrator

-Original Message-
From: 1T3XT info [mailto:i...@1t3xt.info] 
Sent: Friday, April 02, 2010 1:19 AM
To: Post all your questions about iText here
Subject: Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI wrote:
 Hello:
 
 When I create a form using Livecycle and save the PDF as 9.x, I'm no
 longer able to read the field names and values.  In the past I use
 AcroFields object to extract the field names and values.   I have been
 unable to get the 5.0.1 to extract the fields and values...  Do you
have
 a java example that shows how to extract the fields and values out of
a
 9.x PDF? Your help would be greatly appreciated.

You have created a pure XFA form without an AcroForm counter-part.
Read chapter 8 of the second edition of iText in Action.
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions:
http://www.1t3xt.info/examples/
You can also search the keywords list:
http://1t3xt.info/tutorials/keywords/

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/


Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-05 Thread 1T3XT info
Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI wrote:
 I tried to purchase the book but I'm getting the following error
 Site error: the file /affiliate/idevaffiliate.php requires the ionCube
 PHP Loader ioncube_loader_fre_4.3.so to be installed by the site
 administrator

The problem is located on the manning.com servers and there's very 
little I can do about it. You can reach the book page at Manning 
directly using this URL: http://www.manning.com/lowagie2/

I could change the affiliate links, but the revenue that is generated by 
those links (if they work) is a substantial part of the total revenue 
generated by the book.

As soon as I noticed the problem, I reported it to Manning, and they 
have promised to fix it ASAP. I assumed they meant to solve the problem 
in less than a day (and therefore I didn't update the links) but I'm 
still waiting...
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/


[iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-02 Thread Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI
Hello:

When I create a form using Livecycle and save the PDF as 9.x, I'm no
longer able to read the field names and values.  In the past I use
AcroFields object to extract the field names and values.   I have been
unable to get the 5.0.1 to extract the fields and values...  Do you have
a java example that shows how to extract the fields and values out of a
9.x PDF? Your help would be greatly appreciated.

Thanks


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/


[iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-02 Thread Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI
Hello:

 

When I create a form using Livecycle and save the PDF as 9.x, I'm no
longer able to read the field names and values.  In the past I use
AcroFields object to extract the field names and values.   I have been
unable to get the 5.0.1 to extract the fields and values...  Do you have
a java example that shows how to extract the fields and values out of a
9.x PDF? Your help would be greatly appreciated.

 

Thanks

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-02 Thread 1T3XT info
Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI wrote:
 Hello:
 
 When I create a form using Livecycle and save the PDF as 9.x, I'm no
 longer able to read the field names and values.  In the past I use
 AcroFields object to extract the field names and values.   I have been
 unable to get the 5.0.1 to extract the fields and values...  Do you have
 a java example that shows how to extract the fields and values out of a
 9.x PDF? Your help would be greatly appreciated.

You have created a pure XFA form without an AcroForm counter-part.
Read chapter 8 of the second edition of iText in Action.
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/