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 8515155
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T05:04:18+00:00 2026-06-11T05:04:18+00:00

i have a file which generates html and adds it to a php String

  • 0

i have a file which generates html and adds it to a php String using buffer

<?php ob_start(); ?>

    <table>
     <tr>
      <td>Content</td>
     </tr>
    </table>

<?php     
    $contents = ob_get_contents();
    ob_flush();

    mail($to, $subject, $contents, $headers);
?>

Is there a way to save the contents of the string as a pdf file on the server using php?
I have tried using FPDF but it does not work since the content is at the top of the page and i get a output error from fpdf.

Any help appreciated

  • 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-06-11T05:04:19+00:00Added an answer on June 11, 2026 at 5:04 am

    You need to use ob_end_clean() instead of ob_flush();

    ob_flush(); will print the html and you don’t want that. As FPDF creates a pdf and needs to manipulate the headers (to be a pdf). If you echo/print something first php will automatically set default header. The library can’t modify them once they are set resulting in error.

    after you have put the content of the ob in a var ($contents = ob_get_contents();) you can use ob_end_clean(). This will discard the content of the buffer and stop buffering.

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

Sidebar

Related Questions

I have a php file as given below. The page generates html content which
I have a PHP page which generates an HTML table. At the bottom of
I have two project, one which generates some artifacts from a WSDL file using
I have some html-page. There is a javascript which generates some content. I have
I have this html form which calls a php file . The index.html ->
I have a HTML file, which generates a web page. Users can enter some
I have a make rule which generates a dependencies file for a list of
I have .zip file which contain csv data. I am reading .zip file using
I have an iPhone app which gets a response from a php file. This
I have a script that generates a temporary HTML file that has links to

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.