Léon Talbot

Results 19 issues of Léon Talbot

Let's consider the following `:pdf-table` example ```clojure (pdf/pdf [{:encoding :unicode} [:pdf-table {} [25 25 25 25] [ ;; Case 1: List [:list {:symbol "• "} "a" "b" "c"] ;; Case...

Hello, I get this error message: `clojure.lang.ExceptionInfo: failed to parse element`. How can I investigate more on that error? For instance, I would like to know which node cause this...

enhancement

Hello! I am pretty amazed by all what clj-pdf does! I am using it to automatize my reports. One thing I have been ask by my client is to add...

enhancement
help wanted

I want to create a table of content. I would use `:multi-column`, but inside it, I need a `:table` or `:pdf-table` to align section titles to the left and their...

We will need to create tests for the hole core ns and run those before we can merge this PR. This annotations namespace introduce all the core annotations implementations we...

Hello! Do you plan to add Cloud Firestore support?

There might be a reason why the fn `connect` doesn't have type hints but still in the doc string we might want to specify that we want a String for...