hc-pdf-server icon indicating copy to clipboard operation
hc-pdf-server copied to clipboard

Convert HTML to PDF Server by headless chrome with TypeScript. The new version of hcep-pdf-server.

Results 20 hc-pdf-server issues
Sort by recently updated
recently updated
newest added

Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 4.25.0 to 4.28.4. Commits See full diff in compare view Maintainer changes This version was pushed to npm by hoxyq, a new releaser for react-devtools-core since your...

dependencies
javascript

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.13 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies
javascript

Bumps [@types/tap](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tap) from 15.0.8 to 15.0.9. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/tap&package-manager=npm_and_yarn&previous-version=15.0.8&new-version=15.0.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [fastify-plugin](https://github.com/fastify/fastify-plugin) from 4.5.0 to 4.5.1. Release notes Sourced from fastify-plugin's releases. v4.5.1 What's Changed docs: rename next callback to done to make consistent with core by @​58bits in fastify/fastify-plugin#210...

dependencies
javascript

Bumps [@tsconfig/node12](https://github.com/tsconfig/bases/tree/HEAD/bases) from 1.0.11 to 12.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tsconfig/node12&package-manager=npm_and_yarn&previous-version=1.0.11&new-version=12.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

The server will not fully start - it terminates early with an hc-pages-plugin timeout error. After building the image with: ` docker build --no-cache --platform=linux/amd64 -t hc-pdf-server:latest .` and running...

Allows requests such as html and pdf_option to be accepted in JSON format as well as basic POST

enhancement

If `pagesNum` set 1, test fails only in windows environment. ``` [Error: EPERM: operation not permitted, unlink 'C:\Users\RUNNER~1\AppData\Local\Temp\puppeteer_dev_chrome_profile-abP5Go\CrashpadMetrics-active.pma'] { errno: -4048, code: 'EPERM', syscall: 'unlink', path: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\puppeteer_dev_chrome_profile-abP5Go\\CrashpadMetrics-active.pma' } ``` https://github.com/uyamazak/hc-pdf-server/runs/2000664748...

bug