The application (or browser functionality) showing you the PDF should offer a button for that. However, the website might customize or replace that application to prevent it to give you a download button.
But, those functionalities (PDF viewing) are mostly in the client, so you need the PDF file locally anyway, so you might find it in the Network tab in the web developer tools (F12).
Oh, I think I understand the confusion here. OOP here isn’t talking about viewing a PDF online and then downloading that PDF file. They are talking about viewing an arbitrary web page (HTML or whatever) and wanting to save that webpage as a PDF file. Obviously, basically any PDF viewer in a web browser offers a simple button to download the file. But if I want to save a PDF copy of this Lemmy thread, for example, the best method is to print the page to PDF.
How? The only options under “Save” that I see are ways to save the page as
htmlor whatever. Nothing forpdfThe application (or browser functionality) showing you the PDF should offer a button for that. However, the website might customize or replace that application to prevent it to give you a download button.
But, those functionalities (PDF viewing) are mostly in the client, so you need the PDF file locally anyway, so you might find it in the Network tab in the web developer tools (F12).
Oh, I think I understand the confusion here. OOP here isn’t talking about viewing a PDF online and then downloading that PDF file. They are talking about viewing an arbitrary web page (HTML or whatever) and wanting to save that webpage as a PDF file. Obviously, basically any PDF viewer in a web browser offers a simple button to download the file. But if I want to save a PDF copy of this Lemmy thread, for example, the best method is to print the page to PDF.