Load a Pdf. - Forum

Forum Navigation
You need to log in to create posts and topics.

Load a Pdf.

Sorry for the simple question.

How do you load a pdf file within VisualNeo Web.

 

Hi @m-burdess,

The simplest way is using an iFrame object and setting the source property to the .pdf file.
Or using code with something like this:

SetObjectAttribute "IFrame1" "src" "http://www.pdf995.com/samples/pdf.pdf"

This will work on any modern web browsers.
Regards.

Vadim and asmat have reacted to this post.
Vadimasmat

Thank you, this is my first time using the software, I have used NeoBook and understand that method of working with Pdf's.