Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Is there an easy way to export RDLC report to .pptx? For now I find only one way - export it to .docx, and then convert it to .pptx, but I did not find any information how to implement this conversion in code. Any ideas? I know about Aspose converters, but they are too expensive for me, maybe there is another way to do this?
So the easy way was not found. My solution was like that :
Create a template .pptx file.
Write some code to open that template
file and replace template text/images using Open XML Power
Tools
This article helped me a lot.
Syncfusion Report Viewer and Report Writer can be used to export RDLC to PPTX.
Example code
The whole suite of controls is available for free (commercial applications also) through the community license program if you qualify. The community license is the full product with no limitations or watermarks.
Note: I work for Syncfusion.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am working on PDF form filler using c# code and iText library, but now the problem is iText library is no more an open source library. We need to buy license of AGPL. So I am looking for open source pdf form filler. Thank you in advance.
I think you got something wrong there.
The AGPL license is still an open source license and is there to prevent the so called "application service provider loophole". As far as I understand, if you e.g. host software that is licensed under the GPL/that uses or modifies software licensed under the GPL you don't have to give out your source code. The AGPL prevents this.
Depending on what you want to do with your software you might aswell use iText.
But before doing so try to read up on the AGPL in order to prevent any legal mistakes.
The AGPL FAQ might be a good place to start.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I have Telerik report template (.trdx) in xml format, and intent to convert into DevExpress report template (.repx) in xml format too. Both are significantly different.
1) Is there any tool to help for conversion?
2) Alternatively to use transient file, since DevExpress report able to import Crystal report, ActiveReport.
But is there any tool to convert Telerik report to Crystal report/Active report?
Que 1: Is there any tool to help for conversion?
No, DevExpress does not have any tool for conversion.
Que 2: Alternatively to use transient file, since DevExpress report able to import Crystal report, ActiveReport.
Again No, You to transit manually.
I have not found any way or tool that do desired operation as you want. Even DevExpress guys do not provide any kind of special tool that allows converting Telerik reports related items to XtraReports.
I think you got answer from DevExpress support also..
Converting Telerik Report to DevExpress Report
You have to take help from DevExpress guys and keep doing transition from Telerik control to DevExpress. It may be the right path to choose.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am looking for a sample code/free api which will help me to convert ppt/pptx file to pdf file with C# code without dependency of MS Office.
I have a requirement like, I cant take help of "Microsoft.Office.Interop" & my machine will not have installed MS Office.This will be C# code and will execute with windows programming.Even not possible to purchase any plugin/api.
I am using VS2010 & the code should be built with that.
Can you guys help me please? Any help will appreciate and thanks in advance.
I have figured out the solution. I am posting this because this may help others also.
Install the same version(Installed open office) Open Office SDK in your system.
See the link & get some overview from below link.
https://tinyway.wordpress.com/2011/03/30/how-to-convert-office-documents-to-pdf-using-open-office-in-c/
Download the source code from
http://www.mediafire.com/download/uryqro2cld4qeyf/ppttopdf.zip
You can also customize the code as per your requirement.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I need to convert a pdf file to a jpeg page-by-page images.
The reason I need to do this is, I'm creating a dynamic page flip on a asp.net website. I'm currently using MegaZine pageflip engine, wich loads jpeg files and makes a flip book. All I need to do now, is convert the pdf file to a bunch of jpegs, so that when the user clicks "upload pdf and make pageflip", the code behind does all the work.
So is there a (free) library I can use to do this?
I've been googleing for some time, but could not find anything good. Maybe you guys know something.
Thanks for the anwser in advance!!!
Andrej
Have you thought about using MagickNet? It's the .NET interface to ImageMagick, which is the go-to lib for this kind of task.
I would recommend using either PDF2Image, PDF2Cairo or MUPDF to do this. Here's a link to PDF2Image:
http://code.google.com/p/pdf2image
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I want to display a pdf file in some viewer control by just defining its path without any need for Adobe Acrobat Reader installation.
Is there any open source controls for this ? (with c#)
Have you looked at this project, which is also on CodeProject? It's C# and uses/wraps an open source C/C++ PDF library.
The code and compiled binary can be downloaded here from Google.
I have not used this control, but it seems to meet your requirements. Hope this helps!
There is a brand new PDF viewer control for Windows 10 Universal Windows Platform in C# at http://www.github.com/Swifter/FlipPdfViewer
QuickPDF (www.quickpdf.com) has DARenderPageToDC() and RenderPageToFile() functions that could do the job for you. It is a reasonably price commercial library and is royalty free.
It is very simple to use in C#.
Also, Need PDF viewer control - tried a lot has a list of PDF viewers that could also do the job. A commercial library is going to be able to process more complex PDF's if required such as CJK fonts, newer PDF versions, TYPE 1 fonts etc...