Skip to content

OlivierGuilloux/sandboxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Test pdf2svg on centos 6 and centos 7

pdf2svg can crash on centos 6 with big pdf or pdf with images

Testing

Build the images from centos6: docker build -t pdf2svg:centos6 pdf2svg_centos6.

Run the test:

docker run -m=1G --rm -v $PWD:/shared pdf2svg:centos6 pdf2svg /shared/somefile.pdf /shared/svg/content%d.zvgz all

Build the images from centos7: docker build -t pdf2svg:centos7 pdf2svg_centos7.

Run the test:

docker run -m=1G --rm -v $PWD:/shared pdf2svg:centos7 pdf2svg /shared/somefile.pdf /shared/svg/content%d.zvgz all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published