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

Need a switch to toggle column or row first ordering for some PDFs #331

Open
davidohyer opened this issue Sep 10, 2024 · 1 comment
Open

Comments

@davidohyer
Copy link

davidohyer commented Sep 10, 2024

Some PDF files are ordered by column first instead of row first. For example, if you have a file with 6 columns and 3 rows, it normally would have the page order:

1,2,3,4,5,6
7,8,9,10,11,12
13,14,15,16,17,18

But in some PDF files the correct order is:

1,4,7,10,13,16
2,5,8,11,14,17
3,6,9,12,15,18

Here is a sample PDF:
https://www.shelbyoutdoor.com/images/support/301_raglan_pattern_A4.pdf

@courtneypattison
Copy link
Collaborator

@davidohyer thank you for the suggestion! I've held off on adding this feature since it is uncommon and, as you've shown in your example, you can use PP for column ordered stitching. That being said, adding a row/column order toggle doesn't add too much complexity to the stitch menu so I'm warming up to the idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants