This is a migrated thread and some comments may be shown as answers.

Export secured PDF !!!!

10 Answers 119 Views
Grid
This is a migrated thread and some comments may be shown as answers.
nader
Top achievements
Rank 1
nader asked on 29 Aug 2011, 02:52 PM
I use exporting to PDF in grids.
The problem that the PDF is secured so i can't copy any text from the PDF.
I want it not secured please.
What is the solution ???

10 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 29 Aug 2011, 09:46 PM
Hello Nader,

Let me know which version of RadControls is used in your project.

Thanks,
Daniel
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
nader
Top achievements
Rank 1
answered on 30 Aug 2011, 09:32 PM
version 2011.1.413.40
0
Daniel
Telerik team
answered on 31 Aug 2011, 09:59 AM
Hello Nader,

There was similar bug in the past, but it has been addressed so this is not an expected behavior. Please open Windows Control Panel, go to Region and Language and then click on the Administrative tab. I need to know what is set inside the Language for non-Unicode programs dropdown.

Thanks,
Daniel
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
nader
Top achievements
Rank 1
answered on 31 Aug 2011, 03:18 PM
The Language for non-Unicode is set to English (United States)
0
Daniel
Telerik team
answered on 01 Sep 2011, 08:48 AM
Hello Nader,

Please isolate the problem in a runnable sample project and submit it via our support ticket system.
I will debug it locally and will try to reproduce the issue.

Kind regards,
Daniel
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
MBEN
Top achievements
Rank 2
Veteran
answered on 10 May 2018, 10:28 PM

I am using the latest version of Telerik controls but the exported pdf is still secured.

Is there a way to export it unsecured.

0
Marin Bratanov
Telerik team
answered on 15 May 2018, 11:49 AM
Hi,

You need to set the AllowCopy property to true: RadGrid1.ExportSettings.Pdf.AllowCopy = true;

Alternatively, you can export the rendered grid in the browser through RadClientExportManager as shown here: https://demos.telerik.com/aspnet-ajax/client-export-manager/functionality/export-html-elements/defaultcs.aspx.


Regards,
Marin Bratanov
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
MBEN
Top achievements
Rank 2
Veteran
answered on 16 May 2018, 03:37 PM
Thanks, that worked.
0
MBEN
Top achievements
Rank 2
Veteran
answered on 16 May 2018, 11:48 PM
Actually the document is still exported as secure. See the attached error message when I open it with acrobat.
0
Marin Bratanov
Telerik team
answered on 17 May 2018, 06:39 AM
Hello,

Try setting AllowEdit to true. You can find a list of the other similar settings in the following documentation section: https://docs.telerik.com/devtools/aspnet-ajax/controls/grid/functionality/exporting/export-formats/pdf-export#pdf-specific-settings-and-events.


Regards,
Marin Bratanov
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
nader
Top achievements
Rank 1
Answers by
Daniel
Telerik team
nader
Top achievements
Rank 1
MBEN
Top achievements
Rank 2
Veteran
Marin Bratanov
Telerik team
Share this question
or