|
#1
|
|||
|
|||
|
How to print a web page to clickable PDF when a login/password is asked?
Given this working 3-step sequence to print to clickable pdf: 1. Start > Run > Acrobat 2. File > Create PDF > From Web Page 3. Enter the desired URL; then press "Create" This simple sequence prints clickable PDF for all unrestricted URls, e.g., this Consumer Reports article on printer buying advice: http://www.consumerreports.org/cro/e... erm=printers But, how does one print a web site to clickable PDF when a login & password are requested? For example, STEP 1: I use my default browser Firefox 1.5 on Windows XP to log into Consumer Reports: http://www.consumerreports.com STEP 2: After logging in, I navigate to a restricted login/passwd page such as: http://www.consumerreports.org/cro/e...oto-models.htm I copy the desired URL into my clipboard for the next step. STEP 3: I start Adobe Acrobat Standard 6.0.3: Start > Run > Acrobat I paste in the desired URL: File > Create PDF > From Web Page But I never get the desired web page! ![]() What happens invariably is I end up with a PDF of the Consumer Reports login page! Not what I want! Even though I have a valid login and password, there is no option in the Adobe Acrobat "Create PDF" "From Web Page" (that I could find anyway) that allows one to specify the login and password of the desired web page to print to clickable PDF. How does one specify the browser login & password to the Adobe print to clickable PDF mechanism? |
|
#2
|
|||
|
|||
|
On Sat, 10 Dec 2005 19:57:56 GMT, Anthony Susa wrote:
> How does one specify the browser login & password to the Adobe print to > clickable PDF mechanism? I should mention if I start up Firefox 1.5 and log into Consumer Reports and navigate to the desired landing page and then print to the "Adobe PDF" or "PrimoPDF", or "CutePDF Writer", or "eDocPrinter PDF Pro" printer drivers, the resulting PDF does NOT contain the embedded clickable links. The whole point is to have a PDF containing clickable links. Can anyone print a clickable PDF of a web page (such as Consumer Reports) which they are already logged into? I can't. Tony Susa |
|
#3
|
|||
|
|||
|
On Sun, 11 Dec 2005 09:31:14 -0500, PDFrank wrote:
>> How to print a web page to clickable PDF when a login/password is asked? > If you already have Acrobat (and it appears that you do), "print" it to > Distiller with "dead" links, then add "live" links with the link tool. > Or, see if saving the complete web page to your hard drive, and then > converting the page to PDF with "Open Web Page," correctly preserves the > links. Hi PDFrank, Thanks for the advice. I've been post processing PDFs of web sites for years both adding back the missing URLs and adding the missing pages so I'm very familiar (too familiar as I'm tired of it) with that process. The wonderful thing about the newly found Adobe Acrobat ability to print an entire web site (or as many levels deep as you like) to clickable PDF was that it saved me all that work! Having said that, I use Mozilla Netscape or Mozilla Firefox almost exclusively as my browser (IE not having basic functionality such as tabs). Since the Adobe Acrobat mechanism to print a web site to clickable PDF doesn't have a GUI to allow login/password pages, then I'm forced to use Internet Explorer (yuck). Using Internet Explorer (to which Adobe Acrobat apparently adds a "Convert PDF" explorer bar) for just those pages which force a login and password isn't so bad (except that the "Convert PDF" explorer bar doesn't appear to have the site-print functionality of the Adobe Acrobat Standard program) of a workaround. As this explanatory reply is getting long, I'll summarize separately in another followup. Tony Susa |
|
#4
|
|||
|
|||
|
On Sun, 11 Dec 2005 19:33:01 GMT, Anthony Susa wrote:
> As this explanatory reply is getting long, I'll summarize separately in > another followup. Short summary of the combined efforts of the PDF & web experts here: 1. The old way to print a web site to clickable PDF was to print to the Adobe PDF printer driver a PDF sans links and then to post process that linkless PDF using the Adobe Acrobat PDF editing program to create the clickable links. 2. The new way to print a web site to clickable PDF is not to use the Adobe Acrobat printer driver (which still can not print to clickable PDF) but to use the Adobe Acrobat "File > Create PDF > From Web Page" mechanism (which is totally different than normal printing to PDF). 3. The only major flaw in this Adobe creation of clickable PDF of web sites is that it basically does not work for web sites that are password protected, even if you have the login and password, as there is no mechanism provided by Adobe to enter that login and password. All in all, this is the best the experts can come up with and it's pretty good - but not perfect (yet), Tony Susa |
|
#5
|
|||
|
|||
|
On Sun, 11 Dec 2005 19:47:09 GMT, in comp.periphs.printers Anthony Susa
<Susa.J.Anth...@neosporum.com> wrote: >All in all, this is the best the experts can come up with and it's pretty >good - but not perfect (yet), Why not use a free spider program to dl the whole site and then create the PDF from the locally stored version? -- Ed Ruf Lifetime AMA# 344007 (Usenet2@EdwardG.Ruf.com) http://EdwardGRuf.com |
|
#6
|
|||
|
|||
|
On Sun, 11 Dec 2005 15:12:24 -0500, Ed Ruf (REPLY to E-MAIL IN SIG!)
wrote: >>All in all, this is the best the experts can come up with and it's pretty >>good - but not perfect (yet), > Why not use a free spider program to dl the whole site and then create the > PDF from the locally stored version? Hi Ed Ruf, I agree that using a web get spider such as wget ( http://www.gnu.org/software/wget/wget.html ) is another option, albeit no longer a point and click solution. We could first use the wget command line interface to download the entire web site of Consumer Reports, for example, onto our hard drives. I haven't used it but wget has a password mechanism. Then once we have the entire site locally, we can use a freeware HTML to PDF converter such as HTMLDoc (the elusive version 1.8.24 windows compiled binaries are here http://users.tpg.com.au/naffall/html...LDoc1.8.24.zip ) to archive that entire web site to clickable PDF. The whole point of PDF is to be an archive and, as we all know, an archive of a web site without the links is basically useless. I'm not sure the syntax but I suspect it's something like this: STEP 1: Download the entire password protected Consumer Reports web site to your local disk: c:\> wget -pr -l0 --http-user=susaa --http-passwd=l00k1tup www.consumerreports.com STEP 2: Run an HTMLtoPDF converter GUI which is intelligent enough to preserve the links such as HTMLDoc. If I get a chance, I'll test it out on just a few levels of hierarchy on Consumer Reports. The good news is this is yet another way to archive an entire password-protected site in two fell swoops to a single PDF file containing all the links (as any archive without links is useless as an archive). Tony Susa |
|
#7
|
|||
|
|||
|
Hi,
One thought on the password protected sites, if using IE as the default browser, go to Internet Options> Advanced> Security and see that "Do not save encrypted pages to disk" is not checked. It's a longshot, but it might be that Adobe needs to pull the pages from cache and the encrypted pages aren't there. - - Hope this helps, Don [MS MVP- IE] "Anthony Susa" <Susa.J.Anth...@neosporum.com> wrote in message news:js6cft18ojyt$.b6clxu470emd$.dlg@40tude.net... > How to print a web page to clickable PDF when a login/password is asked? > > Given this working 3-step sequence to print to clickable pdf: > 1. Start > Run > Acrobat > 2. File > Create PDF > From Web Page > 3. Enter the desired URL; then press "Create" > > This simple sequence prints clickable PDF for all unrestricted URls, e.g., > this Consumer Reports article on printer buying advice: > http://www.consumerreports.org/cro/e... erm=printers > > But, how does one print a web site to clickable PDF when a login & password > are requested? > > For example, > STEP 1: > I use my default browser Firefox 1.5 on Windows XP to log into Consumer > Reports: > http://www.consumerreports.com > > STEP 2: > After logging in, I navigate to a restricted login/passwd page such as: > http://www.consumerreports.org/cro/e...oto-models.htm > I copy the desired URL into my clipboard for the next step. > > STEP 3: > I start Adobe Acrobat Standard 6.0.3: Start > Run > Acrobat > I paste in the desired URL: File > Create PDF > From Web Page > But I never get the desired web page! ![]() > > What happens invariably is I end up with a PDF of the Consumer Reports > login page! Not what I want! Even though I have a valid login and password, > there is no option in the Adobe Acrobat "Create PDF" "From Web Page" (that > I could find anyway) that allows one to specify the login and password of > the desired web page to print to clickable PDF. > > How does one specify the browser login & password to the Adobe print to > clickable PDF mechanism? |
|
#8
|
|||
|
|||
|
On Sun, 11 Dec 2005 15:11:28 -0600, Don Varnau wrote:
> Internet Options> Advanced> Security and see that "Do not > save encrypted pages to disk" is not checked. > Adobe might need to pull the pages from cache and the > encrypted pages aren't there. Hi Don, Thank you for taking the time and energy to help a fellow poster. Currently the check box is empty (i.e., it is not checked) for: WINXP IE 6.0.2900: Tools > Internet Options > Advanced > Security [ ]Do not save encrypted pages to disk I never knew of this option which seems to currently save encrypted pages to the cache (which is a different security problem altogether); but since it was already not checked, it probably isn't the culprit in this case. There must be SOMEONE with both Adobe Acrobat & a login & password to any web site who can CONFIRM (or deny) they see what I see. I'd like to ask if anyone else can perform these two quick steps: STEP 1: Navigate to a password protected web site: a) Start your default web browser & navigate to a protected page b) Log into the password-protected web site c) Save the resultant URL to your Windows clipboard STEP 2: Create a PDF printout containing clickable links a) Start Adobe Acrobat Standard (Start > Run > Acrobat) b) ACROBAT: File > Create PDF > From Web Page c) Paste the saved URL from your Windows clipboard Did it work for you? Please post your experience. Tony Susa Note: We can all print password protected web sites to a PDF (using any of a number of freeware "printers"; but the point is to print to a PDF file which contains CLICKABLE links! That we haven't been able to confirm is possible yet. Can you print a protected web site to PDF with clickable links? How? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: Tutorial print web page to PDF with embedded clickable links | Anthony Susa | Internet Explorer 6 | 0 | 01-05-2006 04:28 PM |
| Re: Windows Password | Sal | Windows XP Accessibility | 2 | 01-05-2006 08:07 AM |
| Tutorial print web page to PDF with embedded clickable links | Anthony Susa | Windows XP Print Fax | 4 | 01-05-2006 06:43 AM |
| TFTP | Teri | Windows XP Security Admin | 15 | 01-05-2006 04:20 AM |
| EGroup.IEAccess.C (dialer) | dtcar | Windows XP Help and Support | 22 | 01-05-2006 02:41 AM |