Tagged Questions

6
votes
3answers
4k views

iTextSharp international text

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
1
vote
0answers
65 views

Crystal Report - Exporting to PDF in both Landscape & Portrait

I've a crystal report which is having two pages; one in Portrait and the second one is in Landscape format. In report it looks fine but when I exporting it to a PDF, both pages got exported in ...
1
vote
1answer
318 views

Create a PDF file from Excel: problem with images

I have an Excel template that I use to create PDF specification sheets for our vendors. I can open, manipulate and export to a PDF file fine except when I insert a picture. This is the code I am using ...
1
vote
2answers
2k views

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', ...
0
votes
1answer
159 views

ASP.Net export Listview to pdf

May i know ListView can export to pdf in ASP.Net? If yes, any example there? Thanks.
0
votes
3answers
918 views

VerifyRenderingInServerForm(System.Web.UI.Control) while export grid view to pdf

I have try to export data from gridview to pdf in normal .aspx it is working but when i try this in webusercontrl.ascx form it shownig error like ...
0
votes
0answers
25 views

export content+background colour to pdf format

May i know izit possible to export content with background colour to pdf format (ASP.Net or c#)? If yes..got any sample code? Thanks.
0
votes
1answer
472 views

ASP.Net page export to pdf

I got stuck while exporting my ASP.NET page to PDF and it should prompt to user to save/open. please help me. Please tell me some free library and give me source code without using Crystal Report.
0
votes
1answer
410 views

Compile SQL Report in Console application

I have to write a console application that would run a sql query on a database. The application then has to take this information and compile it into a report, export this report to pdf and then ...
0
votes
0answers
363 views

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 ...