Results 1 to 6 of 6

Thread: Pdf Page
      
   

  1. #1
    viper225's Avatar
    viper225 is offline Second Lieutenant
    Join Date
    Jan 2007
    Location
    Boca Raton FL
    Posts
    139

    Question Pdf Page

    Hi,
    I have a pdf file and I would like to create a web page.

    1. Am I in the right forum?
    2. Can this be done, and how?
    Elliott Liardo
    New Jersey Bass Federation
    http://www.njbassfederation.com/

  2. #2
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: Pdf Page

    Are you wanting to have a pdf file load on your website, or do you mean the entire website be in pdf files?

    If you just want to have the pdf file load on your website, just upload it to somewhere on your website and place a link to it

    http://yoursite.com/file.pdf (for this link upload the pdf for your public_html)

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  3. #3
    azuredesign's Avatar
    azuredesign is offline Sergeant
    Join Date
    Aug 2007
    Posts
    25

    Default Re: Pdf Page

    if you want to create a site out of a pdf file, you can open it up in illustrator, and slice it up. then export for web, and you can double click on slices to add links to them.

  4. #4
    dougnez's Avatar
    dougnez is offline Brigadier General
    Join Date
    Aug 2006
    Location
    Midwest USA
    Posts
    1,769

    Default Re: Pdf Page

    Hi Viper... You can also change that pdf to a gif and use like any other image..Hope that helps... Doug

  5. #5
    viper225's Avatar
    viper225 is offline Second Lieutenant
    Join Date
    Jan 2007
    Location
    Boca Raton FL
    Posts
    139

    Question Re: Pdf Page

    Good morning,
    Thank you all very much for your help. I just want to upload one file, and I'm not sure how to do that. What I'm trying to do is make it look exactly like this.

    http://www.sandhillsbassmasters.com/...07-13-2004.pdf


    This is not my site, but I'm creating one for our fishing club and would like to post the by-laws too.
    Elliott Liardo
    New Jersey Bass Federation
    http://www.njbassfederation.com/

  6. #6
    azuredesign's Avatar
    azuredesign is offline Sergeant
    Join Date
    Aug 2007
    Posts
    25

    Default Re: Pdf Page

    just upload the pdf. then make a href link to it on your site. for example if the file is called bylaw.pdf, you would make the link
    Code:
    <a href="bylaw.pdf">

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49