-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Feature Request]: PDF sorted in Region, Day order #24
Labels
Comments
hi @WoodieFL give it a try now, there's a new 'group by' option |
Josh,
You are so awesome! This worked perfectly and is just what we needed.
Of course now, someone wants the region printed at the top of each page,
which will make it easier to know what region you're looking at when
thumbing through the book. If this is too much of a pain, I will do it
manually after the PDF is created.
Thank you again for your super speedy response and great coding skills! We
really appreciate you.
…On Thu, Mar 3, 2022, 11:19 PM Josh Reisner ***@***.***> wrote:
hi @WoodieFL <https://github.com/WoodieFL> give it a try now, there's a
new 'group by' option
—
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARPJ66F7AB7SNGI7F6RWV23U6GFNZANCNFSM5P4I6TEA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
thanks @WoodieFL ! i know what they're asking and i wish i knew a way to do it. i can repeat a header across the whole document, but not one at the section level. this would be useful when grouping by region as well as day, e.g.
etc. I'm going to close this issue but rest assured if I figure that out I'll add it to all the PDF views. |
I appreciate your help and will pass along your comments to my committee.
Woodie Sayles
(727) 642-5372
***@***.*** =^..^=
…On Fri, Mar 4, 2022 at 5:36 PM Josh Reisner ***@***.***> wrote:
thanks @WoodieFL <https://github.com/WoodieFL> ! i know what they're
asking and i wish i knew a way to do it. i can repeat a header across the
whole document, but not one at the section level. this would be useful when
grouping by region as well as day, e.g.
1. Sunday
2. Sunday, contd.
3. Sunday, contd.
4. Monday
5. Monday, contd.
etc. I'm going to close this issue but rest assured if I figure that out
I'll add it to all the PDF views.
—
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARPJ66F6JJN6UCBWR7OKEULU6KF57ANCNFSM5P4I6TEA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I just thought of something that might help you figure out how to print the
Region or Day at the top of each page. The old 4x7 format printed by region
and it had the region at the top of each page. Could you look at the code
for that one and perhaps integrate it into the new one?
It's attached here in case that will help you. Thanks for your help again.
Woodie Sayles
(727) 642-5372
***@***.*** =^..^=
…On Fri, Mar 4, 2022 at 5:36 PM Josh Reisner ***@***.***> wrote:
thanks @WoodieFL <https://github.com/WoodieFL> ! i know what they're
asking and i wish i knew a way to do it. i can repeat a header across the
whole document, but not one at the section level. this would be useful when
grouping by region as well as day, e.g.
1. Sunday
2. Sunday, contd.
3. Sunday, contd.
4. Monday
5. Monday, contd.
etc. I'm going to close this issue but rest assured if I figure that out
I'll add it to all the PDF views.
—
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARPJ66F6JJN6UCBWR7OKEULU6KF57ANCNFSM5P4I6TEA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The original half-page layout created a PDF in Region, Day order. However, we need a PDF with a page size of 5.5 x 8.5 and when we use the new Generate PDF, the only two sorting options are Day, Region or Day. It would be perfect for us if it had the Region, Day option as well. Is there any way to do this or could it be added to the Generate PDF page as an option?
I tried using Chris T's plugin, but it didn't give me the layout I need unfortunately.
The text was updated successfully, but these errors were encountered: