-
Hi. Currently I'm using the "resume" example of react-pdf. Everytime I run "yarn example resume" it throws me 6 differents types of my whole text. I just want the first page. How can I do that? o: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The index.js file contains this part of the code which renders you 3 different styles of resumes.
I think what you want is to render just one them, right? To do that just delete or comment 2 of the Resume objects, like this:
Then run the program again with: Hope it helps, stay safe! |
Beta Was this translation helpful? Give feedback.
The index.js file contains this part of the code which renders you 3 different styles of resumes.
I think what you want is to render just one them, right? To do that just delete or comment 2 of the Resume objects, like this: