Dev Kulkarni

Greenhorn
+ Follow
since Aug 04, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Dev Kulkarni

hey guys.. I have written a code in java to display input pdf on a swing panel. but the problem is it is showing only 1st page or page that user enters number for. i have added Next and Previous Buttons on same parent Jframe. i need Next button to show next page of pdf and Prev button to show previous button. I am not able to get My actionlistener to work. can anyone help me out ?

10 years ago

Anurag Verma wrote:Welcome to CodeRanch Dev,
Yes, you can add your methods in the servlet class. breaking your code into methods is always recommended for having a clean code. In this particular scenario, applying few design patterns will make your code even better.



Dev Kulkarni wrote:Thanks Anurag..

10 years ago
Hello guys..
m new to the ranch.. so i dont know how exactly we work here.. ;)
getting to the point..
i need to write a java code which will convert the input file in .pdf format to .swf(flash) file. is any api available for such process ? if yes then where can i get it ?

Thanks and regards..
Dev Kulkarni.
10 years ago
Hey guys,

i have wrote a servlet to enter some details into database. at the same time i want to use those values in a user defined function. can i write a method in the servlet itself ? is it the right way to go ? i will post code i have written along with function i want to call.

Code:
10 years ago