RE: Security on FOP

2002-02-06 Thread Matthew L. Avizinis

 -Original Message-
 From: Christian Geisert [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, February 05, 2002 4:27 AM
 To: [EMAIL PROTECTED]
 Subject: Re: Security on FOP


 dav sem wrote:

  Hi Community,
 
  I have a question:
 
  with FOP, Is possible to lock with a password
  the PDF Document generated???


 No.

  Which part of API can permit this? or this
  lock have to be performed by XSL:FO meta-language??


 ?
 You will have to do some post-processing with other software.

If you have Acrobat 5.0 -- you can use the File | Batch Processing | Edit
Batch Sequences feature.  You'll be able to process multiple files at one
time.  Although, not the ideal solution, it works for us.
   Matthew L. Avizinis mailto:[EMAIL PROTECTED]
Gleim Publications, Inc.
   4201 NW 95th Blvd.
 Gainesville, FL 32606
(352)-375-0772 ext. 101
  www.gleim.com http://www.gleim.com

===
computing (kum' pyoot ing)
1. n the art of calculating how much time you wasted and money you spent in
a doomed attempt to master a machine with a mind of it's own. --from
computing: A HACKER'S DICTIONARY


  Tanks

 Christian



Re: Security on FOP

2002-02-05 Thread Christian Geisert
dav sem wrote:
Hi Community,
I have a question:
with FOP, Is possible to lock with a password
the PDF Document generated???

No.
Which part of API can permit this? or this
lock have to be performed by XSL:FO meta-language??

?
You will have to do some post-processing with other software.
Tanks
Christian


Re: Security on FOP

2002-02-05 Thread dav sem
Tanks,
which software?
I believe that this is possible using Adobe API!
but this requires adobe acrobat installed
on machine!!
(Acrobat reader don't install the OLE Server object)
Is this true???
DS.

From: Christian Geisert [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Security on FOP
Date: Tue, 05 Feb 2002 10:26:51 +0100
dav sem wrote:
Hi Community,
I have a question:
with FOP, Is possible to lock with a password
the PDF Document generated???

No.
Which part of API can permit this? or this
lock have to be performed by XSL:FO meta-language??

?
You will have to do some post-processing with other software.
Tanks
Christian

_
MSN Photos è il metodo più semplice per condividere, modificare e stampare 
le tue foto preferite. http://photos.msn.it/Support/WorldWide.aspx



Lock generated PDF was Re: Security on FOP

2002-02-05 Thread ewitness - Ben Fowler
I have a question:
with FOP, Is possible to lock with a password
the PDF Document generated???
No.
[ snip ]
You will have to do some post-processing with other software.
Is this something that is not implemented? Or something
that is thought to be not possible or not desirable?
My understanding is that is is possible to both digitally
sign and encrypt PDF files.
This is described in the 'ppk_pdfspec.pdf' downloadable.
Is it known that digital signing needs some form of authorit
not available to authors of FOP/Apache?
If so, it should surely be still possible to encrypt/lock
a document.
Ben.


Re: Lock generated PDF was Re: Security on FOP

2002-02-05 Thread Carlos Araya
On 02/05/02 3:08, ewitness - Ben Fowler [EMAIL PROTECTED] wrote:

 I have a question:
 with FOP, Is possible to lock with a password
 the PDF Document generated???
 
 No.
 
 [ snip ]
 You will have to do some post-processing with other software.
 
 Is this something that is not implemented? Or something
 that is thought to be not possible or not desirable?
As far as I know it's something that is beyond the capabilities of FOP and
something that should stay there.
 
 My understanding is that is is possible to both digitally
 sign and encrypt PDF files.
Using Acrobat you can do that and a lot more. However I don't think that's
what Fop was designed for. You can always use Acrobat to polish a document
produced with Fop. 

 
 This is described in the 'ppk_pdfspec.pdf' downloadable.
The fact that it is on the spec doesn't mean that it has to be implemented
by Fop. Before worrying about encryption and digital signatures, Fop needs
to achieve full conformance to the basic FO specification. Remember, Fop
deals primarily with XSL:Fo and PDF is only one of the output methods.

 
 Is it known that digital signing needs some form of authorit
 not available to authors of FOP/Apache?
No. If I understand it correctly you can sign your documents with any
public/private key pair. Any cryptographic code may be subject to export
restrictions from the US and maybe other restrictions from other countries

 
 If so, it should surely be still possible to encrypt/lock
 a document.
Do I hear you volunteering to write the code to do it?


 
 Ben.

-- 
Carlos E. Araya
---+ WebCT Administrator/Trainer
 P | California Virtual Campus
 - | C/O De Anza College
 G | 21250 Stevens Creek Blvd
---+ Cupertino, CA 95014

email   [EMAIL PROTECTED]
web http://www.cvc1.org/ (work)
http://www.silverwolf-net.net (personal)
phone   408 257 0420 (work)
PGP Fingerprint:E629 5DFD 7EAE 4995 E9D7  3D2F 5A9F 0CE7 DFE7 1756


Do not meddle in the affairs of dragonsfor you are crunchy and  taste
good with ketchup and mayonnaise..





Re: Lock generated PDF was Re: Security on FOP

2002-02-05 Thread ewitness - Ben Fowler
At 6:08 am -0800 5/2/02, Carlos Araya wrote:
On 02/05/02 3:08, ewitness - Ben Fowler [EMAIL PROTECTED] wrote:
  My understanding is that is is possible to both digitally
 sign and encrypt PDF files.
Using Acrobat you can do that and a lot more. However I don't think that's
what Fop was designed for. You can always use Acrobat to polish a document
produced with Fop.
If it is outside the design domain for FOP, then we ought
not to spend too much time on it.
See below. I am actually quite keen to use a fully automated
system, dispensing with the need for Acrobat, and actually locking
the documnent (output from a database) against its author, as in
non-repudiation.
  This is described in the 'ppk_pdfspec.pdf' downloadable.
The fact that it is on the spec doesn't mean that it has to be implemented
by Fop. Before worrying about encryption and digital signatures, Fop needs
to achieve full conformance to the basic FO specification. Remember, Fop
deals primarily with XSL:Fo and PDF is only one of the output methods.
Fair enough, but if it is in an open spec. It is likely
possible, which is what the OP was asking.
I do of course agree that conformance, possibly full conformance
to FO should be achieved before concentrating on minutiae
such as this, which are probably only of interest to a minority.
Standards conformance is in the interests of all.
I think, though, that it is also true that the majority
of people here have a greater interest in PDF than any other
application of FOP. Furthermore there is already a high
quality FO - TeX pathway, so I don't think that people
would be inconvienced by an effort to 'polish' the PDF
arm of this project.
  If so, it should surely be still possible to encrypt/lock
 a document.
Do I hear you volunteering to write the code to do it?
Yes. I am not sure that I will get started full before the end of
February, but I intend to contribute to
1. Java 1.1.8 version
2. keep-with
3. Encryption
All of those are things that I potentially need.
Ben.