Jump to content

Output > PDF, WORD etc


jaymc

Recommended Posts

I want to produce a report via php

 

With the data, I then want to build a pdf document for example

 

I believe I can do this no problem, the part Im concern about is the formatting

 

Lets say the data would cover 6 A4 pages... I need each page the data is continued on to have the company logo at the top

 

So if your with me so far, I'm sure you will have noticed the problem/solution window

 

I need to know when Im about to run out of space in regards to data being presented on a sheet of A4 for instance

 

If I had data 6 pages long, I need to basically find a way of splitting that up into 6 respectable chunks and basically say

 

Ok, Chunk 1 goes on page 1 and fills the page

Chunk 2 goes on page 2 and fills the page

Chunk 3 goes on page 3 and fills the page

etc etc

 

It doesnt even have to be PDF, it can be anything, aslong as my generated data can be presented nicely and spread accross multiple pages if need be

 

Whats the work around?

 

Link to comment
https://forums.phpfreaks.com/topic/71515-output-pdf-word-etc/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.