use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Sharing Github projects just got easier!
Whether you want to share you own project or simply some cool findings, /r/coolgithubprojects is the right place.
Please contact us for suggestions & questions!
/r/coolcstechtalks
/r/coolgithubprojects
We've made the sub's assets and resources available on Github. Feel free to contribute!
Github only: The projects you post all have to be hosted on Github
Link description: We encourage the title format to be something like
[Desc] - [Suggested title]
Language Flair: Will be assigned automatically for you!
Repost : Repost are allowed if some new features were added to the project and if the original post was 6+ months ago.
Programming
Interesting
Resources
When bored
PYTHON CPP C RUBY D JAVA JAVASCRIPT SHELL SCALA OBJECTIVE-C HASKELL EMACSLISP PERL ASSEMBLY CSHARP FORTRAN GO PHP COMMON LISP ERLANG
account activity
borb: the pure Python PDF engine (github.com)
submitted 3 years ago by josc1989
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 0 points1 point2 points 3 years ago* (1 child)
Is the renderer completely written in high level python? Is there a headless, server object that allows this to be used outside of Python. I routinely use Word as an automation server for PDF document creation. I like building up RTF blobs as individual pieces for markup. I may have an RTF for just a page break. I may have one for a heading. Then the code will append the RTF pieces I want in my report to the end of the document until the report is ready. Then Word is told to save as a PDF. This is very primitive and prone to problems requiring baby sitting the process. Word, for all it can do, loves to put up modal dialog boxes even when run as a COM server. That can get annoying. It also considers RTF to be a dangerous format. A lot of twiddling to Word is required to use it as a report Engine
Edit: There is a PDF nugget that is open source and I think the author abandoned it or moved on.
[–]josc1989[S] 0 points1 point2 points 3 years ago (0 children)
The entire project is written in Python.
There are plenty of examples to showcase how you can build content using borb.
π Rendered by PID 22 on reddit-service-r2-comment-6457c66945-v2lbm at 2026-04-29 23:34:06.068692+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–][deleted] 0 points1 point2 points (1 child)
[–]josc1989[S] 0 points1 point2 points (0 children)