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

page footer is not generated #23

Open
andraspetrik opened this issue Nov 12, 2014 · 7 comments
Open

page footer is not generated #23

andraspetrik opened this issue Nov 12, 2014 · 7 comments

Comments

@andraspetrik
Copy link

I tried the 1.0.0 version of PdfReportKit, and it is not rendering the {{#pageFooter}}{{/pageFooter}} content.

I also tried the example app, and it does the same.

@schtink
Copy link

schtink commented Nov 19, 2014

Seems to be an issue since iOS 8. As far as I know the page numbers have to be printed in the footer, but if you aren't worried about that you can always create a "fake" footer with HTML/CSS, which is what I am doing for now till there are updates to this project.

@last-Programmer
Copy link

I am also facing the issue. In ios7 it was working fine. iOS8 breaks this.. Is there anyway to fix this?

@andraspetrik
Copy link
Author

I changed the 70. line in the PRKPageRenderer.m from
r.pageRect = CGRectMake(footerRect.origin.x, footerRect.origin.y - 20, footerRect.size.width, footerRect.size.height + self.footerHeight);
to
r.pageRect = CGRectMake(self.pageRect.origin.x, footerRect.origin.y - 20, self.pageRect.size.width, self.pageRect.size.height);

It solved the problem for me. I don't know why :P.

@last-Programmer
Copy link

@bikmak Yes it solved for me too..thanks. setting the r.pageRect height to pageRecet.size.height fixed the issue

@as-cii
Copy link
Owner

as-cii commented Nov 21, 2014

I am truly sorry but I do not have time to maintain this library anymore. I wanted to redesign it completely but it would take too much and, under current circumstances, I cannot follow the development process as much as I'd like.

This means that I am looking for a new maintainer: I will provide feedback and help to make important decisions. I will follow Pull–Requests as well, whenever I'll get mentioned or my contribute is needed.

Therefore, if you're interested, please have a look at #24

@leandroluquetti
Copy link

I have not sent any commits to the project, but I understand perfectly , including customizei few required details .
I agree to participate and contruibir for the project. We will organize , because until today have not found anything with this simplicity and full of appeal and quality.

#24 let's go!

@as-cii
Copy link
Owner

as-cii commented Nov 26, 2014

As stated on #24 I won't accept any candidate without prior contributions. If you feel like a good fit for the maintainer role, please fix some issue first.

Any other message related to the maintainer should be posted in #24, so that this issue doesn't get cluttered with unrelated topics.

Thank you.

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

5 participants