Convert pdf files to separate page images with optional note on the bottom
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

5 lines
188 B

all:
cd src/ && go build && mv pdf_to_img ..
windows:
cd src/ && CC=/usr/bin/x86_64-w64-mingw32-gcc GOOS=windows CGO_ENABLED=1 GOARCH=amd64 go build -tags=static && mv pdf_to_img.exe ..