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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T00:19:06+00:00 2026-06-13T00:19:06+00:00

I have Symfony framework with TWIG template engine. I am making 1000 page pdf

  • 0

I have Symfony framework with TWIG template engine. I am making 1000 page pdf within

<dynamic-page>...content in for-loop...</dynamic-page>`

However while writing onto disk with ps_facade, it gives me memory exhausted fatal error. So is there any ways I can create this pdf by 5 pages a chunk?

After research I found that using template with 5 page worth of data and then write it on file should work. But in that way I won’t be able to add page numbers, as page number should be 1-1000. My footer code looks like this,

<placeholders>
    <footer>
        <div height="30px" width="100%">
        <hr/>
        <div float="left">Blah Blah</div>
        <div float="left" margin-left="350px"><page-info format="Page %s of %s"></div>
        </div>
    </footer>
</placeholders>
  • 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-13T00:19:07+00:00Added an answer on June 13, 2026 at 12:19 am

    You should use a messaging system for long processes like this. RabbitMQ could do the job.

    1. Your user requests for the pdf
    2. You tell him instantly that his request has been taken into account, and that he will receive an email when the job is done, or that he can come back later
    3. A consumer sees the job, and launches the pdf generation (does not have to be in php).

    Pros:
    Since the process is not run by the web version of php, it does not have the memory_limit and max_execution time limitation
    If the job is already running, you can tell your user so instead of launching another generation for the same pdf. And since people often refresh the page when they get impatient, this can really be a huge Pro for your server (less CPU usage).

    Cons:
    You’ll have to setup a messaging server and learn a few things. But is this really a Con?

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

Sidebar

Related Questions

I'm building a site using symfony php framework. I have a link in my
Good day, I have an application written using the Symfony framework. The application works
I want to develop using a framework called Symfony but I do not have
How can we disambiguate homonyms in Symfony framework i18n? It's when we have the
I have a project that uses Symfony framework. For optimisation purposes I have narrowed
I have a PHP web application developed using symfony framework. I want to call
i have started to learn symfony framework by reading joobet-propel book.i was in URL
Im using the symfony framework with mysql. I have a field in mysql that
I'm looking for an IDE with use with the Symfony Framework . I have
I'm using Symfony 1.4 and I have to create pdf file from Word/HTML with

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.