The Artima Developer Community
Sponsored Link

Java Answers Forum
PDF Printing

2 replies on 1 page. Most recent reply: Dec 17, 2006 6:11 AM by Thomas SMETS

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
vikram kapoor

Posts: 1
Nickname: vikra
Registered: Mar, 2006

PDF Printing Posted: Mar 8, 2006 3:51 AM
Reply to this message Reply
Advertisement
Hi,

I am having a platform independent application in C++ to print pdf document without any GUI interface/ Manual Interfence on

Windows/Linux/HP-UX platform.

I have CUPS as a option on Linux and HPUX which can print the PDF documents to physical printer attached.

I am also exploring the possibility of using Java to do similar job and will work for all three Windows/Linux/HP-UX platform.
I have used XMLFOP and Java PDF Library in past but i have not found any good way so that i can communicate with Java with my

C++ library.

JNI can help me here but i really want to know if there is some Java PDF Library which offers C++ interface to work with so

that i can print the PDF directly.

Also i want to know its good idea to use Java libray offering C++ interface or CUPS to do this kind of Job when we look at

Linux/HPUX.

Vikram.


Thomas SMETS

Posts: 307
Nickname: tsmets
Registered: Apr, 2002

Re: PDF Printing Posted: Mar 27, 2006 3:10 PM
Reply to this message Reply
AFAIK, there are no java-PDF specifically using C/C++. And it would be pointless... but if you really want ..., why not ... ?

You have, ,as you stated, in the open-source world :
[*] XML-FO
[*] Lowagie / iText

Hope, it is OK.

\T,

Thomas SMETS

Posts: 307
Nickname: tsmets
Registered: Apr, 2002

Re: PDF Printing Posted: Dec 17, 2006 6:11 AM
Reply to this message Reply
Forgot to mention :
Jasper : http://jasperforge.org/sf/projects/jasperreports

\T,

Flat View: This topic has 2 replies on 1 page
Topic: PDF Printing Previous Topic   Next Topic Topic: Heap

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use