Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

107
Views
Printthis.js ahora muestra hipervínculos

Tenemos una página que se imprime a través de printthis.js, todo funciona como se esperaba excepto que los hipervínculos no se muestran si importStyle: false, debemos establecerlo en false ya que el estilo del documento debe ser muy diferente al estilo de página Probé algunos estilos diferentes en los enlaces en el archivo CSS para el pdf sin éxito. Aquí está el código actual.

 jQuery(function(){ jQuery('a[id="printbutton"]').click(function(){ jQuery('').printThis({ debug: false, importStyle: false, importCSS: false, loadCSS: "/pdfstyle.css", removeInline: true, footer: jQuery(".printthis"), }); }); });
 <p style="text-align: left;margin-bottom: 30px;">Please click the button below to start your download</p> <a onClick="document.title = 'My new title';" id="printbutton" class="pp-button" style="padding: 10px; background-color: #9aab21; color: white; margin-top: 20px;" role="button" href="#"> <span class="pp-button-text">DOWNLOAD THE PDF</span> </a>
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Consulte: https://github.com/jasonday/printThis/wiki/Styling-Printed-Content#printing-backgrounds

De forma predeterminada, los navegadores no imprimen fondos para ahorrar tinta/tóner, pero no ajustan los colores de primer plano. Con su CSS, los enlaces están ahí, son solo blancos sobre un fondo blanco en el documento de impresión:

background-color: #9aab21; color: white;

Elimina el color de fondo y cambia el color del enlace, y serán visibles.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!