Creating a PDF Planner Template for Remarkable
My 2023 Yearly Planner PDF on my Remarkable device

Creating a PDF Planner Template for Remarkable

TLDR; I've also made a video explaining things in this article.

Wanting to try new ways of working and having done away with paper notebooks, I'm still enjoying using the remarkable e-ink device as my daily note taker. A device that I am so impressed with, that I will write an entirely separate article about.. but anyway..

One thing I wanted to try was using a yearly planner, which is basically a 365+ day PDF that can be used to record notes each day. For me, this wouldn't be used for pro-active planning but taking notes that can be reviewed retrospectively.

Because Remarkable allows you to easily write on PDFs, many templates have been created and shared in PDF form for this very purpose with some people even selling their PDF template creations!

No alt text provided for this image
A selection og PDF templates people have created

And Scott Hanselman pointed out that because PDFs can contain internal links to other pages, documents/planners can be created that allow you to jump between pages.

Having reviewed some of the yearly planner templates that people have created, I noticed that none of them seemed to suit my needs & practices that I used in paper notebooks.. so I decided to create my own with the following requirements..

  • A page listing the months with links to jump to each month
  • A page for each month with links to jump to each day
  • A page for each day including areas for Notes (usually work purposes), Other (usually non work purposes) and somewhere each day to encourage and record wellbeing activities/habits I want to build and promote including things like drinking water, reading and exercise
  • A separate page for work to do items and personal to do items
  • A spare page for each day.. because I was finding I needed more room for each day)
  • Hyperlinks to move between the various pages

Designing the planner

Of course.. I used the Remarkable device to sketch out the layout that I wanted.. going through various iterations..

No alt text provided for this image

Creating the planner PDF

I looked at the various ways of programmatically creating a PDF with C# & .NET. One popular approach seemed to be to create the HTML and then use a tool to convert the HTML to PDF.

After trying a couple of HTML to PDF converters/approaches I settled on the following method..

1) An ASP.NET MVC web app that outputs a huge HTML page (headings, links and various breakpoints to separate as pages) and

2) A Console Application that takes the locally served webpage output and creates a PDF from it, saving it locally

Note: The latter uses Syncfusions HTML to PDF library/functionality which I thankfully have a free license for because I am a Microsoft MVP. If you are doing this approach, you may have to find another tool to convert HTML to PDF.

A little bit of to-and-fro/experimentation was needed to create the PDF with the layout I wanted.

Warning: The HTML output isn't a true representation of what the PDF will look like (but gives a general idea).. so you will need to generate the PDF to see the final output.

The end result is a PDF that is 855KB in size and 746 pages long that Remarkable has no problem with me opening and scribbling all over.

No alt text provided for this image

If I wanted, I could spend more time making it a look a little nicer but it is functional enough to suit my needs.

Making the code open source and available on GitHub

I have made the code available here on GitHub (except my Syncfusion API Key!).

I hope the approach will help you create your own PDF Planner for your Remarkable device and if you are successfully able to swap Syncfusions HTML to PDF library for a free one, please let me know (i'm sure others will want to know as well).

Video walkthrough

Here is a video walkthrough of things i've mentioned in this article.

Summary

Working out how to programmatically create my own Yearly Planner in PDF to try out new ways of working has been fun and has already encouraged me to drink more water and read each day.

It makes me wonder what other templates I could create for the device! SWOT? Business Model Canvas? Value Proposition Canvas? Anything really.

I hope people find the generated PDF template on GitHub and the open source code useful!

-- Lee

Lenny Impellizzeri

Software Engineering Manager at The University of Kansas Health System

1 年

Hello, Lee! I'm working my way through your project, however, I am on a Macbook Pro. I have updated the nuget package to reflect the mac version of the Syncfusion pdf utility. The HTML app runs great. But when I run the console app I get the following err: Unhandled exception. Syncfusion.Pdf.PdfException: Blink files are missing at /Users/lenny/Projects/RemarkableTemplates/src/HtmlToPdf.Solution/HtmlToPdf.ConsoleApplication/bin/Debug/net6.0/runtimes/osx/native I have no idea what a blink file is... Thanks in advance for your help. PS. I have applied for a community license from Syncfusion. Meanwhile they have sent me a 7-day trial key which I assume covers me for the PDF utility as well.

Being someone who enjoys note-taking, this read is quite insightful, Lee Englestone ??????????.

回复
Chris Barber

Designing fp&a solutions with the Microsoft BI stack | Microsoft MVP | StarSchema.co.uk | Consultant | Avanade | Accenture | Chartered Accountant (CGMA, ACMA) | Author

2 年

I've gone down this route as well Lee! Using the Boox Note 2 instead, but same principle. I also make loads of notes and have found this keeps me much more organised.

要查看或添加评论,请登录

Lee Englestone的更多文章

  • AI Hackathon Project BusinessModelMaker.ai

    AI Hackathon Project BusinessModelMaker.ai

    For the currently live Azure AI Developer Hackathon, I decided to dust off an idea i've been holding on to for a rainy…

  • Userware Joins Manchester Digital

    Userware Joins Manchester Digital

    Userware is an innovative software development consultancy providing web, desktop, mobile AI and XR development…

    1 条评论
  • Combining Top Down and Bottom Up Innovation

    Combining Top Down and Bottom Up Innovation

    I believe the best innovators are capable of adopting many mental models and approaches when it comes to innovation…

  • End-To-End Innovation

    End-To-End Innovation

    TLDR; Innovation needs to happen at every stage of the value discovery, design and delivery process including customer…

    1 条评论
  • Putting Generative AI Tours Live

    Putting Generative AI Tours Live

    A while back when OpenAI and ChatGPT were starting to gain popularity, I took it upon myself to learn how to call the…

  • How Calm Whipped Up a Storm Book Review

    How Calm Whipped Up a Storm Book Review

    Disclaimer: I was sent this book free of charge and asked whether I would consider reviewing it. I have no incentive to…

    3 条评论
  • Growth Hacker Marketing Book Review

    Growth Hacker Marketing Book Review

    I know I recently said I would be reading less and learning less in favour of more building and business development…

    3 条评论
  • 2025 A Year of Bringing Ideas to Life

    2025 A Year of Bringing Ideas to Life

    I've written previously (though I can't find the link) about how like to spend my time focused in one of three areas…

  • SendMyself.com Launch Postponed Indefinitely

    SendMyself.com Launch Postponed Indefinitely

    I've decided not to launch SendMyself.com.

    2 条评论
  • A Simple Voice Controlled AI Assistant in C#

    A Simple Voice Controlled AI Assistant in C#

    TLDR; A week ago I wanted to see if I could make calls to AI endpoints from inside an XR experience using my natural…

    1 条评论

社区洞察

其他会员也浏览了