Page 1 of 1

Silent printing

Posted: Fri Sep 07, 2007 4:57 pm
by pedro.riky
Hi all.
I want to print my document without preview,i try autogenerated PCL (dont works fine)
and i use the native methods to call acrobat dll,it's works bu if i want to use another viewer or i dont want to install Acrobat Reader i'm ......
I try postscript but i haven't a good result.
Any idea?

Posted: Fri Sep 07, 2007 6:11 pm
by sorin_ristache
Hello,

It is not clear how you try to print without preview. Do you have a Java application which contains native methods which call an Acrobat DLL? I think calling a DLL library will work only on Windows which is not convenient for a Java application.


Regards,
Sorin

Silent printing

Posted: Mon Sep 10, 2007 1:20 pm
by pedro.riky
I use a C++ header file to embed the java code and the C++ DLL but is not the solution i want because i dont want to use only Adobe product.
I try to use the PCL that fop generate but i have different behaviour on different printer.
I try to use AWTRenderer but the result is too different than the print of AdobeAcrobat.


Is there any way to print a existing pdf file without preview?