|
|
1 year ago | |
|---|---|---|
| .. | ||
| docker | 5c2aa7cf60 change pdf-converter-client compile output type | 1 year ago |
| src | 23949314bc Merge pull request #9532 from weseek/imprv/157249-159175-pdf-bulk-export-for-chinese | 1 year ago |
| .env | e1f8e1fe82 add pdf-converter app | 1 year ago |
| .eslintignore | abab458ad1 remove client library file from pdf-converter | 1 year ago |
| .eslintrc.cjs | f05ae1dac1 rename .eslintrc.js to .eslintrc.cjs | 1 year ago |
| .gitignore | dadcf071c5 gitignore spec dir for pdf-converter | 1 year ago |
| README.md | 85a9b4298e add documentation for pdf-converter-client | 1 year ago |
| README_JP.md | 85a9b4298e add documentation for pdf-converter-client | 1 year ago |
| nodemon.json | 87dae53901 change pdf-converter package type to module | 1 year ago |
| package.json | 7302e8fb0b fix dev:pdf-converter:ci | 1 year ago |
| tsconfig.build.json | b07fc9d278 add ci-slackbot-proxy-launch-prod job | 1 year ago |
| tsconfig.json | 87dae53901 change pdf-converter package type to module | 1 year ago |
| turbo.json | c79e1c7f18 replace turbo dependency for pdf-converter to pdf-converter-client | 1 year ago |
GROWI provides a feature that bulk exports pages in PDF format, which can be executed from the page menu. This app (PDF-Converter) is necessary to convert markdown pages to PDF during that process.
/資料/内部仕様/Page Bulk Export/PDF エクスポート
Dev Containers: Open folder in Container...GROWI-PDF-Converter as the container to opencd apps/pdf-converter && turbo dev:pdf-converter to start the pdf-converter appGROWI-Dev for the container to openpdf-converter-client is a client library for requesting PDF-Converter, and is used by GROWI internally. It's code is auto-generated from the PDF-Converter code.
When you update the PDF-Converter API, you should also always update the client library.
You can update the client library by one of the following ways:
cd ${growi_root_path}/packages/pdf-converter-client && pnpm gen:client-codecd ${growi_root_path}/apps/app && turbo dev