Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 08-14-2005, 20:00   #1 (permalink)
Serious_Practitioner
Civilians

 
Default Adobe Acrobat Reader

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.



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 08-14-2005, 20:00   #2 (permalink)
Kathleen Anderson
Civilians

 
Default Re: Adobe Acrobat Reader

"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




 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-15-2005, 00:00   #3 (permalink)
Norman L. DeForest
Civilians

 
Default Re: Adobe Acrobat Reader


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


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-15-2005, 04:00   #4 (permalink)
Roy Schestowitz
Civilians

 
Default Re: Adobe Acrobat Reader

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...
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-15-2005, 08:00   #5 (permalink)
Toby Inkster
Civilians

 
Default Re: Adobe Acrobat Reader

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

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-16-2005, 00:00   #6 (permalink)
Steve Sobol
Civilians

 
Default Re: Adobe Acrobat Reader

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
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-16-2005, 00:00   #7 (permalink)
Steve Sobol
Civilians

 
Default Re: Adobe Acrobat Reader

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
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 20:48.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 0.95879 seconds with 19 queries