Webulator: Build your own website without any special software or know-how!

Recent articles

  • Adding content to and removing content from the left and right columns

    The [AddContent:] and [ClearContent:] tags can be used to add content to and remove content from the left and right columns of your web pages.
  • Embedded Summaries

    The [Summary:] tag allows you to insert the title and summary from another article into a page.
  • Copying articles

    Logged in users with moderator permissions are able to copy articles in the content management system
  • Quick Links

    The [QuickLinks:] tag allows you to insert a titled box containing a list of links into an article.
  • Accordion

    An accordion or concertina style interface can be created using the [Accordion:] tag.
  • Slideshows of all the images in another article

    The [ArticleImagesSlideShow:] tag allows you to generate an slideshow of all the images (except for the summary image) contained in another article.
  • Example page containing images for a slideshow

    The images on this page are used in article
  • Tab Menus

    The [TabMenu:] tag allows you to insert a tab style menu into a page to allow navigation within a subsection of the site.
  • iCalendar Files

    Calendar events are traditionally shared using iCalendar (.ics) files. These are often attached to event invitation emails and are widely used across calendaring applications.
  • Redirecting to other pages

    Webulator allows a page to automatically redirect to another page using [Redirect:] command
RSS Feed of this page

Embedding PDF files

PDF files can be uploaded in the same way as any other filetype, but can also be shown embedded within the page.

Normally, as with most uploaded files, PDF files are displayed as a file icon which allows the PDF file to be downloaded or displayed in a PDF viewer as shown below.

The PDF file can be embedded in the page by entering [Handler] into the text field on the file upload form.

The [Handler] text causes the Webulator software to invoke its 'Handler' routines for the uploaded filetype. In the case of PDF files, this makes the content of the PDF file appear embedded in a PDF viewer on the web page as shown below:

A PDF Viewer is required to view this content

Click here to download the PDF file

If you want the PDF file to be displayed as an icon for download as well as being embedded in the page, add showfile=download the PDF file here to the text so that it becomes [Handler]showfile=download the PDF file here (you can change the 'download the PDF file here' wording to whatever you want). The results of this are shown below:

A PDF Viewer is required to view this content

Click here to download the PDF file

download the PDF file heredownload the PDF file here (17.2k bytes)

There are some more advanced parameters you may use to control the way the PDF file is displayed. They all take the form parameter=value; Useful ones are:

  • width=value in pixels;
  • height=value in pixels;
  • toolbar=0; which turns off the toolbar on the embedded PDF
  • statusbar=1; which turns on a status bar
  • messages=1; which turns on a message bar
  • pagemode=thumbs; which turns on thumbnails of the pages on the left

The example below shows all of these.

[Handler]width=600;height=800;toolbar=0;pagemode=thumbs;statusbar=1;messages=1

Note that not all PDF viewers support all of these options. In general, where the PDF viewer does not support the option, it will just ignore it. You can set the width and height values to any sensible value, but remember that large values will make things difficult for those viewing your website on a small screen or a mobile device such as a PDA or mobile phone.

A PDF Viewer is required to view this content

Click here to download the PDF file

Embedding PDF files

PDF files can be uploaded in the same way as any other filetype, but can also be shown embedded within the page.