0

No matter what version of IText I add to my project

com.itextpdf.text.pdf.PdfPKCS7 

is nerver there.

Although there is reference to that in javadoc http://api.itextpdf.com/itext/com/itextpdf/text/pdf/PdfPKCS7.html

Could someone please tell me why I am not able to add com.itextpdf.text.pdf.PdfPKCS7?

P.S.: Have tried all versions from 5.3.0 to 5.4.0

1 Answer 1

2

PdfPKCS7 has the following package signature

package com.itextpdf.text.pdf.security; 

and also has an alternative javadoc page http://api.itextpdf.com/itext/com/itextpdf/text/pdf/security/PdfPKCS7.html

It is probably an automatic build of a snapshot that mixes the javadocs.

Sign up to request clarification or add additional context in comments.

3 Comments

Thanks! You made me realize we don't throw away our old files when building the API documentation. This is the correct API doc: api.itextpdf.com/itext/com/itextpdf/text/pdf/security/… I'll see what I can do about removing legacy pages.
The script that makes the API docs now throws away the old HTML pages. Thanks again.
@BrunoLowagie glad that somewhat helped an open source project by stackoverflow

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.