132
Views
4
Comments
Solved
pdf or ppt report generation plugin
Question

I wanted  to convert the data in my app into either pdf or ppt for reporting purposes. Is there any tool or component available for the same?

The data includes some charts and normal text info.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Hi Prajjwal,

I would advise against creating PDFs from scratch. The PDF format is basically a very low-level scalable graphics format, and you'd be dealing with line draw commands (so say goodbye to any chart library you have, you'll need to create one yourself!), text placement (no automatic wrapping!) and so on and so forth.

The best option you have is to create a PDF from an HTML page or from a Word or Excel document. There are I believe several good components for that in the Forge, like I said.

UserImage.jpg
Prajjwal Rai

Kilian Hekhuis wrote:

Hi Prajjwal,

I would advise against creating PDFs from scratch. The PDF format is basically a very low-level scalable graphics format, and you'd be dealing with line draw commands (so say goodbye to any chart library you have, you'll need to create one yourself!), text placement (no automatic wrapping!) and so on and so forth.

The best option you have is to create a PDF from an HTML page or from a Word or Excel document. There are I believe several good components for that in the Forge, like I said.


Thanks a lot!

I will look more into it.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Prajjwal,

Have you searched in the Forge at all? There's several components dealing with PDF (but I don't think there are any for PPT).

UserImage.jpg
Prajjwal Rai

Kilian Hekhuis wrote:

Hi Prajjwal,

Have you searched in the Forge at all? There's several components dealing with PDF (but I don't think there are any for PPT).

Yes, I have searched in forge.
Most of the extensions deal with converting data to pdf from HMTL source.

But I wanted to present my app data in pdf format.

If any such extension is available please do tell.


2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Hi Prajjwal,

I would advise against creating PDFs from scratch. The PDF format is basically a very low-level scalable graphics format, and you'd be dealing with line draw commands (so say goodbye to any chart library you have, you'll need to create one yourself!), text placement (no automatic wrapping!) and so on and so forth.

The best option you have is to create a PDF from an HTML page or from a Word or Excel document. There are I believe several good components for that in the Forge, like I said.

UserImage.jpg
Prajjwal Rai

Kilian Hekhuis wrote:

Hi Prajjwal,

I would advise against creating PDFs from scratch. The PDF format is basically a very low-level scalable graphics format, and you'd be dealing with line draw commands (so say goodbye to any chart library you have, you'll need to create one yourself!), text placement (no automatic wrapping!) and so on and so forth.

The best option you have is to create a PDF from an HTML page or from a Word or Excel document. There are I believe several good components for that in the Forge, like I said.


Thanks a lot!

I will look more into it.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.