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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T01:58:01+00:00 2026-06-06T01:58:01+00:00

I was wondering if anyone could instruct as how to replace hyperlinks with their

  • 0

I was wondering if anyone could instruct as how to replace hyperlinks with their actual html links using xhtml2pdf. So if I had a hyperlink in the PDF I created that read:

Google

It would replace it with:

<http://www.google.com>

This is the current simple function I am using:

import os
import sys
import cgi
import cStringIO
import logging

import xhtml2pdf.pisa as pisa

pisa.showLogging()

def testSimple(
    data = open('FILENAME').read(),
    dest="test.pdf":

    pdf = pisa.CreatePDF(
        cStringIO.StringIO(data),
        file(dest, "wb")
        )

    if pdf.err:
        dumpErrors(pdf)
    else:
        pisa.startViewer(dest)

testSimple()
  • 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-06T01:58:02+00:00Added an answer on June 6, 2026 at 1:58 am

    This is a common requirement for print styles of web sites, where people cannot click the link but need to type it.

    It can actually be achieved with CSS:

    a:link:after, a:visited:after { content:" [" attr(href) "] "; }
    

    It will depend on the CSS implementation of xhtmltopdf if this will work in your case, though.

    You can use CSS selectors if you only want to apply this to certain links, for example

    a.printable:link:after,
    a.printable:visited:after {
        content:" [" attr(href) "] ";
    }
    

    will only affect links that have that class:

    <a href="http://stackoverflow.com/" class="printable">Stack Overflow</a>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

im wondering if anyone could please help me with a css / html issue.
I was wondering if anyone could help me with getting this working. I'm using
Im wondering if anyone could help me with annotations im using in my MShart
I was wondering whether anyone could assist me. When the user clicks the menu
I was wondering if anyone could help me implement color selection in my iOS
I was wondering if anyone could tell me about the i++ operator in C#.
I was wondering if anyone could provide an example of how to take a
I was wondering if anyone could tell me if what I'm trying to accomplish
I'm wondering if anyone could weigh in on pros and cons of different spelling
I was wondering if anyone could give me an example or point me 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.