Hello,
There is someone who says to tell me who o can print a pdf file whit powerbuilder?
I'll have try to use the acrobat ocx but it's doesnt work fine. I can print one file but when i want to print more than one file, the ocx doesn't work. For example, i print 4 files and 3 files are printed and after it give me an error.
I use this code for print the pdf
...
ole_Pdf.object.LoadFile(Fichier_Pdf)
ole_Pdf.object.src = Fichier_Pdf
ole_Pdf.object.PrintAll()
...
Have no idea?
THanks
There is someone who says to tell me who o can print a pdf file whit powerbuilder?
I'll have try to use the acrobat ocx but it's doesnt work fine. I can print one file but when i want to print more than one file, the ocx doesn't work. For example, i print 4 files and 3 files are printed and after it give me an error.
I use this code for print the pdf
...
ole_Pdf.object.LoadFile(Fichier_Pdf)
ole_Pdf.object.src = Fichier_Pdf
ole_Pdf.object.PrintAll()
...
Have no idea?
THanks