Welcome to TalkGraphics.com
Results 1 to 7 of 7

Threaded View

  1. #4
    Join Date
    Dec 2018
    Location
    Australia
    Posts
    1,818

    Default Re: Multiple Page PDF Document in Website

    I would use Acorn's sub-site method, also using Scroll Vertically, but I would present it as an iFrame.

    <iframe src="https://your-domain.com.au/sub-folder/"
    width="100%" height="100%"
    frameborder="0"
    scrolling="auto" >
    <p>Your browser does not support iframes.</p>
    </iframe>

    Create a placeholder using a Rectangle to suit the width and height you want your PDF to show. Your placeholder will act as a window to watch your PDF as you scroll by.
    Paste the code in the HTML Code (Body) section of the placeholder.
    Last edited by Chris M; 23 May 2024 at 09:22 PM. Reason: Add where to put code.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •