Link to home
Start Free TrialLog in
Avatar of xiaoyunwu
xiaoyunwuFlag for United States of America

asked on

word search program on web

I need to dynamically generate word search pdf on the web. Teachers will type in their own words on web site, and I need to generate word search pdf, word search result pdf. My backend code is java. I will use iText to generate pdf. I'm not sure where to start. Please help. I think with hard work, I probably can figure out word search pdf sheet, but how can I generate the word search solution? Which will have lines to circle the words. Is there anything out there I can already use?
Avatar of for_yan
for_yan
Flag of United States of America image

What means "word search pdf" ?
Avatar of xiaoyunwu

ASKER

put word search into pdf.
Here is an example:
http://www.lakeshorelearning.com/general_content/free_resources/teachers_corner/wordsearch/wordSearch.jsp
I'm not sure how to generate "answer key" in pdf. Those rectangle with arc to circle the result is hard, will I do it first in java then generate pdf? Do not know where to start. Thanks.
ASKER CERTIFIED SOLUTION
Avatar of for_yan
for_yan
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks, for_yan.