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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T09:35:12+00:00 2026-05-18T09:35:12+00:00

I have a pdf file attachment saved in the cloud. The file is attached

  • 0

I have a pdf file attachment saved in the cloud. The file is attached using attachment_fu. All I do to display it in the view is:

<%= image_tag @model.pdf_attachment.public_filename %>

When I load the page with this code in the browser, it does what I want: it displays the attached pdf file.

But only on Mac.

On Windows, browsers will display a broken image placeholder. Chrome’s Developer Tools report: “Resource interpreted as image but transferred with MIME type application/pdf.”

I also tried sending the file from controller:

in PdfAttachmentsController:

def send_pdf_attachment
  pdf_attachment = PdfAttachment.find params[:id]
  send_file pdf_attachment.public_filename,
    :type => pdf_attachment.content_type,
    :file_name => pdf_attachment.filename,
    :disposition => 'inline'
end

in routes.rb:

map.send_pdf_attachment '/pdf_attachments/send_pdf_attachment/:id', 
  :controller => 'pdf_attachments', 
  :action => 'send_pdf_attachment'

and in the view:

<%= send_pdf_attachment_path @model.pdf_attachment %>
or
<%= image_tag( send_pdf_attachment_path @model.pdf_attachment ) %>

And that doesn’t display the file on Mac (I didn’t try on Windows), it displays the path:

pdf_attachments/send_pdf_attachment/35

What do I do to properly display a pdf file inline?

  • 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-18T09:35:13+00:00Added an answer on May 18, 2026 at 9:35 am

    My guess would be that it’s not displaying because you’re trying to display a pdf in an image tag. It’s not an image it’s a pdf.
    Either display it in an iframe or put it in a link that displays just the pdf using send_file and a disposition of inline.

    I create pdfs with the princely plugin and they display inline using this method.

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

Sidebar

Related Questions

I have a pdf file.I need to find all the hyperlinks available in that
I have a row of buttons, which all create a pdf file which I
I have a PDF file, which contains data that we need to import into
I have this: Dim myTemp As String myTemp = System.DateTime.Now().ToString(MMMddyyyy_HHmmss) & .pdf System.IO.File.Copy(myFile, c:\
I have a PDF that is being generated from HTML source using HTMLDOC. While
I have 3 PDF documents that are generated on the fly by a legacy
I have a PDF document that needs to be pulled up in the browser,
I have around 1000 pdf filesand I need to convert them to 300 dpi
I have several A4 PDF documents which I would like (two into one) glue
For a small project I have to parse pdf files and take a specific

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.