29 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
32
views
AfterRendered Hook in Paged.JS [duplicate]
I am using paged.js together with Kirby CMS and p5.js. And it is working pretty well.
My Problem: I need to get informed when paged.js is finished rendering the page layout. There should be a hook for ...
0
votes
0
answers
33
views
Chromedriver executeCustomCommand get base64 encoded from PDF output using pagedjs rendered HTML
I'm using pagedjs to render my invoice sample (using table, tr, td, th, etc...)
I use chromedriver v 135.0.7049.84 to open a headless browser and having export pdf from my html using polyfill pagedjs ...
0
votes
1
answer
232
views
Generate a PDF with Table of Contents from HTML
I have read the documentation.
I have tried the sample code.
The command I used to generate the pdf is pagedjs-cli index.html -o index.pdf
The code is:
<!DOCTYPE html>
<html lang="en&...
0
votes
1
answer
471
views
Paged.js no working anymore – "PagedPolyfill is not defined" [closed]
I'm using Paged.js to format and print an HTML-based document as a PDF. It was working fine until today, but now I'm getting the following errors in the browser console:
javascript
Uncaught ...
0
votes
0
answers
136
views
pagedjs not wrapping correctly
I am trying to create an A4 size paginated preview of an html div element that will later be used to print a pdf (with A4 size pages)
This is how I have created the JSX in react :
<>
<...
1
vote
0
answers
152
views
Footer overlaps content instead of creating new page with Paged.js in A4 doc
I'm putting together an HTML document that needs to be A4 sized and needs to be very strict about the positioning and styling of its items, so I'm using Paged.js to set up pages while also maintaining ...
2
votes
0
answers
316
views
Pagedjs and Angular integration
I'm trying to use Paged.js in Angular (v. 17).
I have to include a ployfill to make it work, but when I add it (either via angular.json or directly with a <script> tag in the head of index.html) ...
1
vote
1
answer
285
views
NextJS, PagedJS and Puppeteer: PDF Cross references jump to wrong page
I generate my dynamic webpage including table of contents with NextJS and Paged. On browser with HTML page, all works well including listing page numbers on table of contents and navigating to the ...
1
vote
0
answers
286
views
Difficulty adding page numbers to printed table using Paged.js without content overflow
I have a table with numerous elements in its , and I'm attempting to add page numbers to each printed page using Paged.js. However, I'm encountering issues where the table content overflows the page ...
1
vote
1
answer
1k
views
Integrating Paged.JS into React/JS website
I'm attempting to display my html page with paged.js in a react project. The html loads fabulously from local host (not via npm start, but the live server ext on vscode), but when I tried to follow ...
3
votes
2
answers
1k
views
Paged.js in Vue 3 ignores page-break attempts
I've been attempting to implement page-breaks in Vue.js 3. I've been using the following CSS, it appears that it does work, because I can modify the titlePage for example center/not center it. However ...
3
votes
1
answer
711
views
How to render only specific pages with Paged.js
I am using Paged.js to render an HTML coming from an HTTP request. My aim is to show only the first page of generated result rather than display all pages of the result generated by Pagedjs.
My ...
0
votes
1
answer
256
views
How to use Paged.js in Vue.js2?
let paged = new Previewer();
paged.preview('test', \[\], document.body).then((flow) =\> {
console.log("Rendered", flow.total, "pages.");
});
Facing issue:
1:1188-1197 export '...
0
votes
2
answers
758
views
Printing Page number when printing html
I have an HTML that I'm dynamically generating in my react application according to user inputs and the user can print it at the end. I want to print the page number on each page. All solutions that I ...
1
vote
0
answers
224
views
Flex Items Do Not Overflow To Next Page In Printed PDF (Paged.js)
I am using paged.js to create a PDF from a website. I am trying to display 2 pieces of text next to each other, and I want them to both be side by side and whenever there is a page break, I want the ...