15,000 Jobs Available in:
Java, ASP, C#, PHP, SQL, SAP, MySQL and many more.
- Class Quick -
The moose likes Other JSE/JEE APIs and the fly likes How to convert a pdf file to a pcl file in Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "How to convert a pdf file to a pcl file in Java" Watch "How to convert a pdf file to a pcl file in Java" New topic
Author

How to convert a pdf file to a pcl file in Java

Praveen Rajendran
Greenhorn

Joined: Dec 25, 2009
Posts: 21
I am trying to find out how to convert a pdf file to a pcl file using java based API. Currently I am using a Adobe API through JACOB (Java COM Bridge) for this pcl creation but want to get out of that and use any Java based API or opensource.

I came across the StreamPrintService which can do such print file conversion but able to convert only a GIF file to a PS.

When I try to lookup for StreamPrintServiceFactory with input DocFlavor as GIF and output as PCL its saying no factories exist. Is this factory related to the Printers configured on my machine? I have tried the same after configuring the printer which prints PCL files but still no luck.

Code that I used is:



Appreciate any help.


Thanks & Regards,
Praveen
vijin das
Ranch Hand

Joined: Jun 07, 2010
Posts: 129

check these links

convert
converter


VIJINDAS
 
 
subject: How to convert a pdf file to a pcl file in Java
 
developer file tools