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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:00:45+00:00 2026-05-25T21:00:45+00:00

I need to add into pdf file one page after already existing first page

  • 0

I need to add into pdf file one page after already existing first page and into this added page write text. I read somewhere, that Zend framework can do it, but I have no idea how.

Thanks in advance for answer

  • 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-25T21:00:45+00:00Added an answer on May 25, 2026 at 9:00 pm

    First you need to create a pdf object and assign it to a variable:

    $pdf = pdf_new();
    

    Then you need to read your pdf file into the object:

    pdf_open_file($pdf, "path/to/your/pdf/file.pdf");
    

    Now, you add a (A4) page to the pdf object:

    pdf_begin_page($pdf, 595, 842);
    

    Then, before you can write text to the page, you need to grab a font:

    $arial = pdf_findfont($pdf, "Arial", "host", 1);
    

    And state that you will be using this font:

    pdf_setfont($pdf, $arial, 10);
    

    Now you can write text to the page with:

    pdf_show_xy($pdf, "Text to write to the page.", 50, 750);
    

    We’re done with the page, so close it with:

    pdf_end_page($pdf);
    

    Finally, close and save the file:

    pdf_close($pdf);
    

    Credit: Generate PDFs with PHP
    Other good tutorials:

    • How To: Create PDF With Php
    • PDF Generation Using Only PHP –
      Part 2
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm attempting to open an existing pdf file and then add another page to
I need to programmatically add additional graphical elements onto an existing, static PDF book
I need to add an image into item. item is an xml file with
Let's suppose I need to save a text in my application into a file,
I have a 2D matrix that I need to add into a 3D matrix,
I need to add a element into a LinearLayout aligned to the left and
I am working on some code were I need to add a Node into
I need to add values received from MySQL into an array (PHP). Here is
I need to add a values (if anything coming into function when form is
I need to add a new functionality into my app. I must store a

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.