Copy link to clipboard
Copied
Hello all,
I'm searching up and down this community looking for help on this, but can't find any clear answers.
I want to convert a webpage to pdf using the Adobe Acrobat DC "file > create > PDF from webpage" function. I need to download the entire website using the "capture multiple levels" function set to 5 (it will be a pretty massive PDF). The problem is that the website requires a login at the beginning to gain access to your acccount.
I've tried logging in first, then using the link in Adobe, but that makes a PDF of only the login page. I've tried "printing" as a PDF and that only makes a PDF of the one page.
Are there any work arounds? Any Advice?
Thanks
Copy link to clipboard
Copied
In which webbrowser is this happening?
Are we talking about the Adobe Acrobat PDF Maker extension?
Copy link to clipboard
Copied
I have been using Google Chrome webbrowser.
I am able to use whichever application would work - but I was referring to the Acrobat DC application, not an extension.
Copy link to clipboard
Copied
I am on a Mac btw
Copy link to clipboard
Copied
You can only do it from within the browser itself, not from Acrobat.
Copy link to clipboard
Copied
Thank you for the response.
Am I able to capture multple levels using a browser extension? And which browser? I am on a Mac for context.
Copy link to clipboard
Copied
The Adobe Acrobat PDF Maker extension in Internet Explorer 11 and Mozilla Firefox allows some additional features that are not present in Chrome web browser, and thr new Microsoft Edge which is Chrome-based.
Copy link to clipboard
Copied
Can you clarify what you mean by the multiple funtion level 5?
I am not sure if you're referring to a website unsing HTML 5 or if this has anything to do with the 6 leveles of the Heading elements (or other objects).
If, what you're asking has to do with the heading elements, the Acrobat browser extension doesn't provide much configuration options, YET, you may test with the following settings of the Add-on "Preferences":
Clicking on "Settings" as illustrated in Step2 above will give you the following options:
This is the end result in Internet Explorer 11:
This is the end result in Chrome or new MS Edge:
In any case, here is the guidance that answers your questions... it is vague, but somewhat helpful.
https://helpx.adobe.com/acrobat/using/converting-web-pages-pdf.html
Now, I personally don't think this is even design to work well with a large load of HTML pages. The add-on works great as long as the website is not too big. It may freeze or crash with your project.
I am not an application expert or software reviewer, but in my humble opinion, Acrobat is not suited to do what you're trying to achive.
You're better off with with tools like HTTrack, for example. It is designed to download an entire website for off-line use while preserving the entire original HTML structure.
Then , and only then, I would defnitely say that you can use your Adobe Acrobat to convert from HTML to PDF. Again, you may run a risk of crashing Acrobat doing this method.
You may be able to play arount with batch scripting.
Since you've mentioned about the function levels, I think you're able to download an entire website using a tool like HTTrack, and possibly batch convert to PDF using javascript with Acrobat Distiller... But I am learning javascript so I may be completely off-track with this suggestion.
Copy link to clipboard
Copied
Thank you for the detailed response!
"Multiple levels" refers to how deep into a website the PDF conversion will go - i.e. Level 1 is the url I paste into the converter. Level 2 is all the linked urls on the level 1 url. Level 3 is all the linked urls on the level 2 url. etc...
Copy link to clipboard
Copied
I'm sorry, I have no automated way to do this for an entire domain.
Copy link to clipboard
Copied
I like that idea, but how are you able to preserve clickable links and use other navigational objects if you print a website to PDF?
Copy link to clipboard
Copied
I would recommend that you don't use the method that you're currently using.
(NOTE: In all suggestions below, It is also very important that you become familiarized with the type of font encoding used in the HTML web pages so that you don't get PDF irrepairable errors with embedded text or alternate text after the export finalizes. In addition, it is worth noting that this process is extremely slow and long. The download performs in bytes at a time. Consider a fast Internet connection over Ethernet. Do not perform this method using a Wi-Fi enabled computer.)
Login to the password protected website but use any of these three methods to download the entire website:
See slides below:
Before you click on Create, click on "Advanced Settings"
This is a slide of showing the long and almost unresposnive process when you fetch a URL. I strongly recommend staying away from this option and download the website for off-line use in a separate process (Avoid using Acrobat for this or you won't be able to resolve your issue).
However, if you still prefer to fetch a large password protected website without the aid of HTML download tools , you may want to consider a javascript action or batch sequence which seems doable , in which case, and assuming that the secuirty enforced in that website also uses javasript, then you must contact the webmaster of such website and see if what you're trying to do is permissible to begin with.
You may end up bumping into other secured levels of the website, not just the first page.
Consider this additional information:
https://www.yourhtmlsource.com/sitemanagement/passwordprotection.html
http://www.javascriptkit.com/script/cut10.shtml
Copy link to clipboard
Copied
Thank you again for the detailed response!
Will try these options out