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 6 of 6

Thread: pdf generation

  1. #1
    Member
    Join Date
    Jan 2012
    Posts
    57
    My Mood
    Fine
    Thanks
    11
    Thanked 0 Times in 0 Posts

    Default pdf generation

    hello guys

    i want to generate a pdf of my data from database .. and i am using Netbeans IDE .. plzz tell me the complete steps to do the code for that and how to retrieve the data and write to the PDF...
    plzzz help
    i dnt have any idea about this ..
    Thanks


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: pdf generation

    This looks like a do-it-for-me-question in a realm of help-me-when-i'm-stuck-answers.
    What have you done so far? Where are you stuck?

  3. #3
    Member
    Join Date
    Jan 2012
    Posts
    57
    My Mood
    Fine
    Thanks
    11
    Thanked 0 Times in 0 Posts

    Default Re: pdf generation

    want to learn from the begining.. plzzz help

  4. #4
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: pdf generation

    Sure, I(we) have no problems helping.
    However, I don't know what you know, nor do I have a clue where you are stuck.
    What have you done on your own? What is your first problem or error?
    I don't even know if you can write a "Hello world!" program... How are we supposed to provide assistance not knowing where you are in your project?

  5. The Following User Says Thank You to jps For This Useful Post:

    copeg (July 21st, 2012)

  6. #5
    Member
    Join Date
    Jan 2012
    Posts
    57
    My Mood
    Fine
    Thanks
    11
    Thanked 0 Times in 0 Posts

    Default Re: pdf generation

    i have a database named students in which i stored all the details for the students like name , age , address e.t.c .. now i want to write this complete record of each student separately according to the student Id (unique) on PDF .. but i dnt know the steps to do that ...

  7. #6
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: pdf generation

    If your problem is too large for you to see the solution, break it down into smaller parts. For example, you said your data is in a pdf and you want to organize the data into a new pdf with a new setup, (by a unique id). So that tells me you need to take the data in, organize it, and send it back out.
    Start off with an outline of how you think you would need to do that, and don't worry about the code for now. Get your plan organized and turn that into code later.
    Pretend you need to do only one person at first. Get the data from the source, organize that data, and output it. If you get stuck along the way, just ask questions...

Similar Threads

  1. PDF generation
    By deependeroracle in forum JDBC & Databases
    Replies: 2
    Last Post: June 26th, 2012, 10:29 AM
  2. [SOLVED] Help with password generation
    By Dr.Code in forum What's Wrong With My Code?
    Replies: 2
    Last Post: June 25th, 2012, 06:36 AM
  3. Jpa Primary key generation
    By rdheepan in forum JDBC & Databases
    Replies: 5
    Last Post: December 13th, 2011, 03:44 AM
  4. Okay Here Goes...World and Map Generation.
    By rooster5105 in forum Algorithms & Recursion
    Replies: 1
    Last Post: October 30th, 2011, 02:45 PM
  5. Is AgileUnit the next test generation?
    By ricardo7307 in forum Member Introductions
    Replies: 0
    Last Post: May 16th, 2011, 02:33 PM