Do you know how send file to print pdf or jpg

Do you heve some one idea how print a pdf or jpg file from xojo program desktop3

Which platform ?

On Mac OS X you can load the PDF as well as the JPG into an HTMLViewer and use the print function. It will work fine on Windows for JPG but PDF may not work, as it requires the Adobe Reader plugin to be installed in Internet Explorer.

For the JPG cross platform (Mac, Windows, Linux) look at /Xojo 2014 Release 2.1/Example Projects/Printing and Reporting/Printing/PrintingGraphics

On Mac OS X we have functions in the MBS MacOSX plugin which help with printing PDF pages.

Running
lpr <filename>
in a shell on OS X will send most anything to the current default printer