[Aspose Words]  Integration Aspose Words with Outsystems [Urgent]
Question
aspose-words
Service icon
Forge component by Paulo Garrudo

Dear Aspose Words,

We have planing to integrate our oustsystems with aspose words (https://www.outsystems.com/forge/component/686/aspose-words/). We have some difficulity to integrate it with outsystems. For your information we are using outsystems version 10.0.302 JAVA stack. We already install aspose words to our environment via outsystems service center.
Our problem is how to get the trial license and insert it to outsystems/aspose words component? We already regitered to www.aspose.com. Then which one action/component can we use, AsposeWords -> DocToPdf or AsposeWordsApi -> ConvertDocToPdf?

AsposeWords.PNG (82.8 KB)

Please need your advice.

Regards,

Anka

AsposeWords.PNG

Hi Anka,

When clicking the image link, it says "Sorry, this file is private. Only visible to post creator and staff members."

Kilian Hekhuis wrote:

Hi Anka,

When clicking the image link, it says "Sorry, this file is private. Only visible to post creator and staff members."

Hi Kilian,


Below is the image


Hi Anka,

I checked the component (I'm not one of the maintainers), and all of the three Actions in it have as first parameter a "licFile", which is a Binary Data parameter. Does your question "Our problem is how to get the trial license and insert it to outsystems/aspose words component?" mean that you don't know how to pass the licence file to that parameter? If so, there are a number of possibilities to do that, depending on what your needs are.

  1. Store the licence in a database table. You can check the AsposeWordsAPI for an example. It has an upload screen, and an Action to retrieve it.
  2. Store the license directly in the eSpace. You can add it to the Resources (Data tab, all the way down, right click for "Import Resource"), and use it via Resources.Name.Content. If you do not expect the licence to change often, that would be my solution.

Hi Kilian,


Yup my problem is how to get the license :) I already post on aspose forum but until now there is no reply that related to my problem how to get the license.

Hi Anka,

If you mean how to get a licence from Aspose, you should check their website. You can ask for a free trial here. If you want to buy an Aspose licence, check here. What I recall (we bought Aspose years ago, and I more recently downloaded a trial licence to check some new features) you'll get the licence file then.

Hi Kilian,


Finally i got the license after posting on Aspose Forum. Based on your experience with use Aspose Word (convertDocToPdf), It's better using AsposeWordsAPI or AsposeWords extension?


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