d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Need Assistance With Java Text Box
Add Reply New Topic New Poll
Member
Posts: 60,920
Joined: May 6 2008
Gold: 333.33
Nov 2 2015 01:04pm
Hey guys and gals, so im having issues with Java.
I cant seem to figure out why this won't work.

I am trying to have a 'comments section' on a fillable PDF form that. So right now i have a button programmed to format and type the current date when the button is clicked, as well as push the text down and insert comments added on a later date. My problem is incorporating that into a new page. Right now the comment section is at the bottom of my PdF sheet and when it fills up I need to continue onto the next page and also keep the same form (newest text at top).

The closest i've gotten is when sheet1 comments fill up it pushes down to sheet 2, but then it adds anyother text to sheet 2 now, which means that the newest comment is no longer the first one seen.


If this makes sense to anyone,and someone can help I will send them the code I have currently.
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Nov 2 2015 06:43pm
how about you post a few pictures and include the relevant code?

i've never embedded java code inside a pdf document, so i'm not too clear how it works. also include what gui library you're using. swing? swt?
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll