473,407 Members | 2,314 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

Wanting a "pretty output" for tabular data

scubak1w1
Hello,

I am wanting a "pretty output" of tabular data generated on the fly and saved in an array (PHP)...

That is, I have a link so users can chart (JpGraph) and download (CSV) tabular data, based on their selections on a query web page and using PHP, etc to pull the data out of a PostgreSQL database.

I have been requested to make ('on the fly') a 'reporting quality' version of the CSV available for download - sort of like you might get out of a report in MS Access, with say a summary at the end of the number of results, summary statistics, etc, etc.

I was seeking suggestions on software and/or approaches on how to format the data and make into, say, a 'pretty' PDF 'on the fly' that the user can download directly.

(i.e., the CSV is for the more technical users useage (sic), the 'static' PDF 'report' would be more for the manager types...)

The web server is on a Windoze OS, IIS.

I have Acrobat, MS Access, Excel, Word, PostgreSQL, etc, etc on the data/web server also if that is of any use.

I have never used Crystal Reports - but I kind of see this functionality being a web version of that?

Anyway, thanks in advance for any suggested approaches.

Regards & TIA,
GREG
Feb 29 '08 #1
3 2201
hsriat
1,654 Expert 1GB
See if this helps you.
Feb 29 '08 #2
Hello,

I am wanting a "pretty output" of tabular data generated on the fly and saved in an array (PHP)...

That is, I have a link so users can chart (JpGraph) and download (CSV) tabular data, based on their selections on a query web page and using PHP, etc to pull the data out of a PostgreSQL database.

I have been requested to make ('on the fly') a 'reporting quality' version of the CSV available for download - sort of like you might get out of a report in MS Access, with say a summary at the end of the number of results, summary statistics, etc, etc.

I was seeking suggestions on software and/or approaches on how to format the data and make into, say, a 'pretty' PDF 'on the fly' that the user can download directly.

(i.e., the CSV is for the more technical users useage (sic), the 'static' PDF 'report' would be more for the manager types...)

The web server is on a Windoze OS, IIS.

I have Acrobat, MS Access, Excel, Word, PostgreSQL, etc, etc on the data/web server also if that is of any use.

I have never used Crystal Reports - but I kind of see this functionality being a web version of that?

Anyway, thanks in advance for any suggested approaches.

Regards & TIA,
GREG
If you are pulling the data out of the database can't you prepare the data in html tables and style them (css) at the same time, with a print media css file? So before you convert to pdf you will have something 'pretty'.
If you are storing in an array or extracting you can still store or exhibit the data as html tables with in-line styling. hth
Mar 1 '08 #3
Thank you both... this is my first web site, and so still learning this stuff... will follow up your suggestions and links now! :-)
Mar 4 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Lamont | last post by:
I set <%@ Page Language = "vb" ... Trace="true" %> when doing a sing along with the Course 2310B textbook. The book says the trace output will be shown at the bottom of the web page. The result...
2
by: Mark | last post by:
Visual C# .Net Standard 7.1.3088 I'm trying to change the type of application from a windows to a console app. I go into the project properties --> Application --> According to the help, I...
3
by: Jon Pope | last post by:
I've got an XML stream <node1><node2></node2></node1> which I would like to "pretty" up so it looks like the following: <node1> <node2> </node2> </node1> I've investigated the...
3
by: Progalex | last post by:
Hi everybody! I'm creating a very simple VB .NET application that needs to launch the command line ml.exe compiler. At the moment I'm redirecting ML's output to a text file and then my app...
1
by: Daniel | last post by:
how to parse xsl:output ... with xpath? "./xsl:output" does not work. is there other notation for this?
1
by: Peran | last post by:
If I create a simple xslt stylesheet I can quickly test this in VS2005 by pressing the "Show XSLT Output" button rather than running the whole solution. If I then create a xslt stylesheet with...
2
by: jain_tj | last post by:
Could anyone please help me with the following problem My xml file is ============== <fig id="F0000001"> <caption>Caption text</caption> <image id="I0000001" image.class="halftone"...
0
by: fswfsw | last post by:
-------------------------------------------------------------------------------- Hi guys, I am using Window form application in Visual studio 2005 to accomplish a serial communication. Now...
3
by: Curious | last post by:
I''ve created a simple Console Application in C#.NET (.NET 2.0), and I have the following code: Console.WriteLine("Now let us begin!"); However, the string, "Now let us begin!", never shows up...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.