Sharath

Results 11 comments of Sharath

even I am facing the same issue and also i have posted in stackoverflow http://stackoverflow.com/questions/43118689/class-inline-pdf-pdf-not-found-in-laravel-using-wemersonjanuario-laravelpdf-pa

its working in **Pie** but not in **Bar** is there any sample ? I am using it in **React.js**

@mecjos shouldn't it be `\Fruitcake\Cors\HandleCors::class` ? this works for me ``` $app->middleware([ \Fruitcake\Cors\HandleCors::class, ]); ```

@PejmanNik your recent commit or ver **0.4.1** has caused few issues. On website it looks good but when pdf is generated it creates space in bottom and affects the footer...

> @sharathm89 it seems i overcorrected the page dimensions, will try to find something in the middle Sure will be waiting...

Any update on the issue @PejmanNik

ok just taught of keeping the latest version... But yes will downgrade for now

@PejmanNik Sample code setup is done in codesandbox... https://codesandbox.io/s/report-web-app-mm4l5l?file=/src/views/table/index.js Try to do the print preview and download pdf and keep observing the header in each page. At the end of...

Specifying the exact dimensions works `dimension={{ height: "295mm", width: "210mm" }}` Thanks 🙏

@PejmanNik Tried as per the discussion in #4 but didn't seem to work. Below is my sample code. ``` const MainLayout = () => ( ........................ ........................ ); ``` Within...