Search Results

Search: Posts Made By: gbagagli
4,899
Posted By gbagagli
K, Here's the solution :P #!/bin/sh ...
K,
Here's the solution :P
#!/bin/sh
file="/home/bags/Scrivania/0280.u3_capitolo15.pdf"
pdfinfo -box "$file" | awk -v f="$file" '/MediaBox:/{a=$2; b=$3; c=$4; d=$5} /TrimBox:/{printf("pdfcrop...
4,899
Posted By gbagagli
This works fine :) Thx a lot Giovanni ...
This works fine :)

Thx a lot
Giovanni

---------- Post updated at 01:45 PM ---------- Previous update was at 01:29 PM ----------



mhhhh
if i use:
...
4,899
Posted By gbagagli
Dynamic command line generation with awk
Hi,
I'm not an expert in awk but i need a simple script to do this:

I'd like to AutoCrop PDF files.
I found 2 simple script that combined together could help me to automatize :)

The first...
18,261
Posted By gbagagli
thx a lot. I solved using sendmail directly....
thx a lot.

I solved using sendmail directly.

Bags!!!
18,261
Posted By gbagagli
mailx and html body messages
Hi,
I'm working on Solaris 9 (SPARC) and I like to send an html body message to our users when something happen.
The problem is that I can't find how to give mime type information with mailx.
To...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 02:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy