-
Notifications
You must be signed in to change notification settings - Fork 38
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
Pagination support #134
Comments
I understand the idea... but really see no way to implement such a thing in the current SG, sorry. If you want to give it a try you're welcome. As a weak workaround maybe you could add empty lines in your csv, to match the number of items per page ? empty text frames will be removed automatically by SG... but I agree this is not really satisfactory if you have a complex design with static text or content. |
Well, thank you for your comment. And I want to say also thank you for your work. |
I understand the ordering problem relating to xml. there is some hints provided in the wiki at: |
Maybe this can be done by recusion. Generate a page with overflowing text hidden, generate many pages then merge all the single pages into a big pdf file. |
It would be great if SG would support forcing next page feature.
This would enable users to generate catalogues of items where every category needs own page and in such circumstances, when there isn't enough items to fill full page.
Page indicator should be in CSV file, lets say there would be special column name, like %page or something.
%page, category, item, description
1, fruits, apple, sweet
2, vegetables, potato, fresh
2, vegetables, carrot, long
In such case, apple goes to page 1 and potato, carrot goes to page 2 instead there are for example two variables defined per page.
The text was updated successfully, but these errors were encountered: