Skip to content
View joaolucasgtr's full-sized avatar
💭
🎸 🎵
💭
🎸 🎵
Block or Report

Block or report joaolucasgtr

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. PhantomJs.NetCore PhantomJs.NetCore Public

    Forked from TheSalarKhan/PhantomJs.NetCore

    Generate PDF from HTML file in .NetCore

    C# 2 2

  2. css-grid-layouts css-grid-layouts Public

    A collection of yesterday's complex layouts build with ease using modern css features

    CSS 1

  3. preact-material-ui preact-material-ui Public template

    Simple template for creating applications with Preact + Preact-Router + Material UI

    JavaScript

  4. react-dashboard react-dashboard Public template

    This is the Material-Ui's Dashboard, in a more reusable way. Also, contains React Router and some sample navigation.

    JavaScript

  5. light-cards light-cards Public

    A simple hexo blog template, with card-based layout.

    HTML

  6. Automatically "download" a pdf you r... Automatically "download" a pdf you retrieved from api.
    1
    let url = 'https://<your pdf endpoint>';
    2
    let filename = 'File.pdf';
    3
    
                  
    4
    let xhr = new XMLHttpRequest();
    5
    xhr.responseType = 'blob'; // set response type to blob