Data Stream and Win Api GetJob Support

If you have any suggestions for new features that you would like to see in any of our products, please add them to the wish list.
Post Reply
Gabrio

Data Stream and Win Api GetJob Support

Post by Gabrio »

In the new version 2.10, there is the ability to pass the pageprocess to a custom dll. Why not create a property in the activex that contain the pdf data for streaming processing ?

In the CDIntF.Document ther's no way to know some info on the pdf (like paper size-width-length-orientation) when u use pdfconv under win98. On this platform, unlike win2000/nt, there's no data spooling.
Have u planned to insert a structure like win JobInfo in .Document?

Thanks in advance
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

There is a way to intercept the data stream coming from the document converter. This is availabe in version 2.10c of the Document Converter.

Please check page 141 of our Developers' manual 'Common Driver Interface 210.pdf'.

If you are testing the Converter, please download our latest demo from: http://www.amyuni.com/en/products/pdf_c ... /demo.html

Also you can use the DetOrientation, GetPaperSize, ect... to get the orientation and paper size set for the printer and not for a specific print job. This can be set by calling SetOrientation, SetPaperSize, ect...

Is this what you are looking for?

Thanks.
gabter74
Posts: 9
Joined: Fri May 02 2003

Post by gabter74 »

Hi,

for data stream interception i mean a property of ActiveX to read in the EndDocPre.

In the same event can maybe read the GetJob information...
Post Reply