You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The program currently uses whatever directory the Python function tempfile.mkdtemp returns. That function should respect the setting of the TMPDIR, TEMP, or TMP environment variables, according to the Python docs.
What version of pdfCropMargins are you using? Are you using pdftoppm to do the rendering (the default) or Ghostscript?
FYI, the new version 1.0.0, currently up on PyPI, should be faster and use less disk space when MuPDF cropping is used (now the default if you install with GUI). It does cropping in-memory, one page at a time.
I am trying to crop a pdf file of 4000 pages.
My /tmp directory does not have more than 6GB
So is there any way i can tell the pdf-crop-margins to use a preferred /tmp directory location
I have set
export TMPDIR=/mylocation
but it didnt help
The text was updated successfully, but these errors were encountered: