Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement functionality to create tables in the generated PDF #154

Closed
evandrix opened this issue Aug 30, 2013 · 3 comments
Closed

Implement functionality to create tables in the generated PDF #154

evandrix opened this issue Aug 30, 2013 · 3 comments

Comments

@evandrix
Copy link

While adopting your Node.js module in my current software, I've had a use case to convert an existing Word document consisting of a table. Unfortunately, there is none (I could not find any way) worthy abstraction to draw tables (by specifying cells,rows,cols etc. the usual)

Would like to see this added in, if someone else is also encountering the same need.

@CoDEmanX
Copy link

I'm looking for table support as well, I can't port any of my server-side PDF creation from PHP to Node.js if there's no table for it.

@NathanaelA
Copy link
Contributor

The pdfkit reporting add-on (fluentReports) that I wrote supports doing tables/grids. It supports either wrapping or truncating text in each column. It is designed to make data driven reports easy to use and we use it for several dozen reports (from simple things like fax cover sheets to fairly complex reports) in our system already.

@devongovett
Copy link
Member

Dup of #29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants