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: Generating printout file and sending it to printer.

  1. #1
    Junior Member
    Join Date
    Mar 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Generating printout file and sending it to printer.

    Hi
    Sorry if I post this in wrong place, I am newbie, and I don't know the structure of this forum very well.

    I am designing simple app which would store data about users and generate standard letter and print sun ray card for this user.
    I know how to build UI, how to validate it etc. I know how to store data in database, but I don't know how to deal printing.
    I have MS doc template documents they contain jpg pictures, and unusual formating Is there a way of actually pulling those templates and do the merge and perform print operation? If it is not easily done, what else I could do? I would need to have option to easily edit those templates in case of any changes.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Generating printout file and sending it to printer.

    Let me Google that for you. Try this.

    Since you know which search results best fit your requirements, please do your own search next time.

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

    Default Re: Generating printout file and sending it to printer.

    Quote Originally Posted by GregBrannon View Post
    Let me Google that for you. Try this.

    Since you know which search results best fit your requirements, please do your own search next time.

    Thank you very much for this. It is almost completely irrelevant to my question though. But thank you for your warm welcome anyway.

Similar Threads

  1. Sending and Receiving File
    By beer-in-box in forum Java Networking
    Replies: 8
    Last Post: March 31st, 2013, 07:57 PM
  2. Generating a Batch File - Static Method Error
    By Stroypet in forum What's Wrong With My Code?
    Replies: 3
    Last Post: May 17th, 2012, 11:42 AM
  3. Generating array (or arraylist) matrix from txt file
    By benjalizana in forum What's Wrong With My Code?
    Replies: 2
    Last Post: November 14th, 2011, 08:09 PM
  4. [SOLVED] Sending xml file over a socket
    By Kakashi in forum Java Networking
    Replies: 2
    Last Post: March 9th, 2011, 09:41 AM
  5. Saving .jsp page as .pdf file while generating report for struts based web application
    By ravindra_kumar_tiwari in forum JavaServer Pages: JSP & JSTL
    Replies: 3
    Last Post: August 12th, 2008, 09:32 AM