Re: [iText-questions] SIGN A PDF WITH PADES ATTRIBUTES

2011-08-05 Thread piercarlo
Yes I know but what I need is: PADES-BES with TimeStampOptions. This is about similar as CADES-T with bouncyCastle I'm able to sign a file with CaDES-T attribute about it I think must be supported to sign with I-TextSharp and bouncyCastle what i need is how can I use Bouncy with Itext practice I

Re: [iText-questions] Graphics2D and ContentByte.addTemplate together

2011-08-05 Thread Balder VC
Wow Bill, What timezone are you from ? I think you're system is out of date :) Not that it is really that important :) On 1/08/2011 16:21, Bill Ensley wrote: On 8/4/2011 11:35 PM, 1T3XT BVBA wrote: On 1/08/2011 2:54, Bill Ensley wrote: -- -

Re: [iText-questions] image vs background: color difference in CMYK

2011-08-05 Thread Bill Ensley
What output device are you printed to? Many upper end output RIPs have color channels that process color in different ways. For example, solid colors are rendered through a different channel than Images. It may be that your channels are setup to render what is essentially the same color in

Re: [iText-questions] Graphics2D and ContentByte.addTemplate together

2011-08-05 Thread Bill Ensley
Hi Bruno, Thanks for the suggestion, but that is how I'm doing it now. Getting the content from the g2d and then adding the PdfImportedPage to it. -Bill Ensley www.bearprinting.com On 8/4/2011 11:35 PM, 1T3XT BVBA wrote: > On 1/08/2011 2:54, Bill Ensley wrote: >> Is there any way to force cb.ad

Re: [iText-questions] iTextSharp is not working in few systems. What is the prerequisites for itextsharp?

2011-08-05 Thread 1T3XT BVBA
On 5/08/2011 14:47, sudhaofficial wrote: > I can see kind of harshness in your words. That's because I love answering questions, but hate questions that are unanswerable. Your question is unanswerable. If anyone else replies to your question he or she will say the same. Either you understand wh

Re: [iText-questions] iTextSharp is not working in few systems. What is the prerequisites for itextsharp?

2011-08-05 Thread sudhaofficial
Thank u so much for ur valuable reply... Now the Subject line makes sense.. I can see kind of harshness in your words.. Once again thank u.. -- View this message in context: http://itext-general.2136553.n4.nabble.com/iTextSharp-is-not-working-tp3720986p3721105.html Sent from the iText - Gen

Re: [iText-questions] iTextSharp is not working

2011-08-05 Thread 1T3XT BVBA
On 5/08/2011 14:16, sudhaofficial wrote: > I didn't say that it is not working. The subject line of your mail is "iTextSharp is not working". If you now deny that you said it isn't working, you could at least have changed the subject line. As for your question, please read the FAQ: http://support

Re: [iText-questions] iTextSharp is not working

2011-08-05 Thread sudhaofficial
Hi, Am not blaming itextsharp at any cost. I didn't say that it is not working. I said it is working fine in my system. I just want to know the prerequisites of iTextSharp. Under what framework will it work. So that i can install and run. If you are not understand my problem you can ask me. We a

Re: [iText-questions] image vs background: color difference in CMYK

2011-08-05 Thread Leonard Rosenthol
You also don't mention what version of what viewer you are using for screen NOR what process you use to print the PDF. When dealing with color EVERYTHING is important Leonard On 8/5/11 3:23 AM, "1T3XT BVBA" wrote: >On 5/08/2011 12:14, Wim Lambrechts wrote: >> When I open the PDF on screen,

Re: [iText-questions] Soft mask on CMYK image

2011-08-05 Thread Leonard Rosenthol
You also don't mention HOW you are printing the PDF OR to what type of printer – those things also play a HUGE role in the process…. Leonard From: Paulo Soares mailto:psoa...@glintt.com>> Reply-To: Post here mailto:itext-questions@lists.sourceforge.net>> Date: Fri, 5 Aug 2011 02:04:18 -0700 To:

Re: [iText-questions] iTextSharp is not working

2011-08-05 Thread 1T3XT BVBA
On 5/08/2011 13:35, sudhaofficial wrote: > Am using itextsharp in my windows application. And it works, so... your subject line is misleading. iTextSharp IS working, but: > When i try to run the same > application in other's system it is not generating the PDF properly. You've written somethin

[iText-questions] iTextSharp is not working

2011-08-05 Thread sudhaofficial
Hi All, Am using itextsharp in my windows application. When i try to run the same application in other's system it is not generating the PDF properly. Please provide me the solution. Thanks. -- View this message in context: http://itext-general.2136553.n4.nabble.com/iTextSharp-is-not-working-

[iText-questions] Fwd: image vs background: color difference in CMYK

2011-08-05 Thread John Renfrew
But surely rich black 40,0,0,100 or black converted to cmyk from rgb are never simple 100K Been an issue we have been dealing with in print for years Sent while on the move Begin forwarded message: > From: Wim Lambrechts > Date: 5 August 2011 11:14:08 GMT+01:00 > To: > Subject: [iText-questi

Re: [iText-questions] image vs background: color difference in CMYK

2011-08-05 Thread 1T3XT BVBA
On 5/08/2011 12:14, Wim Lambrechts wrote: > When I open the PDF on screen, this is OK, but when printed, it seems > the image is "deeper" black than the background. You're using CMYK. Don't trust the color on your screen, only trust the printed color. Go to "Edit > Preferences > Page Display > R

[iText-questions] image vs background: color difference in CMYK

2011-08-05 Thread Wim Lambrechts
Hello, I create a PDF page with background CMYK = 0,0,0,255 (full black). Next I create a CMYK image (same CMYK values) and put it onto the page.When I open the PDF on screen, this is OK, but when printed, it seems the image is "deeper" black than the background. PS: this issue is related to m

Re: [iText-questions] Soft mask on CMYK image

2011-08-05 Thread Paulo Soares
Soft masks can only have one component (DeviceGray), they are never RGB. You'd need a calibrated screen and a calibrated printer to do the comparison and that would only work if you also had a correct color profile in the image. I'm not even considering here inacuracies made by the viewer. It lo

[iText-questions] Soft mask on CMYK image

2011-08-05 Thread Wim Lambrechts
Hello, I would like to have my CMYK image fade out to black. I used the example in paragraph 10.2.1 of " iText in Action - second edition"On the screen it looks ok, but when printed I there is some color mismatch on a specific part of the image. I was wondering if this could be caused by the fa

Re: [iText-questions] Android problem Itext and BouncyCastle

2011-08-05 Thread 1T3XT BVBA
On 5/08/2011 10:12, TvT wrote: > But as far as I know there is a special android version of iText. There's an "iText light" version written specifically for use in Android (or GAE). However: "light" means we've stripped a number of things out (to reduce the size of the APK for Android devices). O

Re: [iText-questions] Android problem Itext and BouncyCastle

2011-08-05 Thread TvT
But as far as I know there is a special android version of iText. Maybe Bruno can shed some light on that matter... Regards Tom 2011/8/5 Balder VC : > On 4/08/2011 17:30, alfonso fortunato wrote: >> Hi, I am creating a project to sign the PDF using the iText library >> and Android BouncyCastle. >

Re: [iText-questions] md5 hash source code

2011-08-05 Thread Balder VC
On 5/08/2011 5:13, Ray wrote: what is the md5 signature for download of latest source code Don't know, but I do know the SHA1 - see attachment -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-att

Re: [iText-questions] Android problem Itext and BouncyCastle

2011-08-05 Thread Balder VC
On 4/08/2011 17:30, alfonso fortunato wrote: > Hi, I am creating a project to sign the PDF using the iText library > and Android BouncyCastle. > I will create a problem, the PDF file is not signed by generating an > exception in the log file shows > > 08-04 14:36:41.453: ERROR/AndroidRuntime(1889