Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7051399
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:15:32+00:00 2026-05-28T03:15:32+00:00

FPDF error: Image file has no extension and no type was specified: Is the

  • 0
FPDF error: Image file has no extension and no type was specified:

Is the error I receive when I try to have this:

<img src="https://chart.googleapis.com/chart?cht=qr&chs=150x150&chl=LG-80294959&choe=UTF-8">

In my html, that FPDF will html2pdf convert.

So how can i do this? I really need this QR chart inside this pdf.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T03:15:33+00:00Added an answer on May 28, 2026 at 3:15 am

    After spending hours on this exact problem I finally figured it out. First, as others has suggested, I did NOT need to add a &.png at the end of my url. The key turned out to be the spaces in the labels.

    $chart_url = str_replace(" ","%20",$chart_url);
    
    echo '< img src="'.$chart_url.'"/>'; (remove the space between < img)
    

    The above worked perfectly.

    Here is the full code as requested. I removed the header and footer…

    <?
    import('html2pdf.class');           
    ob_start();
    ?>
    <style type="text/css">
    
    </style>
    <page backtop="120px" backbottom="105px" backleft="10mm" backright="10mm" style="font-size: 10pt">
    <bookmark title="Test" level="0" ></bookmark>
    <img src="https://chart.googleapis.com/chart?cht=qr&chs=150x150&chl=VS-26258807&choe=UTF-8" /> 
    </page>
    <?
    $html = ob_get_clean();     
    // init HTML2PDF
    $html2pdf = new HTML2PDF('P', 'A4', 'fr', true, 'UTF-8', array(0, 0, 0, 0));
    // display the full page
    $html2pdf->pdf->SetDisplayMode('fullpage');
    // convert
    $html2pdf->writeHTML($html);
    // send the PDF
    return $html2pdf->Output('shop_preview.pdf','true');
    return $file;
    

    Then I simply echo’d the returned ‘$file’.

    Here is the fpdf class I use: http://html2pdf.fr/en/download

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some problem with inserting image when i generate pdf using FPDF library
This question is for those who have used PHP library FPDF (http://www.fpdf.org ) to
I have a php file that I use to print pdf (using FPDF). In
I am facing a problem with FPDF while generating the PDF file with images
Im using fpdf to output details about an employee and an image of the
I am trying to set the following image as a variable. I get this
I'm working with generating .pdf's from PHP using this library: http://www.fpdf.org/ I am currently
I am using the fpdf library for my project, and I'm using this to
I need to create a pdf file with the fpdf library and save it
I am going to generate report by using FPDF . My Problem Like this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.