Pdf Viewer at client

i created pdf viewer and the file path is D:\drawing.pdf. wheni launched the project fromthe same computer which i installed the gateway it’s working fine .
But when i launched the project as a client from anther computer and there’s different file which have same path D:\drawing.pdf on the client PC. The pdf viewer open the file which located at client PC.
I need to view the file which locate on the gateway.is there any trick for that.
Regards,
Tamer

You would need to include the entire path to the pdf. Here is a link to some more information on the PDF Viewer in our users manual

inductiveautomation.com/support/ … viewer.htm

[quote=“Greg.Simpson”]You would need to include the entire path to the pdf. Here is a link to some more information on the PDF Viewer in our users manual

inductiveautomation.com/support/ … viewer.htm[/quote]
Dear Greg,
Thanks for your fast replay. i put the path of the file but when i launch as the client from different PC it not appear.
my IP xx.x.x.x for the PC which gateway installed and my file path is D:/drawing.pdf.
Thanks
Tamer

You would have to put the file on a network shared drive that all client PCs could access in order to view the file from each client. You might get some ideas on how to do this from this post

Thanks a lot for your support. i found on this posthttp://www.inductiveautomation.com/forum/viewtopic.php?f=70&t=8622&p=28441&hilit=Tomcat#p28441 .i can put my file on Tomcat folder and use this link to luanch my files
ipaddress:8088/main/filename.pdf . i make abutton with this scrtipt system.net.openURL("http://ipAddress:8088/main/filename.pdf") .an error appeared once i launched http page
[color=#0000FF]HTTP Status 404 - /main/filename.pdf
type Status report
message /main/filename.pdf
description The requested resource (/main/filename.pdf) is not available.
Apache Tomcat/6.0.18[/color]
Please advise.

Thanks

What is the actual link to the file you used?

The problem was found in the OP file location. Once the file location was entered correctly it worked properly.