Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - phs to pcl: (4 Items)
   
phs to pcl  
Hello,

I need to print a graph from my board and I'm planning to use phs-to-pcl photon print driver utility. My query is how to
 generate a phs file? I couldn't find any reference shedding light on this.

Thanks,
Lakshminarayanan.R
RE: phs to pcl  
Phs is a photon draw stream file. If you are not using photon, then this
filter will not be useful to you.

If you are using Photon, then see the documentation on the Pp* print
functions in the Photon Library Reference Guide.

Max 

-----Original Message-----
From: Lakshminarayanan R [mailto:community-noreply@qnx.com] 
Sent: Saturday, March 14, 2009 4:25 AM
To: momentics-community
Subject: phs to pcl

Hello,

I need to print a graph from my board and I'm planning to use phs-to-pcl
photon print driver utility. My query is how to generate a phs file? I
couldn't find any reference shedding light on this.

Thanks,
Lakshminarayanan.R

_______________________________________________
QNX Momentics Community Support
http://community.qnx.com/sf/go/post24371
Re: RE: phs to pcl  
I'm able to print the file using Pp* options. And I'm able to print the contents to a phs file. What I do here is, use a
 PtPrintSelection API to display a dialog from which I choose the option to print to a phs file. But, I need to print te
 contents to a phs file without any use intervention/ dialog display.

Is there any API's to support the same??
Re: RE: phs to pcl  
PpPrintWidget() and its family.