Tagged Questions

0
votes
0answers
30 views

Acrobat SDK File Compression

Can someone please help me with how to compress a pdf file using Acrobat SDK. I am using CAcroApp acroApp = new AcroAppClass(); acroApp.MenuItemExecute("ReduceFileSize"); which brings up the …
5
votes
1answer
63 views

Compressing content with PHP ob_start() vs Apache Deflate/Gzip?

Most sites want to compress their content to save on bandwidth. However, When it comes to apache servers running PHP there are two ways to do it - with PHP or with apache. So which one is faster or …
1
vote
2answers
58 views

efficient way to compress a numpy array (python)

Hi, I am looking for an efficient way to compress a numpy array. I have an array like: dtype=[(name, (np.str_,8), (job, (np.str_,8), (income, np.uint32)] (my favourite example;). if I'm doing …
0
votes
1answer
19 views

Compress Object/String through webservice and consume in .net compact framework

We need to compress (or rather uncompress) some data we send to a pda client using a webservice. Below I have a simple concept that will work if consumed by a regular .net app. Unfortuantly, as the …
0
votes
1answer
11 views

Can sIFR js files be combined into 1 js file?

In the new sifr 3, the author has implemented the ability to combine the css files into 1 file. There are 4 .js files total and I was wondering if there were any ideas how to combine these files for a …
0
votes
2answers
122 views

Gracefully convert .rar to .zip using Python

I'm currently making system call to "unrar and zip" commands. It interrupts and requires me to enter password while encounter password propected archives. Is it possible to let it run and return a …
1
vote
3answers
56 views

Compress files while reading data from STDIN

Is it possible to compress (create a compressed archive) data while reading from stdin on Linux.
1
vote
2answers
102 views

GZipStream and decompression

I have code that should do the compression: FileStream fs = new FileStream("g:\\gj.txt", FileMode.Open); FileStream fd = new FileStream("g:\\gj.zip", FileMode.Create); …
1
vote
1answer
105 views

Compress/Deflate @font-face fonts

I am using the @font-face CSS property to load a special font for headings on a website, and I want Apache to send the font compressed to reduce loading time. However, the "AddOutputFilterByType" …
0
votes
2answers
148 views

Functions to compress and uncompress array of integers

Hi all I was recently asked to complete a task for a c++ role, however as the application was decided not to be progressed any further I thought that I would post here for some feedback / advice / …
10
votes
5answers
267 views

With Mercurial, how can I “compress” a series of changesets into one before pushing?

Hi, Let's say I have a local and a remote Mercurial repository. Now, I start working on a feature. I work on it, and when I think it's done, I commit the changeset. Testing it a bit more, I find that …
0
votes
1answer
58 views

How to know the compress rate of a jpeg image?

Is there any method to know the compress rate of a jpeg image? When I am using photoshop, I can set the compress rate when saving a jpeg image, When I am opening a jpeg image, can I read the compress …
0
votes
3answers
127 views

Command to Bulk Compress All Files / Folders Under a Directory

I'm looking for a command that will compress every folder within a directory separately with the name of each archive reflecting the original folder name. I know that tar czvf example.tar.gz example/ …
1
vote
1answer
67 views

ASP.Net MVC - Is it posible to gzip before putting data in cache

Hi guys Just wondering if anyone knows whether its possible to gzip results before putting the data in the cache...Note I am wanting to use a CompressAttribute I have and the built-in …
0
votes
2answers
144 views

Wrapper to SVN commit and checkout for compressing. [closed]

Possible Duplicate: compress binaries in SVN ? exact duplicate by same author: compress binaries in SVN? Hi, I want to build a script to wrap the issues of commit and checkout. I want to …

1 2 next
15 30 50 per page