Skip to main content
February 17, 2017
Answered

Multiple Pdfs

  • February 17, 2017
  • 4 replies
  • 367 views

I have recently taken over for someone retiring in a local city. Trying to absorb all i can about Dreamweaver. I need to link multiple pdfs to a single text for the year for which the pdfs are about. Am i missing something on how to do this?

    This topic has been closed for replies.
    Correct answer Nancy OShea

    I have done this in the past with form Select lists & jump menus.  A little clunky but it works.

    CAPE | Outlook | Archives

    4 replies

    February 23, 2017

    Maybe I'm asking the wrong question here. I have multiple pdfs of minutes and agendas from our city council. They are stretching down the page so I need to take the minutes and agendas of the same years and compress them into on text like "This City's Minutes and Agendas 2015". Basically archiving them on our website with a link. Thanks again for all the help!!

    Nancy OShea
    Community Expert
    Nancy OSheaCommunity ExpertCorrect answer
    Community Expert
    February 23, 2017

    I have done this in the past with form Select lists & jump menus.  A little clunky but it works.

    CAPE | Outlook | Archives

    Nancy O'Shea— Product User & Community Expert
    BenPleysier
    Community Expert
    Community Expert
    February 18, 2017

    Adding to Nancy's reply, please state the size of the download so that there is not an unpleasant surprise that awaits the user when their ISP sends them the bill.

    e.g.

    <a href="http://yourdomain.com/PDF_folder_name.zip">Link Text - <small>35MB</small></a>

    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
    Nancy OShea
    Community Expert
    Community Expert
    February 17, 2017

    Put PDFs into a folder and ZIP it with WinZip or StuffIt (your computer's compression utility software).

    Upload the ZIP folder to your remote server.

    Create a text link to the  ZIP file on your remote server.

         <a href="http://yourdomain.com/PDF_folder_name.zip">Link Text</a>

    Typically, when people click on a link to ZIP files their browser gives them options to download & save the file.

    Nancy

    Nancy O'Shea— Product User & Community Expert
    Jon Fritz
    Community Expert
    Community Expert
    February 17, 2017

    1. Make sure the PDF files are in the Files window of the site

    2. Highlight the text in Design View

    3. In the Properties window (Ctrl + F3 or Window > Properties if it's not open) click the HTML button on the far left

    4. In the Link field you can add the location of the PDF, click the folder icon to browse to it or click and drag the crosshair icon to it in the Files window.

    5. Save and upload both the html file and all of the PDFs to the server