Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

jdiianni
jdiianni
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
5

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jdiianni
Customize the badges you want to showcase on your profile
Re: Modify policy for each user - Adobe LiveCycle 30-09-2009
Hello Steve, After reading all the documents and help, I am well educated about how policy works and I agree with your suggestion(s). However, as I mentioned in my another post, at present, we are having 100,000+ users and we are getting 500+ new registration every month. Below is the simple calculation of number of policies I have to create or maintain in order to achieve my goal: # of Users : 100,000 # of publications per user : At least 5 # of policies per publication : 2 # of offline access:...

Views

49

Likes

0

Replies

0
Re: Customize Authentication - Adobe LiveCycle 30-09-2009
Hello Steve, Appreciate your quick response. 1. Thank you so much for your reply. I have changed the Welcome Text, Username label and Password label by visiting Display Option under the Rights Management Server Configuration. 2. I have used Encryption Service & Rrights Management Service in order to apply the password on a PDF file. At first, I have used the following code to apply the policy which does not include the Authentication: Dim rmclient As New RightsManagementService.RightsManagementS...

Views

53

Likes

0

Replies

0
Customize Authentication - Adobe LiveCycle 30-09-2009
Hello, I was surfing the Rights Management ES Help and found a very interesting sample PDF. You can find the Sample file here:http://tourdelc.adobe.com/content/Services/RightsManagement/RightsManagement/ApplyPolicy/MarketAnalysisRM.pdf I want exact the same features to be applied in one of my projects but the help is not up-to the .NET Development level and hence, asking the questions. To understand my question in better manner, kindly have a look at the file and you will see this dialog box sam...

Views

940

Likes

0

Replies

2
Download policy applied document - Adobe LiveCycle 30-09-2009
Hello, I have created a policy on the server and using the following .NET code, I am trying to download the document once the policy has been applied to: Dim rmclient As New RightsManagementService.RightsManagementServiceService rmclient.Credentials = New System.Net.NetworkCredential("MyUsername", "MyPassword") Dim inDoc As New RightsManagementService.BLOB() Dim fs As New FileStream(Server.MapPath("Docs1115.pdf"), FileMode.Open) Dim len As Integer = fs.Length() Dim byteArray As Byte() = New Byte...

Views

608

Likes

0

Replies

0
Modify policy for each user - Adobe LiveCycle 30-09-2009
Hello, I have a raw PDF guide and I have applied a policy with the following rules:Watermark TextOffline LeasePrint and\or Copy PermissionI am developing a Web Application with .NET, SAP, SQL and Adobe. I have more than 100,000 users into the system and based on the user, I have to change or apply the policy on the document, dynamically:Watermark Text : User Information will be part of it.Offline Lease : Allow the lease for number of days based on the Purchase date.Print and\or Copy Permission :...

Views

932

Likes

0

Replies

2