Op 6/11/2012 21:21, Andreas Kuehne schreef:
> @all:
> Would there be interest in an adapter for iText to access a DSS server
> doing the signature creation stuff remotely?
Of course!
I'm in München for the moment, presenting the current version of the
white paper on digital signatures at W-JAX (
Thanks roboboot,
you made my day!
After all these years working on the DSS TC
(https://www.oasis-open.org/committees/dss-x/) you showed me he first
DSS implementation code 'in the wild'! So really someone read the specs ;-)
Does ARX also implement the 'Visible signature profile'? This would do
al
Op 6/11/2012 15:39, chrishowell schreef:
> "An error exists on this page. Acrobat may not display the page correctly.
> Please contact the person who created the PDF document to correct the
> problem."
I've only glanced at your code, so I'm not 100% sure, but I have the
impression that you're invo
Your code is hopelessly wrong. You are mixing direct content and
document, mixing text with drawing and images. Buy the book, you
really need it.
Paulo
On Tue, Nov 6, 2012 at 5:05 PM, chrishowell
wrote:
> To add.
>
> I have a document, and a PdfContentByte. I'm adding 29 PdfPTables in total
> to
To add.
I have a document, and a PdfContentByte. I'm adding 29 PdfPTables in total
to my page. If I add just one more I get the following error in Adobe
Reader:
An error exists on this page. Acrobat may not display the page correctly.
Please contact the person who created the PDF document to cor
Hi,
Is there a limt in the amount of PdfPTables you're allowed in a document
using IText. I have an issue in Adobe (see previous post on the forum by me)
and it seems it works fine with a set amount of objects (PdfPTables) in my
document. If I add more PdfPTables I get an error from Adobe reader.
Thanks to you. I'll stay tuned to hear from you good news :)
DenLindy wrote
> Roberto
>
> I am very excited to find another CoSign user. Thank you for responding. I
> hope we can help each other.
> I am using itext 5.3.3. I will study your code and see if I can get it to
> work with itext 5.3.3
iText 4.22 is not an official version but the last nightly-built on iText
4.2.1 sources. I recompiled that version to patch a problem on signing big
PDF files. For your needs it's the same to take the 4.2.1 JARS.
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Signin
Hi,
Sorry I don't have jars... I just use the two following imports.
import com.lowagie.text.*;
import com.lowagie.text.pdf.*;
Thanks,
Chris
On Tue, Nov 6, 2012 at 2:46 PM, engr919 wrote:
> Hi,
>
> thanks for your email. i cannot find iText 4.22 in iText website. could you
> please upload t
Hi,
thanks for your email. i cannot find iText 4.22 in iText website. could you
please upload the JAR's.
thank you.
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Signing-a-PDF-with-itext-using-an-ARX-CoSign-device-tp4656792p4656856.html
Sent from the iText - Gene
Hi,
I'm having some issues opening my PDF in Adobe Reader. It's a simple PDF
which has several PDFPTables and then a couple of images with some
information on them. Here's some code:
file = new File("/Users/chrishowell/HotelFaxLayout.pdf");
PdfWriter writer = PdfWriter.ge
Roberto
I am very excited to find another CoSign user. Thank you for responding. I
hope we can help each other.
I am using itext 5.3.3. I will study your code and see if I can get it to
work with itext 5.3.3 and SAPI 5.4.
Thanks again.
--
View this message in context:
http://itext-general.213
I use this code in iext 4.22 (but I guess you are using 5.3.x). Because I
have to make the porting of this code to the 5.3.x and I have the same
CoSign appliance, I think my code could be useful to you and me.
Some details: I invoke a WS exposed by the CoSign Appliance and I sent only
the digest o
13 matches
Mail list logo