Announcement

Collapse
No announcement yet.

How do I attach pdf file that browsers can download?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do I attach pdf file that browsers can download?

    Hello

    I have a pdf document that I am trying to attach to one of my pages so that browsers click on a link and open the pdf file.

    I have saved the pdf file in my images folder and written html code:
    <a href="/Images/filename.pdf" target="_blank">Click here to read pdf version</a>

    but it does not work.

    Do you know how I can get the pdf file to download?

    Thanks so much.

    #2
    does not work, in what way?
    Invalid link or invalid code?

    is your "images" folder online and you ftp-ed to it?
    Or an offline folder?
    Tracey

    Comment


      #3
      <a href="/Images/filename.pdf" target="_blank">Click here to read pdf version</a>
      I assume your Images folder is a sub-folder of your Site one. Try it without the leading / - e.g.

      Code:
      <a href="Images/filename.pdf" target="_blank">Click here to read pdf version</a>
      If you're putting this into a fragment of Product description the you need to surround it with !!< and >!! so Actinic knows to use it as HTML. E.g.
      Code:
      !!<<a href="Images/filename.pdf" target="_blank">Click here to read pdf version</a>>!!
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        UPDATE. Ignore post #3 above. Actinic won't automatically upload .PDF's for you. Here's how to do it.

        Put the PDF in your site folder.

        Use
        Code:
        <a href="filename.pdf" target="_blank">Click here to read pdf version</a>
        or if putting the link into a Fragment of Product description use
        Code:
        !!<<a href="filename.pdf" target="_blank">Click here to read pdf version</a>>!!
        Add filename.pdf to Design / Additional Files.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Hi

          As a slight aside can anyone recommend, preferably shareware, a pdf writer software that I can use for word (and open office) documents. I have had a look and been presented with a very confusing array.

          Thanks and regards

          Nigel
          Offering a wide range of shade loving plants suitable for the woodland garden. http://www.plantsforshade.co.uk

          Comment


            #6
            cute pdf?

            http://www.cutepdf.com/Products/CutePDF/writer.asp
            James

            www.justsport.net

            Comment


              #7
              Great, just the job.

              Thanks for that

              Nigel
              Offering a wide range of shade loving plants suitable for the woodland garden. http://www.plantsforshade.co.uk

              Comment


                #8
                I use the open source PDFCreator - see http://www.pdfforge.org/products/pdfcreator
                Norman - www.drillpine.biz
                Edinburgh, U K / Bitez, Turkey

                Comment


                  #9
                  You could use the Simple Link option under the Links tab in the Product Details entering the filename.pdf in the File/URL box.

                  If saved in Site1 folder it will automatically upload when site it refreshed or updated.
                  regards
                  RobiW
                  Accessible Website Design
                  Search Engine Optimisation & Placement

                  Comment


                    #10
                    Thank you

                    Hi everyone

                    I wrote the intial question. Thanks so much for your brilliant and quick responses, I can now attach pdfs.

                    Catherine

                    Comment


                      #11
                      Hi Norman.

                      Thanks for your tip - I have tried it, but unfortunately am still having no luck. I have placed the PDF in the below location:

                      D:\Doors\Actinic v8\Sites\Site1\Images\Downloads

                      ....and then used your code which I inserted in a product section:

                      !!<<a href="Images/Downloads/SUN_JAR.pdf" target="_blank">Click here to read pdf instrutions</a>>!!

                      Any idea what I am doing wrong?

                      Many thanks,
                      Dorian.
                      Dorian
                      ------
                      www.itmustbegreen.co.uk
                      Fair-Trade & Eco-Friendly

                      Comment


                        #12
                        Where exactly did you read to include this part in the link?

                        "Images/Downloads/"

                        Comment


                          #13
                          Hi Lee,
                          I just happened to have that folder there in the Images folder - and that's where I keep my digital downloads. Should I not have this? Should it be directly under the Images folder?
                          The Image folder is getting a bit large, it would be useful to keep sub-folders for various different file formats etc.
                          Thanks ,
                          Dorian.
                          Dorian
                          ------
                          www.itmustbegreen.co.uk
                          Fair-Trade & Eco-Friendly

                          Comment


                            #14
                            <a href="filename.pdf" target="_blank">Click here to read pdf version</a>
                            This is all you need

                            Comment


                              #15
                              I'd probably put a full URL in, as next question will be why is it not working on my brochure pages.

                              Code:
                              !!<<a href="http://www.dorian.com/acatalog/SUN_JAR.pdf" target="_blank">Click here to read pdf instrutions</a>>!!
                              Change the blue bit to your domain.

                              Comment

                              Working...
                              X