Re: [Skim-app-users] Programmatically cropping PDF images

2024-03-18 Thread clark richards
Hi Jerry, I'm not too experienced with Plotly, and this is just like, my opinion (man)[^1], but I think you're going to be much better off in the long run figuring out how to control the plot margins during creation rather than clipping them after. A quick google suggests that it is possible,

Re: [Skim-app-users] Programmatically cropping PDF images

2024-03-18 Thread John Owens via Skim-app-users
I've always used the command-line "pdfcrop" tool for this task (it's in TeXLive and MiKTeX). "PDFCROP takes a PDF file as input, calculates the BoundingBox for each page by the help of ghostscript and generates a output PDF file with removed margins." JDO On Mar 17, 2024 at 11:21 PM -0700,

Re: [Skim-app-users] Programmatically cropping PDF images

2024-03-18 Thread Christiaan Hofman
> On 18 Mar 2024, at 07:20, list_email--- via Skim-app-users > wrote: > > I am making PDF plots using Plotly which sometimes leaves more white space at > the margins than seems necessary, especially when considering cramming them > into a column in a paper. Skim does a nice job of cropping,

[Skim-app-users] Programmatically cropping PDF images

2024-03-18 Thread list_email--- via Skim-app-users
I am making PDF plots using Plotly which sometimes leaves more white space at the margins than seems necessary, especially when considering cramming them into a column in a paper. Skim does a nice job of cropping, but I’m wondering if there is a way to do this programmatically, e.g,. from