Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Thu Feb 28, 2019 11:00 pm

Hi,

Is it possible to use Spire Doc library on serverless architecture e.g. AWS lambda function ? We are primarily looking for functionalities to read word file, replace some text and convert to PDF. We can probably use .Net Core and reference corresponding .Net core Spire Doc library for same but not sure if that will work on serverless architecture.

Moreover what will be the costing for such a setup as we don't expect 1-2 developers to leverage that.


Thanks

tutejaamit
 
Posts: 1
Joined: Thu Feb 28, 2019 10:55 pm

Fri Mar 01, 2019 10:28 am

Hi tutejaamit,

Thanks for your inquiry.
Spire.Doc for .Net Core uses System.Drawing.Common which depends on Libgdiplus library, if the serverless architecture supports System.Drawing.Common, in general, our product could be used successfully. Did you encounter any issue in that environment? If so, please share us more details, such as error information, input files, and the code you were using.

Besides, there are 4 kinds of license subscriptions and please note that there are two main factors will effect on the license subscription choose:
1.How many developers used our product as all developers who are working on the project need to be licensed.
2.How many Geography Location that deploy application.
http://www.e-iceblue.com/Misc/purchase-policies.html
https://www.e-iceblue.com/Buy/Spire.Doc.html
For more questions about purchase, please contact our sales team(sales@e-iceblue.com).

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Wed Mar 06, 2019 6:30 am

Hi,

Hope you are doing well.
How is your issue going now? Could you please give us some feedback at your convenience?

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Fri Jan 17, 2020 4:20 am

Hi Team,

Your solution works great in my .net core app, but when integrating to AWS Lambda function(.net core 2.1) it does not work. AWS Lambda is Linux environment, System.Drawing.Common cannot find the Libgdiplus library. Do you have any ideas or suggestions?

Thanks

khoavq20
 
Posts: 1
Joined: Tue Jan 14, 2020 12:08 am

Fri Jan 17, 2020 10:16 am

Hello,

Thanks for your post.
Kindly note that our Spire.Doc uses System.Drawing.Common, which depends on Libgdiplus library. On Windows, the Libgdiplus library will be installed automatically. But on Linux, you need to install Libgdiplus library independently. You can refer to this article (How to use Spire.Doc on .NET Core) on our website for details. Any question, just feel free to contact us.

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Fri Jun 12, 2020 5:57 am

Hi,

We are running into same issue. Is the issue resolved? Can you please share some steps to install required library in Amazon aws environment.
How to run "sudo apt-get install libgdiplus" command in AWS Lambda is Linux environment ?
Thanks in advance.

vghanithala
 
Posts: 1
Joined: Fri Jun 12, 2020 5:52 am

Fri Jun 12, 2020 10:07 am

Hi Venkata,

Thanks for your post.
Sorry to tell you that we don't know much about AWS Lambda, to help us further look into your issue, could you please share with us the detailed steps of your test or some guide articles? And please also provide your test project. You could send it to us(support@e-iceblue.com) via email. Thanks in advance.
Meanwhile, I'd like to suggest you try to contact the AWS support team to see if there is any solution.

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Return to Spire.Doc