<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general">
    <title>gmane.comp.java.lib.itext.general</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62060"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62059"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62058"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62057"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62056"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62055"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62054"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62053"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62052"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62051"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62050"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62049"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62048"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62047"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62046"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62045"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62044"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62043"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62042"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62041"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62060">
    <title>Re: text color changes when adding PNG image</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62060</link>
    <description>&lt;pre&gt;You have answered your own question, you need to get the
PNG fixed first.

-Bill Ensley
www.bearprinting.com

On 5/25/2012 12:53 PM, newbie2itext wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
iText-questions mailing list
iText-questions&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php

&lt;/pre&gt;</description>
    <dc:creator>Bill Ensley</dc:creator>
    <dc:date>2012-05-25T20:07:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62059">
    <title>Re: text color changes when adding PNG image</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62059</link>
    <description>&lt;pre&gt;Thanks for the reply.

So what I'm doing is 
1. use PdfStamper to read an existing pdf and add some formfields onto it
2. use PdfStamper to fill out the formfields in BaseColor.Blue, add a PNG
image on the first page and flatten the document.

All went well except the text I filled in the page with PNG image will be
darker than other pages due to the color space issue.(see attached sample)
http://itext-general.2136553.n4.nabble.com/file/n4654689/example.pdf
example.pdf 

I don't think it's an issue cause by iText because it happens too when I
copy-paste an PNG image in Acrobat.

I tried to manually change the color space right after I instanciate the
PdfStamper but it's not working, the text is still darker:
---------------------------------------

                PdfReader r = null;
                PdfStamper ps = null;
                FileStream outstream = null;

                // read existing PDF document
                r = new PdfReader(
                  new RandomAccessFileOrArray(this.inputFileNam&lt;/pre&gt;</description>
    <dc:creator>newbie2itext</dc:creator>
    <dc:date>2012-05-25T19:53:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62058">
    <title>Re: text color changes when adding PNG image</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62058</link>
    <description>&lt;pre&gt;Hi Newbie2iText,

It is not uncommon for a PNG to cause issues in a PDF.

Likely your color model is changing under the hood based
on something in the PNG.

To test this, convert the PNG into a JPEG and see if it still
happens.

Perhaps you can change the color model of the PNG to match
what you are trying to achieve elsewhere in your PDF.

-Bill Ensley
www.bearprinting.com

On 5/25/2012 12:31 AM, Alexis Pigeon wrote:
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
iText-questions mailing list
iText-questions&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trad&lt;/pre&gt;</description>
    <dc:creator>Bill Ensley</dc:creator>
    <dc:date>2012-05-25T16:22:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62057">
    <title>Re: Field not populated</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62057</link>
    <description>&lt;pre&gt;Thank you Hami. That assisted in solving the issue.

The 'stubborn_field' incorrectly did not have any data binding associated to
it. Upon adding the binding using the LiveCycle designer the field was
correctly updated and displayed in the generated PDF as per the XML.

Interestingly, before I added the data binding to the field, I removed the
&amp;lt;xfa:data xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"&amp;gt; tag from the
XML that I was using to update the XFA form and the 'stubborn_field' was
successfully updated and displayed. Strange?


hami wrote


--
View this message in context: http://itext-general.2136553.n4.nabble.com/Field-not-populated-tp4648278p4654480.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint securi&lt;/pre&gt;</description>
    <dc:creator>DeeJay</dc:creator>
    <dc:date>2012-05-25T15:19:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62056">
    <title>iTextSharp - Cannot set PdfPCell alignments</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62056</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
iText-questions mailing list
iText-questions&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php&lt;/pre&gt;</description>
    <dc:creator>jeffbr1&lt; at &gt;verizon.net</dc:creator>
    <dc:date>2012-05-25T13:17:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62055">
    <title>Re: [Book] Merging pdf/a1b.</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62055</link>
    <description>&lt;pre&gt;Thanks for the feedback.
I'm forwarding this to the mailing list for further reference (maybe it 
helps people with the same question).
For further questions, please use the general address 
itext-questions&amp;lt; at &amp;gt;lists.sourceforge.net instead of the company address at 
1T3XT.com.

Op 25/05/2012 13:25, Piotr Gorajski schreef:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
iText-questions mailing list
iText-questions&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference &lt;/pre&gt;</description>
    <dc:creator>iText Info</dc:creator>
    <dc:date>2012-05-25T11:54:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62054">
    <title>[SPAM] Re: Error validating signed pdf withexternal sign</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62054</link>
    <description>&lt;pre&gt;Josep Maria,

jmheras wrote

Please also supply a sample document signed by your code.

Regards,   Michael

--
View this message in context: http://itext-general.2136553.n4.nabble.com/Error-validating-signed-pdf-with-external-sign-tp4654222p4654237.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
iText-questions mailing list
iText-questions&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference &lt;/pre&gt;</description>
    <dc:creator>mkl</dc:creator>
    <dc:date>2012-05-25T10:39:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62053">
    <title>Error validating signed pdf with external sign</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62053</link>
    <description>&lt;pre&gt;Hello ,
I've to sign with an external sgnature. When i open de PDF and validate it, I get an error message that says something like
document has been modified since sign was applied

The structure of code is:
- calc the hash
- send it to the external service
- get the external signature
- put it to de dic

Can you tell me what is wrong? or where to find the error?

thanks in advance,
Josep Maria

The code:
       PdfReader reader = new PdfReader(IN_FILE);
            FileStream fout = new FileStream(OUT_FILE, FileMode.Create);

            PdfStamper stp = PdfStamper.CreateSignature(reader, fout, '\0');
            DateTime cal = DateTime.Now;

            PdfSignatureAppearance sap;
            sap = stp.SignatureAppearance;
            sap.SetVisibleSignature(new Rectangle(100, 100, 300, 200), 1, "Signar");

           // sap.Layer2Text = ("Prova de firma.\n\nDate: ");
            //sap.Layer2Text = ("");
            PdfSignature dic = new PdfSignature(PdfName.ADOBE_PPKMS, PdfName.ADBE_PKCS7_DETACHED);
   &lt;/pre&gt;</description>
    <dc:creator>Josep Maria Heras</dc:creator>
    <dc:date>2012-05-25T10:00:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62052">
    <title>Re: AES-256 encryption with certificates?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62052</link>
    <description>&lt;pre&gt;Certification encryption with AES256 is not supported yet. I'm working on it.

Paulo

On Thu, May 24, 2012 at 5:08 PM, David Allsopp &amp;lt;dnallsopp&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
iText-questions mailing list
iText-questions&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php

&lt;/pre&gt;</description>
    <dc:creator>Paulo Soares</dc:creator>
    <dc:date>2012-05-25T09:16:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62051">
    <title>Re: PDF: Option to show immediately Bookmark -List</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62051</link>
    <description>&lt;pre&gt;you mean iText ® book?
No - I don't own this book :(

But - thank you - for your tip.

I use iTextSharp.
To modify /ViewerPreferences /of /PdfWriter/ add 
/using iTextSharp.text.pdf.interfaces;/

Only then you see the property /ViewerPreferences /on /PdfWriter/


--
View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-Option-to-show-immediately-Bookmark-List-tp4653064p4654170.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
iText-questions mailing list
iText-questions&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/&lt;/pre&gt;</description>
    <dc:creator>websalat</dc:creator>
    <dc:date>2012-05-25T08:49:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62050">
    <title>Re: text color changes when adding PNG image</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62050</link>
    <description>&lt;pre&gt;Hi newbie2itext,

On 25 May 2012 00:48, newbie2itext &amp;lt;newbie2code&amp;lt; at &amp;gt;hotmail.com&amp;gt; wrote:


What do you mean by it's not working?
Does it throw an Exception? If so, where?
Is the final result different from what you expected? If so, how?

Also, you should consider sending a small, self-contained, correct example
( http://sscce.org/ ) of what your issue is, so that people here can have a
look at it.
And remember that you are referring to a post that is 4 years old, and the
iText API has undergone heavy changes since then.

Cheers,
alexis
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
iText-questions mailing list
iText-questi&lt;/pre&gt;</description>
    <dc:creator>Alexis Pigeon</dc:creator>
    <dc:date>2012-05-25T07:31:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62049">
    <title>Re: [Book] Merging pdf/a1b.</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62049</link>
    <description>&lt;pre&gt;Op 24/05/2012 17:17, Piotr Gorajski schreef:

When you use PdfCopy the way it's done in the book (assuming the 
original documents are all PDF/A), at least two things are missing:
1. PdfCopy doesn't add XMP metadata, so you'll have to add this yourself.
2. PdfCopy doesn't add any Output Intents, so you'll have to add this 
yourself.
Other things may be needed, but these two are the first that come to mind.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
iText-questions mailing list
iText-questions&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1&lt;/pre&gt;</description>
    <dc:creator>iText Info</dc:creator>
    <dc:date>2012-05-25T07:03:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62048">
    <title>[Book] Merging pdf/a1b.</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62048</link>
    <description>&lt;pre&gt;Hi,
I have a question, weather it is possible to merge (by any method) few
existing pdf files into one? The trick is that those files to be merge
conform PDF/A1b standard and the output file also has to be PDF/A1b
compliant. I tried using PdfCopy but the result was just a simple PDF. Is
it a possible? And if so then how could I accomplish it?
Thank You,
Peter Gorajski.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
iText-questions mailing list
iText-questions&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this&lt;/pre&gt;</description>
    <dc:creator>Piotr Gorajski</dc:creator>
    <dc:date>2012-05-24T15:17:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62047">
    <title>text color changes when adding PNG image</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62047</link>
    <description>&lt;pre&gt;Basically just a repost of this, but the codes in last post is not working
for me... 
And I search through the web, cannot find a solution either...
Is there are something missing in his codes? Should I place his codes before
or after my codes?

http://itext-general.2136553.n4.nabble.com/Problem-with-transparent-images-td2157256.html

my codes:
----------------------------------

PdfStamper ps = ...
String imagePath = ...
int page = ...

...set values to some text fields...

Image newImage = Image.GetInstance(imagePath);
ps.GetOverContent(page).AddImage(newImage);

...set values to some text fields...

ps.FormFlattening = true;

ps.Close();

Thanks!



--
View this message in context: http://itext-general.2136553.n4.nabble.com/text-color-changes-when-adding-PNG-image-tp4653811.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today'&lt;/pre&gt;</description>
    <dc:creator>newbie2itext</dc:creator>
    <dc:date>2012-05-24T22:48:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62046">
    <title>Re: iText Issue</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62046</link>
    <description>&lt;pre&gt;
(...)


I will bet you that the bug is fixed in the current version of iText, 5.2.1.

&lt;/pre&gt;</description>
    <dc:creator>Amedee Van Gasse</dc:creator>
    <dc:date>2012-05-24T22:41:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62045">
    <title>iText Issue</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62045</link>
    <description>&lt;pre&gt;

Hi,
I am working on writing a merger method using iText 2.1.7 to merge a list of PDFs on disk. I am able to merge all pdfs except for issues with 2 pdfs:

*       I have one PDF that has a backgroung color in it..that part of the merged PDF looks all messed up - Any suggestions what I need to to to handle background colors in the PDF being merged?

*       On another PDF I am getting this error: java.lang.IllegalArgumentException: PdfReader not opened with owner password
I saw some posts about a bug with PDFWriter for PDFs with encryption here: http://www.mail-archive.com/itext-questions&amp;lt; at &amp;gt;lists.sourceforge.net/msg33553.html -


I will appreciate any help or suggestions regarding the above issues.


Thanks,
Chetana




  ________________________________

This e-mail and any attachments contain information belonging to the sender which may be confidential, proprietary, legally privileged, or otherwise protected from disclosure. This information is intended for the use of the addressee(s) only. If you are not &lt;/pre&gt;</description>
    <dc:creator>Anand, Chetana</dc:creator>
    <dc:date>2012-05-24T20:35:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62044">
    <title>[SPAM] Re: Invalid digital signature is considered valid by iTextSharp PdfPKCS7.Verify()</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62044</link>
    <description>&lt;pre&gt;victordomain,

victordomain&amp;lt; at &amp;gt;gmail.com wrote

For an explanation simply take a look at what I answered Alexander Raitskin
("Adding content in append mode") about 6 hours ago.

Regards,   Michael

--
View this message in context: http://itext-general.2136553.n4.nabble.com/Invalid-digital-signature-is-considered-valid-by-iTextSharp-PdfPKCS7-Verify-tp4653323p4653583.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
iText-questions mailing list
iText-questions&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a&lt;/pre&gt;</description>
    <dc:creator>mkl</dc:creator>
    <dc:date>2012-05-24T20:16:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62043">
    <title>Re: Problem with signature verification whenusing SHA2 algorithms</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62043</link>
    <description>&lt;pre&gt;Thanks Paulo,

Using  BouncyCastle provider solved problem with verification. 

I have noticed that there is problem with signing when using SHA-384 and
SHA-512 and keys on smart cards that have 1024bit length. With keys that are
2048bit there is no problem. When using PKCS12 there is no problem with
1024bit keys. Any idea why?

Regards


--
View this message in context: http://itext-general.2136553.n4.nabble.com/Problem-with-signature-verification-when-using-SHA2-algorithms-tp4652242p4653510.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
iText-que&lt;/pre&gt;</description>
    <dc:creator>sanduche</dc:creator>
    <dc:date>2012-05-24T19:47:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62042">
    <title>Invalid digital signature is considered valid by iTextSharp PdfPKCS7.Verify()</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62042</link>
    <description>&lt;pre&gt;Hi guys,

Take a look at the attachment and use the digital signature verification
code to verify the signature:
http://itextpdf.sourceforge.net/howtosign.html#howtoverifycs

Adobe says that the signature is invalid but iTextSharp sees this signature
valid.

I only modified the title font and deleted a word from the same title.

What could be the problem?

http://itext-general.2136553.n4.nabble.com/file/n4653323/SampleSignedPDFDocumentNOT_VALID.pdf
SampleSignedPDFDocumentNOT_VALID.pdf 

--
View this message in context: http://itext-general.2136553.n4.nabble.com/Invalid-digital-signature-is-considered-valid-by-iTextSharp-PdfPKCS7-Verify-tp4653323.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile secu&lt;/pre&gt;</description>
    <dc:creator>victordomain&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2012-05-24T18:17:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62041">
    <title>[SPAM] Re: Field not populated</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62041</link>
    <description>&lt;pre&gt;Kindly open your form in LiveCycle designer and check the "Binding" and "Type
of Field". Most probably field binding should be set to "normal", if not
then set it as normal otherwise you wwill keep on seening this issue.
You can find these option under the "Object" Tab, (Menu -&amp;gt; Window -&amp;gt; Object
or shift+F7).

Regards,

--
View this message in context: http://itext-general.2136553.n4.nabble.com/Field-not-populated-tp4648278p4653244.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
iText-questions mailing list
iText-questions&amp;lt; at &amp;gt;lists.sourceforge.net
http&lt;/pre&gt;</description>
    <dc:creator>hami</dc:creator>
    <dc:date>2012-05-24T17:08:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62040">
    <title>Re: AES-256 encryption with certificates?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.lib.itext.general/62040</link>
    <description>&lt;pre&gt;Yes, I know the constant is defined, but the functionality isn't there.

I can run the EncryptWithCertificate.java example from the book fine.
However, if I change ENCRYPTION_AES_128 to ENCRYPTION_AES_256 in this
example (in the two locations that it occurs), then I get:

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException
    at java.lang.System.arraycopy(Native Method)
    at
com.itextpdf.text.pdf.PdfEncryption.setupByEncryptionKey(PdfEncryption.java:527)
    at
com.itextpdf.text.pdf.PdfEncryption.getEncryptionDictionary(PdfEncryption.java:633)
    at com.itextpdf.text.pdf.PdfWriter.setEncryption(PdfWriter.java:2057)
    at
part3.chapter12.EncryptWithCertificate.createPdf(EncryptWithCertificate.java:73)
    at
part3.chapter12.EncryptWithCertificate.main(EncryptWithCertificate.java:178)

This behaviour was mentioned in a previous message on this list - the
explanation at the time was that the AES-256 functionality wasn't
implemented yet.

I have installed the Unlimited Strength Jurisdiction &lt;/pre&gt;</description>
    <dc:creator>David Allsopp</dc:creator>
    <dc:date>2012-05-24T16:08:43</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.lib.itext.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.lib.itext.general</link>
  </textinput>
</rdf:RDF>

