Tagged Questions

1
vote
2answers
40 views

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, …
1
vote
2answers
36 views

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 abili …
1
vote
2answers
82 views

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 …
0
votes
0answers
24 views

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 mi …
0
votes
0answers
6 views

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 expo …
0
votes
0answers
9 views

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 …
0
votes
1answer
243 views

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 s …
0
votes
0answers
322 views

Problem with Crystal Report - 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', …