Silent printing

Here should go questions about transforming XML with XSLT and FOP.
pedro.riky
Posts: 16
Joined: Thu Mar 01, 2007 2:19 pm

Silent printing

Post 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?
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post 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
pedro.riky
Posts: 16
Joined: Thu Mar 01, 2007 2:19 pm

Silent printing

Post 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?
Post Reply