472,969 Members | 1,970 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,969 software developers and data experts.

How to secure pdf file exported from Crystal Report.

Hi all,

I've a vb application that uses the crystal report to display some reports.
User have the option to export the report to pdf format. My question is that
the report that the users export out, I do not want to them to be able to do
any changes (i.e. convert to word doc, do the changes and convert back to
pdf).

I understand that the crystal report is not able to accomplish this. Can
anyone please advice? I tried looking at the Adobe Acrobat SDK, but I think
that it might take me a least a month to figure it out :-(

Thanks,
Simon
Apr 25 '07 #1
3 3260
"Simon Says" <si******@gmail.comwrote in
news:un**************@TK2MSFTNGP02.phx.gbl:
I understand that the crystal report is not able to accomplish this.
Can anyone please advice? I tried looking at the Adobe Acrobat SDK,
but I think that it might take me a least a month to figure it out :-(
I don't believe Crystal can... but you can use iText (open source PDF
component) to read in an existing PDF and sign it.

http://itextpdf.sourceforge.net/howtosign.html

..NET version:

http://itextsharp.sourceforge.net/
Apr 26 '07 #2
Hi Spam Catcher,

Thanks for your reply. Will this able to prevent user from able to edit the
pdf document? Also, I see the code is in C#, will I be able to use in
vb.net?

Thanks,
Simon

"Spam Catcher" <sp**********@rogers.comwrote in message
news:Xn**********************************@127.0.0. 1...
"Simon Says" <si******@gmail.comwrote in
news:un**************@TK2MSFTNGP02.phx.gbl:
>I understand that the crystal report is not able to accomplish this.
Can anyone please advice? I tried looking at the Adobe Acrobat SDK,
but I think that it might take me a least a month to figure it out :-(

I don't believe Crystal can... but you can use iText (open source PDF
component) to read in an existing PDF and sign it.

http://itextpdf.sourceforge.net/howtosign.html

.NET version:

http://itextsharp.sourceforge.net/

Apr 26 '07 #3
"Simon Says" <si******@gmail.comwrote in
news:eU**************@TK2MSFTNGP02.phx.gbl:
Hi Spam Catcher,

Thanks for your reply. Will this able to prevent user from able to
edit the pdf document? Also, I see the code is in C#, will I be able
to use in vb.net?
C# and VB.NET are both languages of the .NET platform. So yes, while the
syntax is different, the code is compatible.

I believe once you signed a PDF, the user cannot edit the file. If they do,
they'll render the signature invalid.
Apr 26 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: mustafa | last post by:
Dear sir , I have built my application in visual basic 6.0 and crystal Report8.5 , Now i migrated my application to VB.net using the upgrade wizard.My visual basic form is upgraded to vb.net...
3
by: Karen Grube | last post by:
Hi! Each week, we receive a two-page PDF file from UPS along with a separate flat file (a CSV) The PDF file contains the overview of our weekly invoice and the CSV contains the details of each...
0
by: | last post by:
I'm using this code to export the crystal report file into pdf format and stream the file to the browser: ReportDocument oRpt = new ReportDocument(); oRpt.Load(MapPath("MyReport.rpt"));...
3
by: Vince Mele | last post by:
We are having a small problem with a couple of reports we developed for a client website. On two of the reports, sometimes (most of the time) we receive a warning message before the output of...
1
by: Learner | last post by:
HI Friends, I am brand new to creating Crystal reports. But overcomed a lot of problems and so far happy what i could accomplish, calling a stored proc with a parameter in it. And i can see the...
4
by: chad.a.morris | last post by:
I'm new to Crystal Reports, so this may be a dumb problem, but I just can't figure it out. Basically, I want to control the selected data in the C# code as opposed to Crystal Reports (since SQL...
5
by: ElTipo | last post by:
Hello People, I made a data base with secure wizard to provide to users a PID and Passwords. I need to extract data from Crystal Reports 7 in this data base but Crystal Reports send me a message...
2
by: Prasanta | last post by:
Hello, In my system the crystal report working till yesterday as well, but from today whenever I tried to open crystal report its asking me to log on to crystal management server, which never...
3
by: Saray | last post by:
Hi, I have an ASP application . i am using crystal report8.5 to generate the report. when i tried to export the crystal report to any format like .pdf,.xls,.rtf. its telling an error like "The...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
3
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.