+ Reply to Thread
Results 1 to 5 of 5

Thread: Pdf files
      
   

  1. #1
    tidustom is offline Sergeant
    Join Date
    Jul 2007
    Posts
    27

    Default Pdf files

    I have been asked to include pdf files on a customers site. Can someone explain the advantages of having pdf rather than html.
    The file size of the html file is smaller than the pdf. so imo I dont see the advantage.

    what is the easiest way of uploading and displaying the pdf files. Can I convert a pdf into a jpeg and display it this way or can i just make a reference to the pdf file for downloading.

    I'm a bit worried as too the size of the pdf files. 50 pages would take forever to download, and as to whether I will go over the 10mb maximum upload.

    Any advice much appreciated.


    Bernie

  2. #2
    Join Date
    Feb 2006
    Location
    Kings Lynn, Norfolk (UK)
    Posts
    8,719

    Default Re: Pdf files

    Hi, is your customer asking for PDF files of what he has given you to place on the web or PDF files of your web pages.
    With most word documents a PDF will easily half the KB’s in the file. But if its web pages? You will have already optimised many things like images & wont see as bigger saving in the file. One advantage of PDF conversion from web pages is that it will look a lot better as a printed document.

  3. #3
    tidustom is offline Sergeant
    Join Date
    Jul 2007
    Posts
    27

    Default Re: Pdf files

    Hi
    Thanks for the prompt reply.

    Its of pdf files he has given me.

    Bernie

  4. #4
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: Pdf files

    Additionally..........a pdf document is a universal text document. If you were to save a report as a MS Word doc. - the client would have to have MS Word in order to open and view. PDF's are opened with adobe reader which most (if not all) computers have installed and therefore is more universal.

    Also, pdf's are not eaisly manipulated. Which keeps people from taking your file, changing it an passing it along. Plus- it is easy to link to so that people can download and take with them. An html page will require them to open the page in IE. You would have to build the page printer friendly making sure to pay attention to width and height of each page.

    To make it so people can download simply upload the pdf file to the server. Then link to it like so;
    http://www.my_web_site.com/my_pdf_file.pdf
    Then the customer would simply right click on it and save it to their computer.

    As to size- I just downloaded a 215 page pdf and it was a little over 3mb. You could always place the pdf file in zip and then upload and link to it like so;
    http://www.my_website.com/my_pdf_file.zip

    Hope that helps

    Andy
    PHP- is a blast!

  5. #5
    tidustom is offline Sergeant
    Join Date
    Jul 2007
    Posts
    27

    Default Re: Pdf files

    Thanks Andy

    I must say the help on this forum is the best.



    Bernie

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