![]() | ![]() | ![]() |
| |||||||
| Forums | Register | Groups | Awards | Arcade | Pets | T-Bucks / T-Store | Invite Your Friends | Blogs | Mark Forums Read |
| Web Design Forums and discussions on webdesign |
Web Design | |||||||||
|
|
|
|
| |||||
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Civilians | Good day - I have a page from which users can download a number of documents. These are all in .pdf format, and I know that some folks will need to get the Reader software. Does anyone know if Adobe offers a code snippet to link to a button and link the button back to the appropriate page on the Adobe site? I can blunder my way through this if I have to go find the Adobe button and then hook some code to it, but it's be easier to get the right thing on the first try. I did look through the Adobe site, but even searching the site with Adobe's own search function didn't give me anything close to this. Thank you all again for your help, not only with this, but in the past. Steve E. |
|
| | #2 (permalink) |
| Civilians | "Serious_Practitioner" <Serious_PractitionerNOSPAM@att.net> wrote in message news:ANOLe.98866$5N3.26318@bgtnsc05-news.ops.worldnet.att.net... > Good day - > > I have a page from which users can download a number of documents. These > are all in .pdf format, and I know that some folks will need to get the > Reader software. > > Does anyone know if Adobe offers a code snippet to link to a button and > link the button back to the appropriate page on the Adobe site? I can > blunder my way through this if I have to go find the Adobe button and then > hook some code to it, but it's be easier to get the right thing on the > first try. I did look through the Adobe site, but even searching the site > with Adobe's own search function didn't give me anything close to this. > > Thank you all again for your help, not only with this, but in the past. > On this page http://www.adobe.com/products/acrobat/distribute.html it says: "If you are interested in placing a "Get Adobe Reader" logo button on your Web site, review Adobe's permissions and trademark guidelines http://www.adobe.com/misc/agreement.html and accept the terms of use. Once you review and accept the license terms, you will have access to the download page for the "Get Adobe Reader" logo or Adobe PDF icon." -- ~ Kathleen Anderson |
|
| | #3 (permalink) |
| Civilians | On Sun, 14 Aug 2005, Serious_Practitioner wrote: > Good day - > > I have a page from which users can download a number of documents. These are > all in .pdf format, and I know that some folks will need to get the Reader > software. > > Does anyone know if Adobe offers a code snippet to link to a button and link > the button back to the appropriate page on the Adobe site? I can blunder my > way through this if I have to go find the Adobe button and then hook some > code to it, but it's be easier to get the right thing on the first try. I > did look through the Adobe site, but even searching the site with Adobe's > own search function didn't give me anything close to this. > > Thank you all again for your help, not only with this, but in the past. Someone else has already posted the URL for Adobe's "Download" page but I have one suggestion that could make your site a bit friendlier for the visually-impaired or others who can't use the Adobe reader. Adobe has a PDF-to-HTML-or-text converter script on their site. It has been moved and changed since I last used it. While their former form used action="POST" (and only converted to HTML) their script also accepted GET so you could create links to their form that automatically converted your PDFs. It didn't work for anything that relied on images for the data but it did a fairly good job with PDFs that were primarily text. I haven't tested their new form (which asks for more data than the old form) to see if it work with GET or not. You *could* create a form of your own for each PDF file of yours that has the same fields with the same questions but with the URL for your PDF file already filled in (or, perhaps, use a drop-down menu to select which of your PDF files to convert). The URL for their Accessibility site is: http://www.adobe.com/enterprise/accessibility/main.html Their PDF converter is now at (and a user can now select text or HTML): http://www.adobe.com/products/acroba...linetools.html -- Norman De Forest http://www.chebucto.ns.ca/~af380/Profile.html af380@chebucto.ns.ca [=||=] (A Speech Friendly Site) "Oh how I miss the days when it was easier to catch gonorhea than a computer virus." -- Big Will in alt.comp.virus, March 9, 2005 |
|
| | #4 (permalink) |
| Civilians | Norman L. DeForest wrote: > > On Sun, 14 Aug 2005, Serious_Practitioner wrote: > >> Good day - >> >> I have a page from which users can download a number of documents. These >> are all in .pdf format, and I know that some folks will need to get the >> Reader software. >> >> Does anyone know if Adobe offers a code snippet to link to a button and >> link the button back to the appropriate page on the Adobe site? I can >> blunder my way through this if I have to go find the Adobe button and >> then hook some code to it, but it's be easier to get the right thing on >> the first try. I did look through the Adobe site, but even searching the >> site with Adobe's own search function didn't give me anything close to >> this. >> >> Thank you all again for your help, not only with this, but in the past. > > Someone else has already posted the URL for Adobe's "Download" page but > I have one suggestion that could make your site a bit friendlier for > the visually-impaired or others who can't use the Adobe reader. > > Adobe has a PDF-to-HTML-or-text converter script on their site. These rarely work. I usually generate HTML from the LaTeX. Once compiled, any PDF2HTML conversion tool I tried failed miserably. http://schestowitz.com/Weblog/archiv...4/pdf-to-html/ > It has been moved and changed since I last used it. > > While their former form used action="POST" (and only converted to HTML) > their script also accepted GET so you could create links to their form > that automatically converted your PDFs. It didn't work for anything that > relied on images for the data but it did a fairly good job with PDFs that > were primarily text. There are Open Source tools that take an HTML and covert it to PDF's on the fly. There are also option panels for endless customisation of the output. I saw it used in Mambo server and I also use it in WordPress: http://schestowitz.com/Weblog/archiv...press-and-pdf/ By making use of such conversion tools, you make your content open to /everyone/. PDF sits 'on top of' HTML rather than maintaining PDF's that are oddly converted to something more open. > I haven't tested their new form (which asks for more data than the old > form) to see if it work with GET or not. You *could* create a form of > your own for each PDF file of yours that has the same fields with the same > questions but with the URL for your PDF file already filled in (or, > perhaps, use a drop-down menu to select which of your PDF files to > convert). > > The URL for their Accessibility site is: > http://www.adobe.com/enterprise/accessibility/main.html > > Their PDF converter is now at (and a user can now select text or HTML): > http://www.adobe.com/products/acroba...linetools.html I found that people and crawlers are unhappy with PDF documents. They take a long time to open unless you use KGhostScript or similar software. They are also harder to search, copy from and the list goes on and on. Nothing new here... |
|
| | #5 (permalink) |
| Civilians | Roy Schestowitz wrote: > These rarely work. I usually generate HTML from the LaTeX. Once compiled, > any PDF2HTML conversion tool I tried failed miserably. pdf2ascii (part of Ghostscript) is usually pretty good. Then use a few wordwrap-/htmlentities-type functions. -- Toby A Inkster BSc (Hons) ARCS Contact Me ~ http://tobyinkster.co.uk/contact |
|
| | #6 (permalink) |
| Civilians | Serious_Practitioner wrote: > Good day - > > I have a page from which users can download a number of documents. These are > all in .pdf format, and I know that some folks will need to get the Reader > software. > > Does anyone know if Adobe offers a code snippet to link to a button and link > the button back to the appropriate page on the Adobe site? I can blunder my > way through this if I have to go find the Adobe button and then hook some > code to it, but it's be easier to get the right thing on the first try. I > did look through the Adobe site, but even searching the site with Adobe's > own search function didn't give me anything close to this. > > Thank you all again for your help, not only with this, but in the past. Hm, check this out too: http://www.adobe.com/misc/permissions.html You'll have to click an "I agree" link on another page first, before your website will actually pull this page up. > Steve E. > > > -- Steve Sobol, Professional Geek 888-480-4638 PGP: 0xE3AE35ED Company website: http://JustThe.net/ Personal blog, resume, portfolio: http://SteveSobol.com/ E: sjsobol@JustThe.net Snail: 22674 Motnocab Road, Apple Valley, CA 92307 |
|
| | #7 (permalink) |
| Civilians | Serious_Practitioner wrote: > Does anyone know if Adobe offers a code snippet to link to a button and link > the button back to the appropriate page on the Adobe site? I can blunder my > way through this if I have to go find the Adobe button and then hook some > code to it, but it's be easier to get the right thing on the first try. I > did look through the Adobe site, but even searching the site with Adobe's > own search function didn't give me anything close to this. http://www.adobe.com/misc/linking.html#readerlogo Found it ![]() -- Steve Sobol, Professional Geek 888-480-4638 PGP: 0xE3AE35ED Company website: http://JustThe.net/ Personal blog, resume, portfolio: http://SteveSobol.com/ E: sjsobol@JustThe.net Snail: 22674 Motnocab Road, Apple Valley, CA 92307 |
|
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: Adobe Acrobat 6 | Bill Foley | Microsoft Applications | 1 | 08-03-2005 16:00 |
| [News Feed] Adobe Reader v7.0 (formerly Adobe Acrobat Reader) | Forum Mouse | News Articles | 0 | 04-05-2005 10:00 |
| Installing Acrobat Reader | Chaundra | Microsoft Applications | 1 | 07-23-2004 19:31 |
| Adobe Acrobat 5.0 | Brian | Microsoft Applications | 1 | 06-16-2004 14:09 |
| Conversion from adobe acrobat | Walt Stayvas | Microsoft Applications | 1 | 06-15-2004 19:53 |
![]() | ![]() | ![]() |