Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mstijak
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
mstijak
2y ago
Does something like this exist for C#?
2.
▲
by
mstijak
2y ago
Yes, you can easily install it using Docker. https://docs.cx-reports.com/getting-started/docker/
3.
▲
Show HN: CxReports – Generate Pixel-Perfect Reports and Automate Delivery
(cx-reports.com)
1 points
by
mstijak
2y ago
|
0 comments
4.
▲
by
mstijak
2y ago
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 two of training.
5.
▲
by
mstijak
2y ago
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: https://cx-reports.com/CxReports-Visual-Gui
6.
▲
Show HN: CxReports – Low-Code Tool for User-Facing PDF Reports
12 points
by
mstijak
2y ago
|
6 comments
7.
▲
by
mstijak
2y ago
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 Python client library. There’s a free tier allowing 500 PDFs/
8.
▲
by
mstijak
2y ago
Are there any advantages to using Firefox over Chrome for exporting PDFs with Puppeteer?
9.
▲
by
mstijak
2y ago
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 branding elements. Puppeteer is popular because you can contro
10.
▲
by
mstijak
2y ago
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 parallel processing, the performance is ok. https:
11.
▲
by
mstijak
2y ago
Working on a product that could be similarily described. CxReports: Self-hosted, web-based PDF reporting tool. https://www.cx-reports.com
12.
▲
by
mstijak
2y ago
I'm working on a PDF report builder with a visual editor, API, and scheduled delivery via email. https://cx-reports.com
13.
▲
by
mstijak
3y ago
We offer comprehensive import/export functionality, ensuring seamless transfer of reports between environments. Moreover, workspaces allow you to segregate test and production environments or create unique environments for each client,
14.
▲
by
mstijak
3y ago
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-developers) to create and tweak PDF reports, and integrate
15.
▲
by
mstijak
3y ago
Fixed. Thanks!
16.
▲
by
mstijak
3y ago
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 like page breaking, page numbering, table of contents, etc.
17.
▲
by
mstijak
3y ago
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% complete. At the moment, we are on the lookout for ear
18.
▲
by
mstijak
4y ago
A very nice tool and a cute website. How do you handle mobile navigation without client-side javascript?
19.
▲
by
mstijak
5y ago
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-io .
20.
▲
by
mstijak
5y ago
Looks perfect. Good job!
21.
▲
by
mstijak
5y ago
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, etc. Seems like an interesting UI challenge. [1]: htt
22.
▲
by
mstijak
6y ago
CxJS tries to solve common UI problems related to CRUD apps and dashboards. https://cxjs.io
23.
▲
by
mstijak
6y ago
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 into boards and lists and use keyboard to quickly
24.
▲
by
mstijak
6y ago
Reminded me of Anti-Grain [1]. [1] http://agg.sourceforge.net/antigrain.com/index.html .
25.
▲
by
mstijak
6y ago
I would like to share my view as of an author of a JS UI framework. It largely depends on the project, but sometimes it can be very difficult to integrate many libraries to play nicely together. To build an admin web application with some d
26.
▲
by
mstijak
7y ago
Have you ever looked at CxJS? - https://docs.cxjs.io/widgets/grids - https://gallery.cxjs.io - https://worldoscope.cxjs.io/
27.
▲
by
mstijak
7y ago
Tdo is built for handling many little tasks by using only a keyboard. Feature-wise, markdown is used for formatting, RegEx and custom CSS task highlighting, search supports logical operators (AND, OR), Firebase enables realtime sync, etc...
28.
▲
by
mstijak
7y ago
Using CxJS grid and other widgets it's relatively easy to support all of the scenarios mentioned in this amazing article. Please note that CxJS is not open-source. https://docs.cxjs.io/widgets/grids https:/&
29.
▲
by
mstijak
7y ago
This is a new version of tdo based on Firebase which supports new features such as offline mode, realtime data sync between devices, drag & drop and touch events.
30.
▲
Show HN: tdo – keyboard driven todo list
(tdo.cxjs.io)
1 points
by
mstijak
7y ago
|
1 comments
More ›