export-to-pdf

Problem with Crystal Report in ASP.NET - ExportToHttpResponse

I am using the code to export pdf file from a popup. On button click function popupReport() { var url = 'Report.aspx'; window.open(url, 'winPopupReport', 'width=300,height=300,resizable=no,scrollbars=no,toolbar=no,directories=no,status=no,menubar=no,copyhistory=no'); return false; } and in Report.a...

How do I make PDF the default export option for a Crystal Report?

I am working with CrystalDecisions.CrystalReports.Engine.ReportDocument in WinForms in Visual Studio 2008. Right now when the users click the export button the dialog defaults to saving the report as a CrystalReports formatted file. It's possible to change the selector to PDF, but the specific request that I've been given -- and I've sea...

Exporting web applications pages to excel/pdf

We have a requirement to export different pages of our I.E. only web application to Excel/pdf documents. The pages have graphics/grids/text, etc...They should also be printable as well. I heard weSuperGoo mentioned, but have no experience with it. I am in the research phase now and I wonder what tools/technologies/methods are out there f...

Exporting combined data/charts to a single PDF from a ASP.NET web app

We have a ASP.NET C# web application and are trying to find a way to combine data/tables and charts that can be exported a single PDF. Some things we're looking for... The ability to export a single PDF that includes charts, tables, etc. The ability to embed the report into the web app A good number of highly configurable chart types ...

iTextSharp international text

Hi there, I have a table in asp.net page,and trying to export it as a PDF file,I have couple of international characters that are not shown in generated PDF file,any suggestions, Thanks in advance ...

iTextSharp international text

Hi There, I have a asp.net BulletedList with some international characters,I am using iTextSharp library to Export the page to PDF. I have no problem with other web page contents except this one.any ideas? Thank in advance ...

iTextSharp asp.net Bulleted List to PDF

Hi There, I have a asp.net web page with some contents and a BulletedList with some international characters, I am using iTextSharp library to export to PDF format. How can I export only this BulletedList with international characters to PDF. Any Ideas? Thanks ...

iTexhSharp and international character problem

Hi there, let me ask this questiom one more time, I have a table with some international characters and using iTextSharp to create PDF file. this is my code,some charcters are missing and I need to have these characters as well. Thanks in advance ////////////////////////////////////////////////////////////////////////////////////////...

An error occurs when rendering to PDF from Reporting Services.

I have a report in M$ reporting services that renders just fine to the screen (when viewing the report through the reporting services web interface), but when I go to export that to a PDF it errors. The following YSOD is shown when trying to access the report via web services, but the report errors when rendering to PDF from the reporti...

Crystal Report 11 and C# 2005 Export to PDF issue (Rendering issue, random pages)

I'm working on rewriting a vb6 application in .NET that exports our Crystal Reports to Pdfs on a daily basis. I'm running into an issue when I export to PDF, the report renders properly (2 pages) in a Crystal Report Viewer, but when I export it (either through the viewer or programatically, it turns into a 11 page document, when it shoul...

Export MS Charts to PDF and Excel

Hi I need to export a few (could be just one or more than one) Microsoft Charts to a PDF and Excel. It needs to happen on a button click and the charts should be directly exported to a PDF without getting rendered onto a web page. Environment used: ASP.NET Please suggest the approach to achieve this. cheers ...

Controling Alignment when exporting to PDF

I am exporting data (repeater, datalist, gridview) with the help of itextsharp third party control. I am able to do so, but problem is in some where I am unable to control alignment table cells, Although I have set in table center align but these are still shown right align in the PDF, Please here is look into image ![Alignment Image][2...

How to export current ASPX page to PDF

Hi- I have a web page that uses a combination of gridviews and html elements to create a report. I would like to give the user an option to click and it will export to a pdf. I would prefer not to create the pdf on the server as that requires me to write another process to clean up files. Optimally, I'd like the current page to open a ...

How I can export a datatable to MS word 2007, excel 2007,csv from asp.net?

Hi, I am using the below code to Export DataTable to MS Word,Excel,CSV format & it's working fine. But problem is that this code export to MS Word 2003,Excel 2003 version. I need to Export my DataTable to Word 2007,Excel 2007,CSV because I am supposed to handle more than 100,000 records at a time and as we know Excel 2003 supports for o...

export in pdf report

I have a web report(.aspx page). I like to have a functionality to export that report into pdf format. Is there any way I can export it to PDF format without using any third party control or product? Or any other way I can use report viewer control's export feature in web page and hiding report viewer control? ...