1127
Views
8
Comments
Convert DOCX , XLSX and/or PPTX to PDF

Hello , I'd like to know if anyone knows an extension or a way how to convert any of the file extensions mentioned on the title for PDF? Have tried some libraries in an C# extension but I haven't found one that works fine server side to me. Thanks in advance :)

2019-09-24 18-41-25
Jorge Martins
 
MVP

You can check https://www.convertapi.com/docx-to-pdf for a (paid) REST service that claims to do what you need. This would be simple to implement in OutSystems. Otherwise, most alternatives would rely on at least two libraries... one to read the contents of a document and a second to render them in PDF format.

2023-03-30 10-13-40
Miguel Antunes

Hello Luiz,

I've just release one library to convert docx to pdf. It's still in a early beta stage but you can check it out at:

https://www.outsystems.com/forge/component/3620/converter-api-client-docx-to-pdf/

Cheers,
Miguel

2020-09-21 19-09-03
Zubair

Miguel 'Kelter' Antunes wrote:

Hello Luiz,

I've just release one library to convert docx to pdf. It's still in a early beta stage but you can check it out at:

https://www.outsystems.com/forge/component/3620/converter-api-client-docx-to-pdf/

Cheers,
Miguel

Dear Miguel,

Do you have the latest version of this, as I tried to publish this extension in my environment and i encountered the error while publishing the same.

My requirement is to convert word binary to pdf before download the same.

Thanks,

Zubair


UserImage.jpg
Ziyad Abdull

Miguel 'Kelter' Antunes wrote:

Hello Luiz,

I've just release one library to convert docx to pdf. It's still in a early beta stage but you can check it out at:

https://www.outsystems.com/forge/component/3620/converter-api-client-docx-to-pdf/

Cheers,
Miguel

Dear Miguel,

I tried to use your component but I got compile error while publishing it to my environment.



2019-09-24 13-53-39
Nuno Fernandes

Ziyad Abdull wrote:

Miguel 'Kelter' Antunes wrote:

Hello Luiz,

I've just release one library to convert docx to pdf. It's still in a early beta stage but you can check it out at:

https://www.outsystems.com/forge/component/3620/converter-api-client-docx-to-pdf/

Cheers,
Miguel

Dear Miguel,

I tried to use your component but I got compile error while publishing it to my environment.



Ziyad, Can you send me the error? I had the same dificulties but I installed the Visual Studio Community 2015 and It resolved it.


2019-02-12 09-52-37
Danang Suprayogo
Hello, I want to ask ... how to convert the excel file to PDF and position it in the pdf ... for example in Colom A1 in Excel it will be on the left pdf with a distance of 10 spaces, then A2 will be in PDF with position 10 from the right page PDF?
can you help?
2021-07-14 09-27-33
Luís Cardoso

Danang Suprayogo wrote:

Hello, I want to ask ... how to convert the excel file to PDF and position it in the pdf ... for example in Colom A1 in Excel it will be on the left pdf with a distance of 10 spaces, then A2 will be in PDF with position 10 from the right page PDF?
can you help?

Hey @Danang Suprayogo Please try this : https://www.outsystems.com/forge/component-overview/4775/exceltopdf


2019-09-24 18-41-25
Jorge Martins
 
MVP

Hi Danang,

If you post your question as a new topic, I'll be glad to provide my thoughts on the subject. This post seems to be loosely related to the original topic, and this way you will hopefully get better answers. A good title could be "How can I convert an Excel file to PDF with a custom layout?".

Thanks for understanding!

Ooops, seems you had just done that a few minutes before I replied... I'll continue there then!

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