Exporting to pdf

1 Answer 41 Views
Calendar Grid
Jose
Top achievements
Rank 1
Jose asked on 26 Aug 2024, 02:53 PM

Hi Guys

How can I export to PDF to a new/blank page, When it prints always preview the .PDF on the same page where either calendar or Gridview is viewed, using the following code

<ExportSettings>

<Pdf PageTopMargin="1in" PageBottomMargin="1in" PageLeftMargin="1in" PageRightMargin="1in"></Pdf>

</ExportSettings>

1 Answer, 1 is accepted

Sort by
0
Vasko
Telerik team
answered on 27 Aug 2024, 08:16 AM

Hello Jose,

You can set the OpenInNewWindow property to true, to open the downloaded pdf file on a new window:

<ExportSettings OpenInNewWindow="true">
    <Pdf PageTopMargin="1in" PageBottomMargin="1in" PageLeftMargin="1in" PageRightMargin="1in" />
</ExportSettings>

Regards,
Vasko
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources
Tags
Calendar Grid
Asked by
Jose
Top achievements
Rank 1
Answers by
Vasko
Telerik team
Share this question
or