Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Best Route for Program

  1. #1
    Junior Member
    Join Date
    Jan 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Best Route for Program

    Hi everyone,

    I'm making a program in which I take a D&D Character Sheet and automatically fill it in depending on what the user inputs into the program. I'd eventually like to implement a very basic UI.

    My question is, what API should I be using to implement the fill function on the character sheet? I could theoretically have the character sheet in PDF format and I tried using iText, but it seemed very inefficient for the large amount of filling that the form required. I could also put it into word format if that would be easier. If word format would be much easier, then which API should I use to integrate the filling out of this form?

    This will be my first "entire" and packaged program that I've ever made, so I don't want to get part way through it and find out there is a much easier option. I've looked at using POI Apache. Would any of you have any suggestions?

    Thanks!


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Best Route for Program

    It's going to depend entirely on the format of the character sheet. Is it a rich text document? An xml file? A pdf? An image? Something else?
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Junior Member
    Join Date
    Jan 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Best Route for Program

    For some reason I couldn't clearly relay the information I needed to in my last post. My brain felt scrambled!

    The character sheet is in both PDF form and .docx. Sorry for the being unclear!

Similar Threads

  1. travel route recommendation system (trajectory pattern mining)
    By maestropabali in forum Project Collaboration
    Replies: 0
    Last Post: September 17th, 2013, 10:37 PM
  2. For Loops in a Route Assignment Algorithm
    By Aaron140 in forum Loops & Control Statements
    Replies: 5
    Last Post: April 3rd, 2012, 12:23 PM