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

  • Home
  • SEARCH
  • 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 6624707
In Process

The Archive Base Latest Questions

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

I need to insert an hyperlink into a few thousand existing pdfs. I’m working

  • 0

I need to insert an hyperlink into a few thousand existing pdfs. I’m working with zend_pdf which apparently is not able to set an invisible border. The only way I found to make the link borders invisible (found it somewhere else on this site, here, to be precise) is to search for each link “element” of the pdf and add a /Border annotation, like this:

echo str_replace(‘/Annot /Subtype /Link’, ‘/Annot /Subtype /Link /Border[0 0 0]’, $pdf->render());

Since I need to work on files that reside on my filesystem, I’m using the sed command for the search & replace operation.
Now, at first sight this works, as the documents are displayed correctly by Acrobat 8, osx 10.6’s Viewer and Ubuntu’s document viewer. However, tools such as pdftk (1.41) and pdfinfo (0.12.1) report the structure is corrupted. This is annoying since it means that no further manipulation of the pdf using pdftk will be possible, since the tool refuses to work on the file as there are errors in it.
I looked into the files using a binary editor and I found out that if I add more than two bytes after “/Link”, the file gets corrupted. This confuses me a lot, since based on the pdf specifications (I’m using 1.4) there is no checksum except for streams, which should mean that one can add as much bytes as he wants, as long as he’s not doing that inside a stream and the inserted bytes are valid pdf syntax.
What am I missing here?

Here is an example:
the original pdf
the processed 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-25T21:41:11+00:00Added an answer on May 25, 2026 at 9:41 pm

    Adding the additional “/Border” element in the file actually corrupts the pdf’s xref table. The xref table references all the objects by their position, measured in bytes from the beginning of the file. Inserting the additional element of course shifts the position (offset) of the subsequent contents by a few bytes.
    To fix the xref table after the edit, I can use pdftk from pdf labs (http://www.pdftk.com) to fix the xref table:

    $ pdftk corrupted_file.pdf output fixed_file.pdf

    As a matter of fact, I was not able to find a comprehensive Pdf solution for php, and I had to use several different kinds of tools (zend_pdf, pdftk, sed) to implement my workflow.

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

Sidebar

Related Questions

I need to insert a DOM which is a complete SVG document into an
I need to know how to insert a list item with a hyperlink field
Hi need insert data in table if the record is not already exits Ex:
Need to insert selected text on the page into textarea. There must be some
I need to insert records into a table that has no primary key using
I need to insert an HTML string into the <head> tag of the current
I need to insert about 1.8 million rows from a CSV file into a
I need to insert data from table1 into table2. However, I would like to
I need to insert a [number of] uiBinder-based widgets into another one, at a
I need to insert multiple rows into SQL Server database (100 at a time)

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.