Sha256: 7b4351f24b2b6584608a82f18bf1aa55b64b6bd26474403be0d885f29eabacf7

Contents?: true

Size: 331 Bytes

Versions: 36

Compression:

Stored size: 331 Bytes

Contents

module Dorsale::Alexandrie::Prawn::RenderWithAttachments
  def render_with_attachments
    final_pdf = ::CombinePDF.parse(render)

    attachments.each do |attachment|
      next unless File.extname(attachment.file.path) == ".pdf"

      final_pdf << ::CombinePDF.load(attachment.file.path)
    end

    final_pdf.to_pdf
  end
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
dorsale-4.0.0 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb
dorsale-3.20.0 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb
dorsale-3.19.1 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb
dorsale-3.19.0 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb
dorsale-3.18.0 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb
dorsale-3.17.0 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb
dorsale-3.16.0 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb
dorsale-3.15.0 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb
dorsale-3.14.11 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb
dorsale-3.14.10 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb
dorsale-3.14.9 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb
dorsale-3.14.8 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb
dorsale-3.14.7 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb
dorsale-3.14.6 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb
dorsale-3.14.5 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb
dorsale-3.14.4 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb
dorsale-3.14.3 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb
dorsale-3.14.2 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb
dorsale-3.14.1 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb
dorsale-3.14.0 app/pdfs/concerns/dorsale/alexandrie/prawn/render_with_attachments.rb