Results 1 to 12 of 12
- 10-05-2008, 05:17 AM #1
Member
- Join Date
- Oct 2008
- Posts
- 68
- Rep Power
- 0
- 10-05-2008, 05:18 AM #2
Member
- Join Date
- Oct 2008
- Location
- US
- Posts
- 58
- Rep Power
- 0
- 10-05-2008, 05:20 AM #3
Member
- Join Date
- Oct 2008
- Posts
- 68
- Rep Power
- 0
I dont have the code, that is what I am looking for...do u know some frameworks or existing code which I can use?
- 10-05-2008, 05:21 AM #4
Member
- Join Date
- Oct 2008
- Location
- US
- Posts
- 58
- Rep Power
- 0
well so u r looking for something readymade....I think u need to use google instead...this forum should be able to answer specific questions....I think that way
Have fun....
JAVA FAQs
- 10-05-2008, 05:22 AM #5
Member
- Join Date
- Oct 2008
- Posts
- 68
- Rep Power
- 0
thanks for ur suggestion...there must be other people in forum who must have faced similar prob? anybody there???
- 10-05-2008, 05:23 AM #6
Member
- Join Date
- Oct 2008
- Location
- US
- Posts
- 58
- Rep Power
- 0
- 10-05-2008, 05:24 AM #7
Member
- Join Date
- Oct 2008
- Posts
- 68
- Rep Power
- 0
thanks .... let me know by tomorrow...
- 10-05-2008, 05:24 AM #8
Member
- Join Date
- Oct 2008
- Location
- US
- Posts
- 58
- Rep Power
- 0
- 10-05-2008, 07:52 AM #9
Member
- Join Date
- Oct 2008
- Posts
- 68
- Rep Power
- 0
thats when people take it seriously....;)
- 10-05-2008, 07:53 AM #10
Member
- Join Date
- Oct 2008
- Location
- US
- Posts
- 58
- Rep Power
- 0
- 10-05-2008, 07:54 AM #11
Member
- Join Date
- Oct 2008
- Location
- US
- Posts
- 58
- Rep Power
- 0
The following code makes a copy of an existing PDF and applies certain permissions to it. See the PdfWriter class for the various permissions that are possible.
PdfReader reader = new PdfReader("my-old-file.pdf");
PdfStamper stamper = new PdfStamper(reader, new FileOutputStream("my-new-file.pdf"));
stamper.setEncryption("my-owner-password".getBytes(), "my-user-password".getBytes(),
PdfWriter.AllowPrinting | PdfWriter.AllowCopy, PdfWriter.STRENGTH40BITS);
stamper.close();Have fun....
JAVA FAQs
- 10-05-2008, 06:06 PM #12
Member
- Join Date
- Oct 2008
- Posts
- 68
- Rep Power
- 0
Similar Threads
-
java.net.SocketException: Permission denied: listen failed
By vitaliy in forum NetworkingReplies: 3Last Post: 05-22-2011, 03:16 PM -
java.net.SocketException: Permission denied: connect
By ToddT in forum Java AppletsReplies: 5Last Post: 03-13-2009, 12:45 PM -
Copy a .swf file from server side to client using signed applet
By Imoracle in forum Java AppletsReplies: 2Last Post: 10-05-2008, 06:13 PM -
java file copy
By hknyo in forum New To JavaReplies: 1Last Post: 06-12-2008, 04:42 AM -
copy image/imageicon into a file on disk
By archanajathan in forum Advanced JavaReplies: 2Last Post: 11-22-2007, 06:21 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks