swethana garigapati

Greenhorn
+ Follow
since May 29, 2014
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
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by swethana garigapati

How to Create an External Storage Solution for SharePoint, or how to do stubbing in sharepoint using java programming
9 years ago
Hi,
I want to create a Sharepoint Stubbing using java api by, replacing the real files with a smaller file containing only the information necessary to retrieve the original file. Now the real file can be store anywhere and in any format as long it can be restored in a timely manner and unmodified.


Please Guide me How can we implement this in SharePoint using java.
9 years ago


I need to run on Linux Environment. We are developing projects in Java, So I need to code using java only.

Please suggest me some Java api's which can be useful for me.


Thanks..
9 years ago

I want all spooled job queues of printer in the network.

My project requirement is using java Api I need to listen all the jobs of the printer in the network
9 years ago

swethana garigapati wrote:

Hi,

How to Listen and Monitor spooled jobs in a network printer and tracking which job went to what printer, on the network using JAVA API.




I need to track all the jobs in printer queue in the network. I need to implement this concept in my project.
9 years ago


Hi,

How to Listen and Monitor spooled jobs in a network printer and tracking which job went to what printer, on the network using JAVA API.


9 years ago
sorry

OutputStream fos = new BufferedOutputStream(new FileOutputStream("/home/Desktop/sample1.ps"));

I need to give extension as ps , not txt,
9 years ago


This is my complete program , I am getting error like

sun.print.PrintJobFlavorException: invalid flavor

please help me where i had done mistake in my code.
9 years ago
I want to read pdf and text files and then print the pdf or text file to a output pdf or text or ps files using printer concept.
9 years ago
I want the output to be written to output file instead of printing on paper
9 years ago
Hi,

I need to print a pdf and text files to a file,
i need to use printer concept, but the output of printer need to be go to the output file instead of printer.

please help how to do it, I am totally new to Java

Thanks In Advance
9 years ago