Re: Using Wicket with Adobe Forms (FDF)

2016-01-25 Thread arronlee
Did you have any idea about  text extraction from pdf files
  ?

-
Best Regards,
Arron






Next Tomorrow is Another Day.
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Using-Wicket-with-Adobe-Forms-FDF-tp4446987p4673430.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Using Wicket with Adobe Forms (FDF)

2012-03-07 Thread Martin Grigorov
On Tue, Mar 6, 2012 at 8:30 PM, eugenebalt eugeneb...@yahoo.com wrote:
 Thanks. But we don't have Request Params, we have a binary Request Stream
 with Adobe's FDF.

 In HTTP, you can do request.getInputStream() to get it, can you do the same
 in Wicket?

This is how POST parameters are being read from the request.
So yes, it is possible to read it.


 Thanks again.

 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/Using-Wicket-with-Adobe-Forms-FDF-tp4446987p4450849.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Using Wicket with Adobe Forms (FDF)

2012-03-06 Thread eugenebalt
Thanks. But we don't have Request Params, we have a binary Request Stream
with Adobe's FDF.

In HTTP, you can do request.getInputStream() to get it, can you do the same
in Wicket?

Thanks again.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Using-Wicket-with-Adobe-Forms-FDF-tp4446987p4450849.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Using Wicket with Adobe Forms (FDF)

2012-03-05 Thread eugenebalt
I guess what I'm asking is, is there a way to support regular Servlet URLs
in Wicket?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Using-Wicket-with-Adobe-Forms-FDF-tp4446987p4447046.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Using Wicket with Adobe Forms (FDF)

2012-03-05 Thread Pierre Goupil
You can try a BookmarkablePage.



On Mon, Mar 5, 2012 at 7:27 PM, eugenebalt eugeneb...@yahoo.com wrote:

 I guess what I'm asking is, is there a way to support regular Servlet
 URLs
 in Wicket?

 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Using-Wicket-with-Adobe-Forms-FDF-tp4446987p4447046.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Si tu penses que la violence ne résout rien, c'est que tu n'as pas tapé
assez fort.


Re: Using Wicket with Adobe Forms (FDF)

2012-03-05 Thread Martin Grigorov
Hi,

On Mon, Mar 5, 2012 at 8:33 PM, Pierre Goupil goupilpie...@gmail.com wrote:
 You can try a BookmarkablePage.

Right.
You can override Form#getActionUrl() to return a url to a bookmarkable page.
The only problem is that PageParameters will contain only the GET parameters.
If you need to POST to a page then extract the parameters via
getRequest().getRequestParameters().




 On Mon, Mar 5, 2012 at 7:27 PM, eugenebalt eugeneb...@yahoo.com wrote:

 I guess what I'm asking is, is there a way to support regular Servlet
 URLs
 in Wicket?

 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Using-Wicket-with-Adobe-Forms-FDF-tp4446987p4447046.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




 --
 Si tu penses que la violence ne résout rien, c'est que tu n'as pas tapé
 assez fort.



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org