Hello,
Note to moderator;
This is my first post here and I'm not sure of my status.
I've been a MV programmer for a long time, currently using Universe.
I'm looking for a program to create a pdf file from text that will run on an AIX & Universe system. Currently we generate tab delimited text and email or ftp it to the end user, ie company employees.
This works pretty well but now we want to send billing statements to customers. We want to make the data more secure since the customer could alter the text file. Converting it into a pdf might not be perfect but a big step in the right direction.
I have found free and paid programs for Windows and a few for Mac and Linux but none for AIX, 5.3.
One suggestion we had was DataVu from Rocket but it seems overkill, at least for now.
OT: Hi to Charlie Noah, glad to see you on here.
Thanks,
Don Robinson
Cincinnati, Ohio
|
Kevin,
Thanks!
The phone #'s and emails were by accident - forgot to remove them.
Henceforth I will be more careful.
|
You received this message because you are subscribed to
Don Robinson--
the "Pick and MultiValue Databases" group.
To post, email to: mvd...@googlegroups.com
To unsubscribe, email to: mvdbms+un...@googlegroups.com
For more options, visit http://groups.google.com/group/mvdbms
Given that Perl is a nix thing, there's a good chance it's already on
your system.
Cheers,
Wol
I'm looking for a program to create a pdf file from text that will run on an AIX & Universe system. Currently we generate tab delimited text and email or ftp it to the end user, ie company employees.
http://www.pickwiki.com/cgi-bin/wiki.pl?CreatePDFDocuments
HTH
T
Note also, that there are plenty of programs out there that will ignore
the protection flag and allow you to edit it anyway.
Cheers,
Wol
Yes and no. There are different sets of conditions. Let me explain.
There are three fields in the creation of a PDF that affect this. There is
the permissions field which, let's say, is set to not allow modification.
Then there is a user password and an owner password.
If the user password is set, then the user must enter that password in
order to see the content of the PDF. If it's not set, then although the
contents is minimally encrypted, any reader program can display it and may
let you modify it, violating the permissions.
However, if the OWNER password is set, and the user does NOT know the
owner password, then the encrypted contents can be decoded to allow
reading, printing, etc., but the reader software can not modify the
contents, because it doesn't know how to reencrypt it. The best that it
can do is to "save as" a new PDF. A recipient of the new PDF could easily
see that it was not encrypted by the owner.
In summary, these programs let you modify a PDF, UNLESS it is owner
passworded. If that's not accurate, I'd like to be informed.
Regards,
....Bob Rasmussen, President, Rasmussen Software, Inc.
personal e-mail: r...@anzio.com
company e-mail: r...@anzio.com
voice: (US) 503-624-0360 (9:00-6:00 Pacific Time)
fax: (US) 503-624-0760
web: http://www.anzio.com
street address: Rasmussen Software, Inc.
10240 SW Nimbus, Suite L9
Portland, OR 97223 USA
Hmmm ... if you can read the document when it is encrypted with the
owner password, then surely (a) you need the key to be able to read it
and (b) with the key you can re-encrypt it?
If, on the other hand, it's signed with an asymetric key ...
I don't know enough about pdfs to confirm or deny what you say, but I
know a lot of linux programs can be made to ignore security settings and
what you say about passwords just doesn't feel quite right.
Cheers,
Wol
> Hmmm ... if you can read the document when it is encrypted with the
> owner password, then surely (a) you need the key to be able to read it
> and (b) with the key you can re-encrypt it?
>
> If, on the other hand, it's signed with an asymetric key ...
It IS quite often the case that you will have a one-way key, that allows
you to decode but not encode. I don't know if that is the definition of an
asymmetric key or not.
Tony, etal,
Thanks for the suggestions, they will keep me busy for a while.
DonR
|
|
|