Which document type will give me the best forms output?
November 14, 2006 10:31 AM
Subscribe
What is the best format/document choice for printing out structured and stylized data that is being fed out of a database? HTML/CSS is too restrictive in terms of formatting, text overflow, and it isn't easy to change. PDF creates documents that are too large. One developer suggested RTF. Is there a alternate/better/best choice that we should look at?
We have a fairly large database that is fed via a web interface. We have an intranet site where forms/documents are fed from information from the database. We have a high degree of control over software that is available on the client machines, but I'd like to avoid a major install across our entire user base. They currently have windows machines with standard office software. We are standardized on IE with a mix of versions.
Precise formatting for printing is important. The ability to easily change/add pages and accommodate overflow text that spills into additional pages while still enforcing page breaks in other areas of the document is important. We currently have a very precisely styled web page, but we find it limiting in terms of dealing with overflow text and adding/removing pages easily. We also have a few government documents that are printed out via PDF, but when we've tried to add some of our other documents to the PDF it quickly grows quite large.
Is there some better format that we should be looking at?
posted by willnot to computers & internet (7 comments total)
1 user marked this as a favorite
I imagine RTF would work. The main drawback to that is that it's hard to look at and debug, though this is a problem for PDFs as well.
posted by adamrice at 10:59 AM on November 14, 2006