December 15th, 2009
Question,
I’m working on a project for pokect pc and I need to know how to use the iTextSharp API in the compact framework. Is it posible to do? or What changes can I do for making usefull the API in the compact framework?
Answer,
The compact framework is not supported but it doesn’t mean that it doesn’t work. The bouncycastle part already supports the compact framework and iTextSharp itself will need minor tweaks, see here for details.
About the iTextSharp Compact Framework 2.0 Patch,
just added compatibility for .NET Compact Framework 2.0. Attached archive
contains patchfile, VS2005 smartdevice project and two additional
compatibility classes.
Paulo, would be nice to see this in CVS; the patch was created for 4.0.1
but seems to work ok for 4.0.2 as well.
Laters,
Marco
Download iTextSharp Compact Framework 2.0 Patch here.
From:http://old.nabble.com/About-compact-Edition-td20190843.html
Posted in .NET, tutorial | No Comments »
December 15th, 2009
With PDF Timestamp Signer, we can create Timestamp signature on a PDF without the need of Adobe Acrobat.
You can download it from here.
This version has some limited,
- It only support create visible signature, and put the signature on the left bottom corner(100, 100, 300, 200) of the first page.
- It use http://tss.pki.gva.es:8318/tsa as timestamp server
- It only supports PKCS12 certificate file.
- It run as windows 32 console application, so it has no windows, and only run in Dos command
Posted in Java, My Software, PDF, Softwares, Windows, iText | No Comments »
December 15th, 2009
Piwik 0.5.2 out, but when you try to automatically update it, you still meet pclzip_err_bad_format error. I do not want to manually update it every time, so I decide to find out the issue, from the keyword, “pclzip_err_bad_format”, I think maybe something wrong with PclZip.
The version of PclZip in Piwik is 2.8, but the last version of PclZip is 2.8.2, so I download the last version PclZip, unzip and replace the old version in Piwik, then the issue is gone.
the step in details is,
download the last version PclZip , or you can download it from here directly,
- wget http://stat.steedsoft.com/pclzip-2-8-2.tgz
- tar -zxfv pclzip-2-8-2.tgz
- cp piwik/libs/PclZip/pclzip.lib.php piwik/libs/PclZip/pclzip.lib.php.org
- cp pclzip.lib.php piwik/libs/PclZip/pclzip.lib.php
- do the automatically update now.
P.S.
I think I had better suggest Piwik team to update PclZip, so every can easily update Piwik from next version.
Posted in tutorial | 3 Comments »