Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default PDF to HTML

    I have just noticed that sometimes if your search on Google pulls back a PDF
    you get an option to read it as HTML. Is this possible with ColdFusion as it
    would be very useful especially from the accessibility stand point.

    Castor_uk Guest

  2. Similar Questions and Discussions

    1. Flash .html Plays on Server but NOT on html page
      Sorry for being so green. Running IIS Microsoft Server 1. Installed FMS 2. Installed Player 8 and 9 Uploaded .flv and .swf files to server....
    2. HTML <Href Link inside a form (HTML text box)
      Hello, I am using a standard HTML Form to gather information from users and one of the elements within the form is a text box that users will paste...
    3. html character enities and other html tags in Contribute3.x
      If you need support/integration of additional html character entities and other html tags in Contribute 3.x, please let Macromedia know that you are...
    4. textArea's and external html files> linking in the html to a new file
      Is it possible to have a link like an <a href... in a html file loaded into a textArea which then if clicked loads a new html into the same...
    5. How to use HTML::Parser to remove HTML tags and print result
      I am trying to use HTML::Parser to parse an HTML file, remove all HTML tags (including comments, etc.), replace all ENTITIES (e.g. &amp), and put...
  3. #2

    Default Re: PDF to HTML

    Not out of the box, but you could probably hook in a PDF to HTML converter
    in to CFMX real easily if it was written in Java.

    You can go the other way - view HTML as PDF - with CFMX 7.

    --
    Tom Jordahl
    Macromedia Server Development


    Tom Jordahl Guest

  4. #3

    Default PDF to HTML

    hi

    is there a plug-in or program for Mac OSX which allows easy and accurate conversion of PDF files to HTML?

    can find an online service from Adobe and lots of windows based apps on google but no Mac stuff :(

    my company wants to convert a lot of its PDF files to html for accessibility reasons.

    cheers for any help etc
    neil_matthews@adobeforums.com Guest

  5. #4

    Default Re: PDF to HTML

    Have you considered making your PDF files properly accessible instead?

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  6. #5

    Default Re: PDF to HTML

    see your point. just thought this would be quicker and easier for all the archive files instead of having to remake them...
    neil_matthews@adobeforums.com Guest

  7. #6

    Default Re: PDF to HTML

    The problem with going to HTML is that HTML is for suggesting layout,
    while PDF gives it exactly. The layout not only must change, but will
    change according to the user's browser and their settings. This is not
    always practical.

    Also, if the PDF file contained any flow more complex than a page at a
    time, top to bottom (e.g. columns, captions), you will still have to
    put a lot of work into making the HTML accessible, work that might as
    well have been done on the PDF. Or, at least, perhaps. I haven't
    actually done it.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  8. #7

    Default PDF to HTML

    I'm not sure what section of the Acrobat forum is appropriate for this question, please forgive me if I'm not posting in the right area.

    We have a need to extract the contents of a growing set of stored PDF documents and turn them into HTML containing all images, charts and embedded spreadsheets at their locations in the document. It's OK if the charts and spreadsheets become images in the process. This would be something done programatically on a server in a daily batch.

    As an example, I think you've seen how Google does it - where a PDF turns up in search results and you can "view as HTML"

    We're seeking a consultant knowledgeable in the PDF file format who can help guide us to create a process that will do this. You can email me at [email]ginodeyoung@gmail.com[/email], or I'll check in here for responses.

    Many thanks,

    Gino
    ginodeyoung@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may 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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139