1

I was able to create a pdf file with html2pdf library.

Now What I am trying to do is when I create a pdf file, I want to save it automatically in my server machine.

Is there a way to a pdf file?
I used the following code so that users can view or save their machine
$html2pdf->writeHTML($content, isset($_GET['vuehtml']));
$html2pdf->Output('order.pdf');

while doing so I also want a copy of this pdf file in my sever machine.

Thanks in advance!!
Jacob

2

You should have a look at the wiki: http://wiki.spipu.net/doku.php?id=html2pdf:en:v4:output
[nosmile]
avatar
All right. Keep doing whatever it is you think you're doing.
------------------------------------------
Besoin d'aide sur le site ? Essayez par ici :)

3

Thank you very much, iwannabeamaki.
This is exactly what i need.^^