prn files and BatchConvert...

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
P_Bateman
Posts: 4
Joined: Sun May 16 2004

prn files and BatchConvert...

Post by P_Bateman »

Hello !

Is there any possibility to convert prn files into pdf files ? Maybe with BatchConvert ? Here my sample VB code:

Code: Select all

Private Sub Command1_Click()
    Me.CDIntfEx1.FileNameOptionsEx = NoPrompt
    Me.CDIntfEx1.BatchConvert "C:\test_pdf\*.prn"
End Sub

Private Sub Form_Load()
    Me.CDIntfEx1.DriverInit "Amyuni PDF Converter"
    Me.CDIntfEx1.SetDefaultPrinter
    Me.CDIntfEx1.DefaultDirectory = "C:\test_pdf"
End Sub

Private Sub Form_Unload(Cancel As Integer)
    Me.CDIntfEx1.DriverEnd
End Sub
Any idea ?
P_Bateman
Posts: 4
Joined: Sun May 16 2004

Post by P_Bateman »

Say nothing is Amyuni's way to say no ?
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Not really ! :-)

This forum is ment to be not only a place to get answers from the Amyuni staff, it is also a place for users to communicate with each others, this is why you may not directly get a reply from the forum's moderators.

Your code seems to be fine, if you have a prn viewer you may convert prn files to pdf. Are you getting any problems when running your code?

Have a nice day.
P_Bateman
Posts: 4
Joined: Sun May 16 2004

Post by P_Bateman »

Damn, no Email notification ? However, thank you for your answer Johanna ( I think that's your name :) )

And sorry for my second post, but I was so impressed about Amyuni and forum, and also very sad two days without answer.
.. if you have a prn viewer you may convert prn files to pdf ..
prn viewer what is this ? :) I have evaluation version of Amyuni PDF Converter. Is this all what I need, or are some files / programms missing ?
Are you getting any problems when running your code?
No, I include the dll file without problems, and my code is running through without any errors. But prn file is still prn file and was not converted into pdf file.

It would be nice if you can help me, cause I want to become customer, and all what I need Amyuni for is this simple convertion ...

Regards

Patrick

PS: sorry for my english ;)
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Good guess, yes my name is Joanna and my nick name on the forum is Joan.

Did you check the 'Notify me when a reply is postes' and you didn't get a notification?

Concerning your question, a prn viewer is an application that is not related to the PDF Converter, it is used to view prn files, similarly as Word is used to view Document file, you can check for prn viewers on the internet and download a prn viewer.

This should help, if not let us know.

Please note that if you are evaluating the product and have any technical question you may send an e-mail to support@amyuni.com

Regards.
Post Reply