Mark Lees
Mark Lees
I see in the showcase there is a pdf (odpisy.pdf) where they have added a custom back page, so it's obviously possible. The question is of course, how is it...
I created a new (small) project to test this, and I ran into some issues. I followed the instructions above exactly, and this is what I ran into ```bash Configuration...
OK...one step forwards, three back! Sorted the NameError by adding: ```python from rinoh.templates import Book ``` to `mytemplate.py`. The build starts, but then throws this error: ```bash Exception occurred: File...
Thanks @brechtm - I will try this tomorrow and let you know the result
@brechtm - still throws the same `no part named 'title'` error. I downloaded the latest version of rinoh using: `pip install https://github.com/brechtm/rinohtype/archive/refs/heads/master.zip` which I assume is correct?. Here is the...
Ah! It does work...I had some issues with my WSL2 Linux implementation, so had to reinstall and set up again, and I can now create with a rear page. Thank...
OK, so I was a bit too keen there! There is one issue that I can't see how to resolve now. The rear page is added (great!), but the page...
> In your template configuration file, you set `header_text = '\t\t{DOCUMENT_TITLE}'`, so I'm guessing "PDF Test" is simply the document title for the project you're testing the rear cover page...
Ah, just noticed that the page numbering is reset in the index, so it restarts at 1 of x:  One other question @brechtm (last one, honest!). How do you...
@brechtm - is there a resolution for this imminent? I have a document that needs the rear page, and ideally I would like to get it done before Christmas. If...