PdfReportKit icon indicating copy to clipboard operation
PdfReportKit copied to clipboard

Generate a PDF report from HTML code and Mustache templates. No longer maintained!

Results 12 PdfReportKit issues
Sort by recently updated
recently updated
newest added

Dear PdfReportKit users, I am truly sad to say this but I cannot maintain this library anymore: I have too many things on my schedule nowadays, and I cannot spend...

important

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.

PdfReportKit has some issues and needs a redesign, refactor. This will allow better debugging and further improvements.

When I try to generate a PDF the [reportsGenerator:dataForReport:...] method keeps getting called infinitely. Each tag in my template gets requested, and then they all get requested again, and again,...

I try the example on ViewController.m with GRMustache 7.0.1 and it doesn't work

- (void)reportsGenerator:(PRKGenerator *)generator didFinishRenderingWithData:(NSData *)data only gets called once, no matter how many times I create a new report.

Hi, great kit! I am struggling implementing multiple arrays within one report. For example: defaultValues = @{ @"Assets": Assets, @"Debtors": Debtors, @"Bank": Bank}; Where each of these is an array...

is there any way to get pdfreportkit to support A4 page sizes?

there seems to be extra space that {{#pageHeader}} adds after anything in {{#pageHeader}} and before {{pageContent}} starts. This results in reports having black space at the top of the page...

What does this actually control? For instance, using your sample order form, how can we have more line items display on the page? Is that the purpose of this parameter?