Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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
5
votes
1answer
2k views

An error occurs when rendering to PDF from Reporting Services

I have a report in MS 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. ...
3
votes
6answers
54 views

Export to Excel and PDF in PHP, Causing code redundancy

I need to create export to excel and export to pdf option for some of my mysql queries and provide it to the user. But also, the user needs to view the query results on my website too. So, in this ...
3
votes
1answer
261 views

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 ...
1
vote
0answers
30 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
113 views

SSRS Export to PDF - Unicode problem

I have to generate a invoice dummy image by reading EDI data. The invoices are coming from vendors in Europe - specifically Bulgaria. In order to generate PDF files, I did the following Created ...
1
vote
1answer
268 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
1answer
425 views

How to Export an HTML Table to Excel/Word/PDF/CSV?

I have a html table which is populated dynamically. I need to put 4 buttons below it which enables exporting the table structure and data to Excel, Word, PDF and CSV. What is the best/easiest ...
1
vote
2answers
732 views

ASP.Net page export to pdf

I got stuck with my ASP.Net export to PDF. Below are my codes. Please help. Response.Clear(); Response.Buffer = true; Response.Charset = Encoding.UTF8.HeaderName; Response.ContentEncoding ...
1
vote
1answer
877 views

MATLAB: print a figure to pdf as the figure shown in the MATLAB

I am trying to export (save as, print) a figure into .pdf format. However, no matter how I configure the setting, there are large margins around the figure. When I export the figure into .eps format, ...
1
vote
1answer
458 views

Export reports (pdf, xml, html)

Using MySQL with tables such as company, accounts, transactions, and splits. Java Servlet on a Glassfish server, with Spring and EJB frameworks. Goal: Produce PDF, HTML and XML formatted version of ...
1
vote
1answer
3k views

Export MS Charts to PDF and Excel

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 ...
1
vote
2answers
523 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 ability to export a ...
1
vote
2answers
412 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 well. I heard ...
1
vote
1answer
1k 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 saving the report as ...
1
vote
1answer
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
0answers
35 views

Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack

I am calling a report and exporting it to PDf file. this error occurs in this line: report.ExportToHttpResponse(ExportFormatType.PortableDocFormat, response, false, filename); Sometimes it loads ...
0
votes
1answer
207 views

Export to pdf in asp.net + vb.net using itextsharp

I am trying to export gridview(HTML Based) to a pdf in asp.net+vb.net(backend). When I click on the Export to PDF button the download window shows, but when you click on open Adobe reader will open ...
0
votes
0answers
162 views

Export .jsp to Excel/CSV/PDF Help

I'm trying to learn how to export data from a .jsp to either Excel/CSV/PDF. Are there any quick guides or tutorials? I'm confused and a starter in this. Can anyone guide me through? I got a rough ...
0
votes
0answers
96 views

cant able preview(PDF, XLS) in iReport when the report name is in japanese

I am not able to do a PDF or XLS preview in iReport 4.1.1 when the report name is in Japanese. It throws error while exporting the report. Internal preview is working fine Any help is valuable
0
votes
0answers
225 views

Export PDF Reporting Services 2005 Error

I have come across an error when exporting a report to PDF in Reporting Services 2005. The error message is; Object reference not set to an instance of an object. Description: An unhandled exception ...
0
votes
0answers
185 views

Telerik WinForms Reporting : Export to PDF : hyperlink behavior?

If a report is created using Telerik Reporting and one of the report fields has a URL as its text-value: Name: Joe BLow City: NY State: NY Event ...
0
votes
2answers
70 views

Export HTML to PDF

I need to generate a PDF file from an existing pure HTML files when clicking 'Export' button. As I am working on the php project, a solution that can easily be used in a java-project is preferable. ...
0
votes
1answer
142 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
720 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
1answer
171 views

RadEditor ExportToPDF not generating PDF in client's environment

We are using the Telerik RadEditor control, specifically for it's ability to render a PDF via the ExportToPDF() method on the control. We find that this works great in our development and test ...
0
votes
0answers
23 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
446 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
46 views

original image size is not retained when it is exported as PDF using CGImageDestinationRef

I am developing a Desktop application that supports exporting an PNG image to different image formats. When I export my PNG image (Refer the first link) to PDF format, it appears as shown in link2. ...
0
votes
1answer
397 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
1answer
2k views

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

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 ...
0
votes
1answer
851 views

How to export current ASPX page to PDF

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 ...
0
votes
0answers
359 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 ...