Re: [PHP] Generating PDF files (XSLT, ps, XSL-FO, FOP, etc)

2007-10-05 Thread Per Jessen
Yannick Warnier wrote: but you can't generate a PDF using XML and XSLT, although XSLT is, to my understanding, made to enable export in various formats from the same XML file. XSLT is a style language, and you could quite possibly make it produce a PDF. It seems that in this case

Re: [PHP] Generating PDF files (XSLT, ps, XSL-FO, FOP, etc)

2007-10-05 Thread Larry Garfield
On Friday 05 October 2007, Per Jessen wrote: Yannick Warnier wrote: but you can't generate a PDF using XML and XSLT, although XSLT is, to my understanding, made to enable export in various formats from the same XML file. XSLT is a style language, and you could quite possibly make it

[PHP] Generating PDF files (XSLT, ps, XSL-FO, FOP, etc)

2007-10-04 Thread Yannick Warnier
Hello, I'm currently researching a bit on a possible PDF export format for some of my application's output. So far, what I get is this: - some packages allow PDF generation (FPDF, EZPDF, etc) from nothing - some packages allow generation of PDF from HTML, using the ps format - some packages

[PHP] Generating pdf file on the fly

2004-11-24 Thread pt2002
Hi I use fpdf to generate pdf on the fly. It should display pdf in the browser and it's ok withou mod_gzip. Actually the problem is mod_gzip. It seems IE doesn't work very well with this combination. No problems with Firefox. Anyone had this problem too? Greetings pt2002 -- PHP General

Re: [PHP] Generating PDF

2004-01-07 Thread Yann Larrivee
Thanks, it was a permission issue. Yann On Wed, 2003-12-31 at 11:13, Evan Nemerson wrote: On Wednesday 31 December 2003 09:29 am, Yann Larrivee wrote: Hi i am trying to generate a PDF with PHP5 (latest cvs) and PDFLib 5.0.2 I have this very basic example that i took from php.net and saw

[PHP] Generating PDF

2003-12-31 Thread Yann Larrivee
Hi i am trying to generate a PDF with PHP5 (latest cvs) and PDFLib 5.0.2 I have this very basic example that i took from php.net and saw the same code on http://www.sitepoint.com/article/1225/1 ?php $pdf = pdf_new(); pdf_open_file($pdf, philosophy.pdf); pdf_begin_page($pdf, 595, 842); $arial =

Re: [PHP] Generating PDF

2003-12-31 Thread Jyry Kuukkanen
The code looks pritty much fine to me. Have you tested your piece of code with PHP 4.x? --jq On Wed, 31 Dec 2003, Yann Larrivee wrote: Hi i am trying to generate a PDF with PHP5 (latest cvs) and PDFLib 5.0.2 I have this very basic example that i took from php.net and saw the same code

Re: [PHP] Generating PDF

2003-12-31 Thread Evan Nemerson
On Wednesday 31 December 2003 09:29 am, Yann Larrivee wrote: Hi i am trying to generate a PDF with PHP5 (latest cvs) and PDFLib 5.0.2 I have this very basic example that i took from php.net and saw the same code on http://www.sitepoint.com/article/1225/1 ?php $pdf = pdf_new();

[PHP] Generating PDF documents

2002-02-16 Thread Alberto Pirovano
Hi, is there someone who can give me some tips to rotate a text-box with pdf-lib functions? I've tried with pdf_rotate(...), but i've been not able to write a thing in other ways than horizontal. Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Generating PDF...

2001-12-11 Thread Johan Holst Nielsen
Hi, I just have some few question. I hope you can help me, with some links or some information :o) I've to create some pdf files, but the problem is that it have to be printed later. So it have to be in i quality about 304 dpi. I dont know a lot about PDF. Can anyone help me please? Send me

RE: [PHP] Generating PDF...

2001-12-11 Thread Adrian Teasdale
www.inovicahosting.com -Original Message- From: Johan Holst Nielsen [mailto:[EMAIL PROTECTED]] Sent: 11 December 2001 08:09 To: [EMAIL PROTECTED] Subject: [PHP] Generating PDF... Hi, I just have some few question. I hope you

Re: [PHP] Generating PDF...

2001-12-11 Thread Rasmus Lerdorf
dpi doesn't really apply to a PDF file unless your PDF file has embedded images in which case the dpi of these images would affect your output. And PHP is fine for generating PDF with. See http://php.net/pdf -Rasmus On Tue, 11 Dec 2001, Johan Holst Nielsen wrote: Hi, I just have some

RE: [PHP] Generating PDF...

2001-12-11 Thread Dave Brotherstone
] Subject: [PHP] Generating PDF... Hi, I just have some few question. I hope you can help me, with some links or some information :o) I've to create some pdf files, but the problem is that it have to be printed later. So it have to be in i quality about 304 dpi. I dont know a lot about PDF. Can

Re: [PHP] Generating PDF...

2001-12-11 Thread Johan Holst Nielsen
ok, i need to include some images in the PDF. But I just make them in the right dpi then. What about fonts? No problem if the font is Postscript or? -Johan Rasmus Lerdorf wrote: dpi doesn't really apply to a PDF file unless your PDF file has embedded images in which case the dpi of these

Re: [PHP] Generating PDF...

2001-12-11 Thread Henrik Hansen
[EMAIL PROTECTED] (Adrian Teasdale) wrote: Johan Here are a couple of links that should get you started: http://www.zend.com/zend/spotlight/creatingpdfmay1.php http://phpbuilder.com/columns/perugini20001026.php3 These should keep you busy for a while! also check out pc4p