Java Mailing List Archive

http://www.junlu.com/

Subjects
Home
mod jk2 https
Donation of JAXP 1 3 Sources to Apache
R annoyances
RE: Finding out when the aspnet admin worker process has recycled
Favorite Linux Distribution
eigenvalues of a circulant matrix
Apache Install
Reachin apache from outside
Ant should have an ext directory
Warning: Documentroot doesn 't exist
Can this be Done?
RE: Multilanguage Application
RE: Simple Question On setting up Sub Domain site
Lack of independence in anova()
How to close connection instead of sending 403?
winning the case for ANT
Re: adding php
New Ant GUI 'Ant 's Nest '
Narrowing Down A Strange Problem
Ant Task: sshexec
R Graph Gallery : categorization of the graphs
I 've been hacked, I need some help please
RE: Anyone working with DotNetNuke?
RE: Exception Handling Opinion
hex format
RE: IIS stopped working :(
<for > Build Failed:problem
RE: Separation of Objects from Logic
RE: Tracking pages with long request execution time
sending email to multiple destination
Web Site
ant UI
Easy cut & paste from Excel to R?
Win32 Apache Restart
Improving Tasks
HELP! PLEASE!
RE: Adding Controls to a Page
read table
RE: ASPNET account doesn 't exist!
Best way to uninstall Apache2 on red hat
from win to linux how to web page
XMLParseException changes and creation of XMLLocator2
Re Post: rewrite backslash to forward slash
Target or macrodef?
Page display problem XPSP2
Authentication problems
Dynamic Dictionary Data Type?
Newbie unable access my www from outside
off topic question: Latex and R in industries
Conflict between xtable and Hmisc when using Sweave?
Very old problem without any new solution
mod rewrite help
Basic Authentication question
RE: Code Security
calling ant from java program
prevent double signing
Re: Controlling Copy/Paste/Print
Using R to illustrate the Central Limit Theorem
web server slow too much slow
access to user directories
Links
Home
Official R Project Site
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Re: Controlling Copy/Paste/Print

Re: Controlling Copy/Paste/Print

2004-11-15       - By Keith Barrows (StarPilot)
Reply:     <<     11     12     13     14     15     16     17  

Strike PDF out of the equation folks.

How do I handle Digital Rights Management of text in the following browsers:
* Internet Explorer 5.5+ (5.1+ on the Mac)
* Netscape 6.2+
* Mozilla 1.1+
* Opera 7+
* Safari 1.2+

It needs to only allow X number of copies at a max # of characters per copy.

- Keith

-----Original Message-----
From: Pamela Reinskou [mailto:pam.webpyrfect@(protected)]
Sent: Monday, November 15, 2004 2:34 AM
To: aspnet-architecture@(protected)
Subject: [aspnet-architecture] RE: Controlling Copy/Paste/Print

I saw the recommendation and it doesn't appear to handle public documents
any better than the built in PDF permissions. I still contend that the
frameset may be the central issue because displayed in a less than full
browser window the PDF will not resize itself correctly. That seems to be
what is driving them to look for an alternate solution; but I doubt they
will find one that:
1. Can handle public documents.
2. Doesn't use image (Tiff) format.
3. Doesn't use role based security.
4. Does the math properly to display in a split screen view (frameset).

IMHO I believe the presentation layer is the problem and that is what needs
to be resolved before anyone looks at alternate page handlers.  

I say this because I have a similar problem and while everything works as
advertised when the content is all PDF it does not work correctly when the
content is mixed.  I find that I have to alter the same type of frameset
that the Gary has so that that it can handle PDF output correctly.  So by
using the built in PDF settings I have reduced my work load down to just
figuring out if a document is in .PDF format and redirecting it to the
correct page viewer.

Pamela Reinskou







-----Original Message-----
From: Philip Nelson [mailto:panmanphil@(protected)]
Sent: Saturday, November 13, 2004 2:05 PM
To: aspnet-architecture@(protected)
Subject: [aspnet-architecture] RE: Controlling Copy/Paste/Print


Not if they don't use Acrobat reader to view the pdf ;-)
When I referred to security vs inconvienience, that what I meant. The adobe
products will make it conconvienient for the average user to cut and paste.
But since you can just download the pdf with another tool, and view with
with another tool, you can't really prevent people from seeing the bytes in
the document that way.

Make sense?

--- "Keith Barrows (StarPilot)" <starpilot@(protected)> wrote:

> But does it allow a rules based control of copy/paste?  Everything
> else seems right about this product.  However, the end user is allowed
> a limited copy/paste per document - controlled by server side settings
> for each individual.
>
> - Keith
>
> -----Original Message-----
> From: Philip Nelson [mailto:panmanphil@(protected)]
> Sent: Saturday, November 13, 2004 10:11 AM
> To: aspnet-architecture@(protected)
> Subject: [aspnet-architecture] RE: Controlling Copy/Paste/Print
>
>
> --- Pamela Reinskou <pam.webpyrfect@(protected)> wrote:
>
> > I understand your problem with PDF it really needs to be in a new
> > instance of the browser.  However this may be your problem all around.
> > Basically unless you open a new window you have no control over it, so
> > all the code in the world will not prevent the die hard from stealing
> > if that is what they are after.
>
> Just cut me off if everybody already gets this ;-)
>
> If a pdf can be viewed in *any* browser window, it can be downloaded
> with another tool that completely circumvents your browser based
> methods to prevent save, cut and paste. If the bytes can get to any
> process the user chooses, the user can do whatever they want with
> them, period. curl or wget are really simple download tools. Gview can
> display pdfs. So if you want to actually secure this content, you will
> need to control the client side code that displays it.
>
> The tool I mentioned last worked something like this from what I could
> tell.
>
> client opens page.
> activex object is loaded or user is directed to download page, the
> usual drill the activex object opened a secured connection to the site
> to list content user chooses a document to view the activex object
> opened a secure connection to download the document bytes the activex
> object opened the application that displayed the bytes to show me the
> document.
>
> Here is where the proprietary part came in. Whether word, excel or
> pdf, I couldn't save the document, nor browse to the location the
> application thought the temporary file was located. The document never
> "existed" in the sense that it would with a browser that would have
> copied to a temp location before viewing. pretty cool really.
>
> =====
> Philip - http://blogs.xcskiwinn.org/panmanphil
> "There's a difference between righteous anger and just being crabby" -
> Barbara
>
> Need SQL Advice? http://sqladvice.com
> Need RegEx Advice? http://regexadvice.com Need XML Advice?
> http://xmladvice.com
>
>
> Need SQL Advice? http://sqladvice.com
> Need RegEx Advice? http://regexadvice.com
> Need XML Advice? http://xmladvice.com
>


=====
Philip - http://blogs.xcskiwinn.org/panmanphil
"There's a difference between righteous anger and just being crabby" -
Barbara

Need SQL Advice? http://sqladvice.com
Need RegEx Advice? http://regexadvice.com
Need XML Advice? http://xmladvice.com



Need SQL Advice? http://sqladvice.com
Need RegEx Advice? http://regexadvice.com
Need XML Advice? http://xmladvice.com


Need SQL Advice? http://sqladvice.com
Need RegEx Advice? http://regexadvice.com
Need XML Advice? http://xmladvice.com

©2008 junlu.com - Jax Systems, LLC, U.S.A.