Skip to content

Directus operation extension used to convert a PDF from an URL to images and store them

License

Notifications You must be signed in to change notification settings

euryecetelecom/directus-extension-pdf2img-operation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

directus-extension-pdf2img-operation

Directus flows operation extension allowing to convert a PDF downloaded from an URL to images and store them.

Authentication via headers is supported.

Develop:

npm run dev

https://docs.directus.io/extensions/creating-extensions.html

Publish:

npm run build && npm publish

https://docs.directus.io/extensions/creating-extensions.html

Install:

Additional requirements:

  • graphicsmagick
  • ghostscript
pnpm install directus-extension-pdf2img-operation

https://docs.directus.io/extensions/installing-extensions.html

Full example / for docker:

FROM docker.io/directus/directus:RELEASE
USER root
RUN apk add graphicsmagick ghostscript
RUN corepack enable
USER node
RUN pnpm install directus-extension-pdf2img-operation

About

Directus operation extension used to convert a PDF from an URL to images and store them

Resources

License

Stars

Watchers

Forks

Packages

No packages published