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
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 (expor
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 allow
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 Mailing
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 an
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
>
> $pdf = pdf_new();
> pdf_open_fi
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
> co
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
But the function pdf_begin_page always return this error messsage.
Fatal error: PDFlib error [2100]
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: http://www.php.
[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 (
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 i
; To: [EMAIL PROTECTED]
> 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 hav
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
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
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 s
15 matches
Mail list logo