Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Resume with more than one sheet can't be print beyond 1st page #1834

Open
1 task done
kartiksingla opened this issue Mar 29, 2024 · 8 comments
Open
1 task done
Assignees
Labels
bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version

Comments

@kartiksingla
Copy link

Is there an existing issue for this?

  • Yes, I have searched the existing issues and none of them match my problem.

Product Variant

Cloud (http://rxresu.me)

Current Behavior

Resume is longer than 1 A4 page. After exporting it to PDF, when tried to print it, unable to print anything after 1st page (after page break).
Problem: Exports the PDF with one long single page.

Expected Behavior

Should split the pages by line splitter into separate page when exported in PDF along with some margin on the top

Steps To Reproduce

  1. Create a resume with content flowing to 2nd page
  2. From the right side, enable Show Break Line
  3. Export PDF
  4. Print by selecting A4 or Letter or A3, you will see the content only before the page break on the website is coming in print view.

What browsers are you seeing the problem on?

No response

What template are you using?

Onyx

Anything else?

No response

@kartiksingla kartiksingla added bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version labels Mar 29, 2024
@randomsynergy
Copy link

randomsynergy commented Mar 31, 2024

Experiencing the same issue with Self Hosted.

The PDF is one LONG page with no pagination. FOllowing the instructions in the guide:

https://docs.rxresu.me/product-guides/creating-a-multi-page-resume.

seems you can span the experience across multiple pages but when trying to add experience to the second page it removes it from the first, unlike the animation / details in the guide above. Would be great if this feature worked as show in the guide, properly breaking sections that space across multiple pages and implement page numbering as expected

@AmruthPillai
Copy link
Owner

Experiencing the same issue with Self Hosted.

The PDF is one LONG page with no pagination. FOllowing the instructions in the guide:

https://docs.rxresu.me/product-guides/creating-a-multi-page-resume.

seems you can span the experience across multiple pages but when trying to add experience to the second page it removes it from the first, unlike the animation / details in the guide above. Would be great if this feature worked as show in the guide, properly breaking sections that space across multiple pages and implement page numbering as expected

The animation of the docs is a screen recording of the actual app, so it should work as expected. I think what is important which has been missed in the docs is that you'll need to break up your Experience section into two separate sections, which is done by basically creating a new custom section and also calling it "Experience". Now you can move the new section to a new page while the old one remains on the first page.

I understand that this is not an ideal process, I would love for this to be automated too, to push sections into their own page intelligently without abrupt breaks within the text. Unfortunately I'm just not that smart 😅

@abizek abizek mentioned this issue Apr 2, 2024
1 task
@jansselt
Copy link

jansselt commented Apr 3, 2024

Experiencing the same issue with Self Hosted.
The PDF is one LONG page with no pagination. FOllowing the instructions in the guide:
https://docs.rxresu.me/product-guides/creating-a-multi-page-resume.
seems you can span the experience across multiple pages but when trying to add experience to the second page it removes it from the first, unlike the animation / details in the guide above. Would be great if this feature worked as show in the guide, properly breaking sections that space across multiple pages and implement page numbering as expected

The animation of the docs is a screen recording of the actual app, so it should work as expected. I think what is important which has been missed in the docs is that you'll need to break up your Experience section into two separate sections, which is done by basically creating a new custom section and also calling it "Experience". Now you can move the new section to a new page while the old one remains on the first page.

I understand that this is not an ideal process, I would love for this to be automated too, to push sections into their own page intelligently without abrupt breaks within the text. Unfortunately I'm just not that smart 😅

Just my $.02.

I don't think it should be your/the app's responsibility to make it that intelligent. If it hits the page break, It should just cut to new page regardless of the content at the time. Its on the user to finagle their content to look better around where the break occurs. I can't be certain how their stuff works behind the scenes, but a site I've used in the past, myperfectresume, handles it this way and it never felt much like a problem to me. Even going back to the days of using word, you work your content around the page break. The page break is non-negotiable.

I do also like the option to do it manually. But it has some flaws. The one driving me nuts is new section means new divider. so now at the top of page 2 I have a divider that makes no sense in the overall context of the resume (maybe this can be removed but I haven't quite figured that out yet).

Overall, this is an amazing product though. This is really my sole gripe about it. It will keep me from fully embracing and moving to it for now. The divider looks too weird. But I will be watching and keeping an eye on this. The moment this is resolved, I'm never going back to the other places I've used.

@abizek
Copy link
Contributor

abizek commented Apr 3, 2024

@AmruthPillai Maybe we can have a switch for enabling/disabling auto page-break? (disabled by default to be compatible with current behavior) Would that work?

@radiatewishbone
Copy link

@AmruthPillai the current system is an imperfect solution for two reasons:

  1. Attempting to "split" the PDF by guessing where a good place would be to add a second work experience section means that you will never have a perfect A4 split, because it's impossible to guess the exact place to split the page to create an A4 page.
  2. The documentation says that there is "no need" for A4 pages on a PDF anymore, because nobody prints them out. This is untrue. In my industry, people do still print resumes. Also, for many job applications I make online, application forms require you to upload PDFs, not provide a link to a PDF. Hiring teams will then want to print the PDFs out themselves to read.

It would be very good if you could add the option to split the PDF into a specified page size.

@AmruthPillai
Copy link
Owner

@AmruthPillai the current system is an imperfect solution for two reasons:

  1. Attempting to "split" the PDF by guessing where a good place would be to add a second work experience section means that you will never have a perfect A4 split, because it's impossible to guess the exact place to split the page to create an A4 page.
  2. The documentation says that there is "no need" for A4 pages on a PDF anymore, because nobody prints them out. This is untrue. In my industry, people do still print resumes. Also, for many job applications I make online, application forms require you to upload PDFs, not provide a link to a PDF. Hiring teams will then want to print the PDFs out themselves to read.

It would be very good if you could add the option to split the PDF into a specified page size.

There's a toggle/checkbox in the right sidebar of the app, while building the resume, called Toggle Break Line, which shows you a line where the page ends. All you would have to do then is move the sections that cross the line into their own page.

@radiatewishbone
Copy link

@AmruthPillai the current system is an imperfect solution for two reasons:

  1. Attempting to "split" the PDF by guessing where a good place would be to add a second work experience section means that you will never have a perfect A4 split, because it's impossible to guess the exact place to split the page to create an A4 page.
  2. The documentation says that there is "no need" for A4 pages on a PDF anymore, because nobody prints them out. This is untrue. In my industry, people do still print resumes. Also, for many job applications I make online, application forms require you to upload PDFs, not provide a link to a PDF. Hiring teams will then want to print the PDFs out themselves to read.

It would be very good if you could add the option to split the PDF into a specified page size.

There's a toggle/checkbox in the right sidebar of the app, while building the resume, called Toggle Break Line, which shows you a line where the page ends. All you would have to do then is move the sections that cross the line into their own page.

And just to clarify, are these break lines set to A4 by default? How would I use this to create a PDF with multiple separate A4 pages?

Another issue with this system:

Let's say I have lots of work experience that would go beyond the break line. With the current system, I need to create a new work experience section, and place this second work experience section after the break line.

The problem with this is that it means "Work Experience" will become a title twice in the same document. It will say "Work Experience" on the first page part of the first section, and then after the break line it will say "Work Experience" again, for the second work experience section. I don't want my CV to have the same title twice.

@amizzo87
Copy link

+1 to this. Love this app but there needs to be proper pagination/spillover; the suggested workaround is suboptimal at best.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version
Projects
None yet
Development

No branches or pull requests

7 participants