Viewing profile — mstijak
mstijak
HN member- Joined
- Tue, Sep 13, 2016, 7:39 PM UTC
- HN karma
- 96
- Public activity
- 116 items
- HN profile
- View on Hacker News ↗
About mstijak
Recent public activity
-
comment
Comment #42673706
Does something like this exist for C#?
-
comment
Comment #42471781
Yes, you can easily install it using Docker. https://docs.cx-reports.com/getting-started/docker/
- story
-
comment
Comment #42464888
Basic CSS knowledge is needed for setting up visual themes and basics of SQL is required for querying databases. After initial setup, most people can build reports with an hour or …
-
comment
Comment #42464296
Yes, it's possible to define any kind of a page layout. Data tables and charts are also supported. You can get a sense what can be generated with CxReports from this document: http…
-
story
Show HN: CxReports – Low-Code Tool for User-Facing PDF Reports
Marko here from Codaxy. For over two years, we have been working on CxReports, a low-code tool for creating user-facing PDF documents and reports. We first saw the problem in wealt…
-
comment
Comment #41537758
CxReports is a commercial product that lets you create PDFs from JSON using a WYSIWYG editor, perfect for building invoices. It can be hosted on-premise with Docker and has a Pytho…
-
comment
Comment #41184505
Are there any advantages to using Firefox over Chrome for exporting PDFs with Puppeteer?
-
comment
Comment #41024268
Company branding is an important aspect of PDF creation that many tools struggle to handle correctly. PDF documents often need to include logos, company colors, fonts, and other br…
-
comment
Comment #41020479
Never heard that someone is generating PDF documents at that pace. I'm working on a product that is used for mass PDF reporting based on Puppeteer. With nightly jobs, caching, and …
- comment
-
comment
Comment #40244802
Working on a product that could be similarily described. CxReports: Self-hosted, web-based PDF reporting tool. https://www.cx-reports.com
-
comment
Comment #39834118
I'm working on a PDF report builder with a visual editor, API, and scheduled delivery via email. https://cx-reports.com
-
comment
Comment #39672242
We offer comprehensive import/export functionality, ensuring seamless transfer of reports between environments. Moreover, workspaces allow you to segregate test and production envi…
-
comment
Comment #39671945
Congratulations on the launch — it looks fantastic! My company is also developing a similar product. We've chosen to create a visual report designer that enables end-users (non-dev…
-
comment
Comment #39588891
Fixed. Thanks!
-
comment
Comment #39588572
My company is working on a product simplifying the creation of printable PDFs filled with tables and charts, leveraging a visual designer and API. It helps with the usual headaches…
-
comment
Comment #39031798
My firm is currently in the process of creating a similar product that features a sophisticated visual page editor. While it's not officially launched yet, the product is about 95%…
-
comment
Comment #30767154
A very nice tool and a cute website. How do you handle mobile navigation without client-side javascript?
-
comment
Comment #27361133
Intl is great for formatting dates, but parsing of culture-specific dates (and numbers) can be tricky. I wrote a small library that helps with that - https://github.com/codaxy/intl…
-
comment
Comment #27299981
Looks perfect. Good job!
-
comment
Comment #26749708
CxJS[1] offers a nice set of charts and widgets (disclaimer: I'm the author). Svg component could be used to represent an interactive BP diagram with coloring, tooltips, selection,…
-
comment
Comment #24086886
CxJS tries to solve common UI problems related to CRUD apps and dashboards. https://cxjs.io
-
comment
Comment #23334177
Shameless plug here after a failed HN post. For people interested in taking many quick notes using markdown please check https://tdoapp.com . The app allows you to organize tasks i…
-
comment
Comment #23226747
Reminded me of Anti-Grain [1]. [1] http://agg.sourceforge.net/antigrain.com/index.html .