Thanks Leonard, it is really helpful, I was got lost while searching for this
information in the splendid pdf specification
=)
Leonard Rosenthol wrote:
>
> You can add whatever custom information you want to a PDF using your
> own private keys as described in the PDF Reference/ISO 32000...
>
Hi,
I am trying to open a dilog box and entered some text in that dialog
box. After clicking on OK button I am able to catch value. But I also need
to send the value to the server.
when we click on OK button I am captuing the value in commit function
and trying to submit the value us
On Oct 15, 2008, at 4:47 PM, Michael Klink wrote:
> Leonard Rosenthol writes:
>
>> No - there is NO WAY to append to a signed document w/o having the
>> signature show as "invalid" UNLESS you want to then sign the newly
>> appended version.
>
> Do I understand you correctly that if after appending
Leonard,
Leonard Rosenthol writes:
> No - there is NO WAY to append to a signed document w/o having the
> signature show as "invalid" UNLESS you want to then sign the newly
> appended version.
Do I understand you correctly that if after appending those pages my service
(or some other servic
No - there is NO WAY to append to a signed document w/o having the
signature show as "invalid" UNLESS you want to then sign the newly
appended version.
Acrobat/Reader 9 are acting in teh user's best interest in letting
them know that the signature they are seeing is NOT for the document
th
Would anyone be willing to take a look at my PDF and see what's gone wrong with
it? It's copyrighted so I can't post it here. I've looked at it in several
viewers and see the same thing so I'm pretty sure the problem is with the PDF.
One question though, is numeric/decimal formatting handled b
OK thanks for your input Paulo. Anyone else take a stab?
Chris Bordeman
-Original Message-
From: Paulo Soares [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 15, 2008 3:45 AM
To: Post all your questions about iText here
Subject: Re: [iText-questions] PdfStamper doesn'tfollow 'numeric
Hello!
I have developed a service that appends additional pages to existing PDF
documents. Some of the documents the service works on happen to be signed. As
the service appends the pages using incremental updates, the signed contents
are left untouched. This makes Acrobat 8 and Reader 8 dis
Yes, at present, timestamping of PDF signatures are done at signing
time and NOT as a "post process" as defined by CAdES.
The ETSI/ESI committee responsible for the AdES signature standards
recently formed STF 364 in order to align PDF signatures with teh AdES
standards...
Leonard
On Oct
Hi Inma,
I was just about to reply to the other answers to your request, but you came to
the point, too :
I wouldn't expect the added timestamp to bereab anything if you add it as an
unsigned attribute. Just make sure you have enough spare room for the signature
in the PDF. The signature will
Yes, I am trying to implement a CAdES-T conforming CMS Signature.
As far as I know, a Timestamp is an unsigned signature property, so it can
be added to a signature without altering its validity. However, you told
that if I add a timestamp, the signature will be invalid... is it due to PDF
signat
documentInput = new ByteArrayInputStream(outputStream.toByteArray());
Paulo
> -Original Message-
> From: carminux [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 15, 2008 9:50 AM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] how convert Document into inpu
Hi,
i want create a document rtf and save the Document into Blob, but I do not how
to convert Documento into inputStream (not into FileInputString);
Any ideas?
Tanks.
i write:
ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
Document document = new Document();
RtfWriter2.getI
I've no idea what's going on with your PDFs or viewer but iText has never
format anything and still doesn't.
Paulo
> -Original Message-
> From: Bordeman, Chris [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 15, 2008 5:17 AM
> To: Post all your questions about iText here
> Subject
There are examples in page 335 of the book and in the pdf reference, of course.
Paulo
> -Original Message-
> From: [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 15, 2008 6:40 AM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Transparency of areas
>
> He
Have a look at line 17 of your code.
Paulo
> -Original Message-
> From: Srikanth Dundigalla [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 15, 2008 8:58 AM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Missing headers/footer for
> multipage when content
> -Original Message-
> From: Gonçalo Almeida [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 15, 2008 8:07 AM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] iText License - Distribution
>
> Hello all
>
>
> I wanted to stamp some text in PDF files and I
Hello,
I have question to iTextSharp. Could you write me please, how
should I correct my code to have on 2nd page of document
(generated with code below) the same green circle (same RGB)
as is on 1st page, but blue circle transparent. I looked into mailing lists, but
I didn't find any solution. I a
Hi,
Iam trying to generate a PDF using iText with content(Text and Images)
which will fit in around 3 to 4 pages. The Header and Footer are not
displayed except for the first page. We tried using PDFPageEvent.onEndPage()
but the header/footer comes only for the first and last page. Please let
Hello all
I wanted to stamp some text in PDF files and I don't need many of the
classes that are there. Also i would like to reduce the jar size as much as
I can.
Is it possible to delete some classes from the jar file and distribute it
like that?
Thank you
--
Regards,
Gonçalo Almeida
-
20 matches
Mail list logo