Bug report: Failed file convert pdf test on Node < 14.14.0
See original GitHub issueDescription
Failing test for file convert pdf
on Windows 10
Steps to reproduce
- get latest code
- npm run build
- npm t
Expected result
All tests passing.
Actual result
Environment
- Windows 10
- Node v12.19.0
- M365 CLI v3.5.0
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
node.js - nodejs pdf to image conversion - Stack Overflow
showing this type of error Try the new cross-platform PowerShell ... is an npm package that converts PDF file to image file :...
Read more >Convert to PDF Not Working - Power Platform Community
I'm building a very simple flow and the Convert File continues to fail no matter what changes/modifications I make to my flow.
Read more >Node JS Library - ConvertAPI
Convert your files with our online file conversion API. The ConvertAPI helps in converting various file formats. Creating PDF and Images from various...
Read more >pdfreader - npm
Read text and parse tables from PDF files. Supports tabular data with automatic column detection, and rule-based parsing.
Read more >Puppeteer HTML to PDF Generation with Node.js
Learn to generate a Puppeteer PDF document from a heavily styled ... if your target is a PDF file straight away and not...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Awesome. Just tested the same in my machine and works like a charm. 👏.
Nothing cooler than an awesome teamwork… 💓
I’ve replaced
rmSync
withunlinkSync
which should do the job. Once again thanks for catching and reporting this 👏