DEYROS | Adrien
DEYROS | Adrien
I tried it and nothing happened :  And if i try a div rather than a span these happen :  ```html SpringCard Page / ```
hello @nopeless how did you create the pdf ? Like me or with puppeteer ? Could you please show me how did you did it ? Thx !
Nothing else really ? Yes it would be perfect thx
Ok ok could you make a screenshot of the pages ? To see what you get ?
When I try to use your code here is what happen : ``` Error: Cannot find module './src/index.js' Require stack: - D:\aperrot\markdowntopdf\index.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.Module._load (node:internal/modules/cjs/loader:778:27) at Module.require...
@nopeless Why did you put : ```javascript const mdpdf = require('./src/index.js'); ``` instead of : ```javascript const mdpdf = require('mdpdf'); ``` That's maybe why it doesn't work for me.
I also tried something like that : ```javascript const path = require('path'); const mdpdf = require('mdpdf'); // Configure les différentes options const options = { source: 'ConcatSpringCore.md', //Le fichier à...
OK ok thx
No problem, here it is : [pdfFinal.zip](https://github.com/BlueHatbRit/mdpdf/files/8975908/pdfFinal.zip) Thnak you for your help !
I deleted the css from the index.js : ```javascript styles: 'styles.css', ``` This line. It doesn't work, I don't have any page numbers. So I don't think the problem come...