LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

idea for secured(non-editable) document

I am thinking about some scured data document.
In my current work, I made a public non-commercial program for data aqusition in leagal metrology
according to some fixed procedure.
The output result file should not be modified by a user.
 
Some text output-file could be editable by user.
On the other hand, it will be very inconvenient to use (read) a predefined binary file developed by myself.
(this option will need to develop some more extra program to read the file).
How about watermasked image of the result? it has also some weak point (non-text file).
 
Does anyone know some convenient public format or method for my purpose (non-editable)?
For example, if possible, I want to use some MS-word file with a read only password option.
(I believe MS-word will continue to develope as time goes on.)
 
 
0 Kudos
Message 1 of 10
(3,385 Views)

You could maybe use a pdf printer... you would get a pdf file that use a standard format and not editable by the user.

Hope that helps....

 

Regards

Xavier

0 Kudos
Message 2 of 10
(3,372 Views)
I want to make a program in LV.
Can I make a pdf file by LV?
0 Kudos
Message 3 of 10
(3,366 Views)

I dont think you can edit or create document in Labview. What i have in mind is create your report (text document, frontpanel or picture...) in labview and then print it to a "pdf printer" which works like a printer. Try "PDFCreator" or another pdf printer to test it.

Regards,

Xavier

0 Kudos
Message 4 of 10
(3,359 Views)
You can get ActiveX controls that allow you to create PDF files... http://www.google.com/search?hl=en&q=create+pdf+file+activex&btnG=Google+Search
I don't think there's any free ones, but you can check out the Google results. The PDF printer is a good idea, as there are free ones of those.

0 Kudos
Message 5 of 10
(3,337 Views)
LabVIEW PDF toolkit (shameless, Smiley Wink)

A PDF document is editable with the right tool, but could be locked. You need some kind of document hash that can be used to verify that the document has not been tampered with.

André

Message Edited by andre.buurman@carya on 10-17-2007 06:01 PM

Regards,
André (CLA, CLED)
0 Kudos
Message 6 of 10
(3,327 Views)
0 Kudos
Message 7 of 10
(3,322 Views)
Thanks all.
 
Actually, PDF can be also edited in acrobat professional version very easily.
I am not sure pdf creator can lock some password.
 
Does anyone know another simple secured format?
(Can I give a password to MS-word in report generation toolkit?)
0 Kudos
Message 8 of 10
(3,284 Views)

You can add pasword protection using PDFcreator by setting it  in options panel :

The LabVIEW PDF toolkit seems to be a good option and should be more flexible, but I don't know about password protection if you use this toolkit. Maybe André could tell us...

 

Regards,

Xavier

Message Edité par xa le 10-18-2007 12:08 PM

0 Kudos
Message 9 of 10
(3,273 Views)
At the moment its not part of the toolkit. But what not is can be created as long as it is part of the PDF specification and there is an intend to buy.

Instead of trying to prevent the editting of a document, a mechanism of determining an unauthorised edit is probably easier and serves the same purpose. It allow you to tell if the data is still the original data.

André
Regards,
André (CLA, CLED)
0 Kudos
Message 10 of 10
(3,265 Views)