joseluisq / printd

Print HTML elements or pages in modern browsers.
MIT License
80 stars 5 forks source link

Insert page # in footer #13

Closed daniel-buona closed 4 years ago

daniel-buona commented 4 years ago

Expected Behavior

Hi! Is there a way to automatically include a page counter in the footer of all pages?

Specifications

joseluisq commented 4 years ago

Can you explain me a bit more in detail what do you want to do?

daniel-buona commented 4 years ago

If you see in the attached image, I would like to do something like point 1, without having to use point 2 Capturar

joseluisq commented 4 years ago

I understand. Unfortunately this library is not intended to have built-in support for such HTML elements because it doesn't provide any GUI. So your components could be a developer task and they are out of this library's scope.

Here a description about the scope of this library:

Printd opens your Browser Print Dialog to print HTML elements inside a blank document or pages by URL.

You can take a look at project's README.md file or the source file for more details.

I'm going to close this issue. Feel free to reopen it if needed.

daniel-buona commented 4 years ago

Tks man!