🔄Converters
ERB to HTML Converter
ERB (Ruby) embeds Ruby inside HTML via <% %> and <%= %>. This page shows rendered output examples.
ERB é o template padrão do Rails. Sintaxe:
<% codigo %>— executa<%= expressao %>— imprime<%# comentario %>— comentário
<% @items.each do |i| %>\n <li><%= i %></li>\n<% end %>Related Tools
🖼️
PDF to Images
Convert PDF pages to individual PNG images. Everything in your browser via pdf.js.
🎨
Pixel Art Converter
Convert an image to pixel art by reducing resolution and color palette. Stylized retro output.
💱
Currency Converter
Convert between major currencies (USD, EUR, BRL, GBP, JPY, ARS) using live rates from open.er-api.com.