Vlad.Gleiberman wrote:

Bruno,

I wrote to you more than a year ago about using iText
for creating documents at the Victoria University in Melbourne.
I remember the transcript of records you have sent me ;-)
Please use the mailing list for specific questions.

Finally we started really implementing my pilot.
Examples (if you are interested) will be ready in couple of weeks
and credits on implementation (couple of months).
That's interesting! My employer (Ghent University) is moving towards a full credit system. It's nice to see how other Universities do this.

1. I want to set:
       Context Copying or Extraction    and
       Context Extraction for Accessibility     to Not Allowed.
   Can it be done?
See the part on encryption here: http://itextdocs.lowagie.com/tutorial/general/copystamp/#pdfstamper

2. You have "decorated" OutputStream in OutputStreamCounter,
   which is possible to get through PdfWriter.getOs().
   Why can't we get original OutputStream by OutputStreamCounter.getOut() ?
What would you do with the original OutputStream? PDF is delicate, you could easily corrupt the bytestream.

3. Is it possible in onEndPage event to find out if current page is the last
one?
No. Only onCloseDocument knows for sure you aren't going to add some extra stuff to the Document.

4. Is it possible to examine content of PdfPTable?

You can get a PdfPRow object with getRow, but there's nothing much you can examine there. The cells are protected. As you are adding the content to the PdfPTable, why would you want to examine it after it was added to PdfPTable?
br,
Bruno


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to