Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Convert to pdf

LEGEND ,
May 31, 2008 May 31, 2008
On a master page you can click on a username and you are linked
(filtering by id) to a detail page where all informations about the
specific username are displayed.

Now I would like to convert these detail informations to a pdf file. But
if I use the select (SELECT id, name, phone, fax FROM contacts WHERE id
= %s) as basis for the pdf-output I receive a blank page.

Any idea how to handle that?

Regards
Leolux
TOPICS
Server side applications
278
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 02, 2008 Jun 02, 2008
> Now I would like to convert these detail informations to a pdf file. But
> if I use the select (SELECT id, name, phone, fax FROM contacts WHERE id =
> %s) as basis for the pdf-output I receive a blank page.

We're missing a whole lot of information here. I doubt your sql query is the
actual issue.

What code/component are you using for the PDF creation?

-Darrel


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 03, 2008 Jun 03, 2008
LATEST
> We're missing a whole lot of information here. I doubt your sql query is the
> actual issue.

In fact it has been the actual issue. I solved the problem, so I
withdrew the posting.

On my detail page I had a link to the pdf (pdfview.php), but received a
blank page. Why? It is so simple and embarrassing: the pdf couldn't know
where to get the data from. I changed pdfview.php into pdfview.php?id= -
and it worked.

> What code/component are you using for the PDF creation?

I use the class.ezpdf.php.

Thank you for asking!

Leolux
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines