There are several issues here that I am dealing with for this project.

#1 The company that we are sending the PDFs to is Windows based, so I am 
limited as to the formats they can accept (zip and 7z being two of them).

#2 In my testing, I have found that 7z gives significantly more compression.  
In my test, I took a single PDF that was 17k in size.  I made 3 copies of it 
for a total of 17 x 4 = 68k.  Using a traditional zip, I was able to compact 
these 4 PDFs down into a 33k file (about half).  HOWEVER, after compressing it 
down with 7z, those same 4 PDFs went down to only 8K!  That is a SIGNIFICANT 
difference.

#3 I wrote a program we all use that archives the intended file, then transmits 
the archive to the 2nd party.  That way, if they did not get it, I can re-send 
it from the archive w/o having to try to re-create the data (which may have 
changed).  Also, if there are any issues, I can look at the archive file and 
determine exactly what they got and then determine if the problem was mine or 
theirs.


JRI



-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan Goble
Sent: Thursday, March 28, 2013 9:13 AM
To: U2 Users List
Subject: Re: [U2] Compressing PDFs

I have not used p7zip, but HP-UX has a native zip command on it.   The thing is 
PDFs are pretty well compressed so you may not gain much disk space back.

HTH,
-Dan


Dan Goble | Senior Systems Engineer

Interline Brands, Inc.
804 East Gate Drive Suite 100, Mount Laurel, NJ 08054
Office: 856.533.3110 | Mobile: 609.792.6855
E-mail: dan.go...@interlinebrands.com | Website: www.interlinebrands.com


This e-mail and any files transmitted with it are confidential and intended 
solely for the individual or entity to whom they are addressed.  Please notify 
the sender immediately by e-mail if you have received this e-mail in error and 
delete all copies of this message.

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R.
Sent: Thursday, March 28, 2013 8:55 AM
To: U2 Users List
Subject: [U2] Compressing PDFs

HPUX, UniData & SB:

After a bunch of work, I have a UNIX directory that has a bunch of PDFs.

I wish to bundle these PDFs up into a 7zip formatted compressed file.  I see 
that there is a ported version of the Windows version of 7zip for UNIX called 
p7zip.

Has anyone installed p7zip and if so, what else needed to be installed with it? 
 Is it stand-alone or is it dependent on other software packages being loaded 
first?

OR

Does anyone have a simple way for UNIX to run the Windows command line version 
of 7zip against my UNIX PDF directory?


Thanks

JRI
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to