Hi Team,
We are reaching out to you as we are looking for the capability to convert word files to PDF format.
We have tried with trial version of Aspose.Words for Python via .NET, we have certain queries:
-
What are the maximum pages in a document allowed to be converted from word to PDF.
-
In the trial version, we observed the font faces are not consistent as per the source file. Please let us know if the fonts are also carried to the output file as the source file.
-
Do images are supported in content, header and footer of the documents.
-
Do you also support the source document as Base64 encoded.
-
Do we have a Node js specific library?
Please let us know your responses. Also happy to get on a call to discuss.
Regards,
Devashish
@devashish.bhatnagar
Can you please specify which specific queries you would like us to address first regarding the Aspose.Words for Python via .NET conversion capabilities?
Hi Team, you can respond in the same order as mentioned in the query
Can you please check and confirm on these points, based on your inputs, we’ll go for purchase
Can you please check and confirm on these points, based on your inputs, we’ll go for purchase
@devashish.bhatnagar
There is no limits. Through, in evaluation mode Aspose.Words has two limitations: it limits the maximum size of the processed document to several hundred of paragraphs and injects an evaluation watermark into the document. If you would like to test Aspose.Words without evaluation version limitations, you can request a free 30-days temporary license . Please see our documentation to learn more about licensing:
https://docs.aspose.com/words/python-net/licensing/
I do not think the problem occurs because of evaluation version. Most likely the problem on your side occurs because fonts required for building document layout are not available in your environment. To build an accurate document layout the fonts are required. If Aspose.Words cannot find the fonts used in the document the fonts are substituted . This might lead into the document layout difference due to difference in font metrics.
Please see our documentation to learn where Aspose.Words looks for fonts:
https://docs.aspose.com/words/python-net/specifying-truetype-fonts-location/
Yes, images are supported upon rendering document to PDF.
You can convert Base64 encoded string to stream and load document from stream:
https://reference.aspose.com/words/python-net/aspose.words/document/__init__/#bytesio
Aspose.Words does not have dependencies on Node JS libraries.