The version we are using is outdated and we would like to purchase the latest version.
Before purchasing the latest version, I tried to test the PDF conversion on your site (Convert A File Word, PDF, JPG Online).
and found some problems.
When converting from a WORD file to PDF, we found issues such as thickening of text, blurring of text, and misalignment.
Please check the attached img files for more details.
We would like to purchase a version with these issues fixed.
Please confirm how much time it will take to get the new version.
Thank you.
@emrods Could you please attach your actual input and output documents here for testing? We will check the issue and provide you more information. Unfortunately screenshots do not allow us to analyze the problem.
capture2 & capture3.docx - The HY특수문자3 font used in your document is not available on my side. Could you please attach this font, since font substitution might affect document layout as mentioned above.
capture4.docx - The HY헤드라인M font used in your document is not available on my side. Also as I can see PDF produced by Aspose.Words on my side matches PDF document produced by MS Word:
MS Word: ms.pdf (349.7 KB)
Aspose.Words: out.pdf (159.6 KB)
견적서_테스트.docx - Cannot see the problem.
MS Word: ms.pdf (54.3 KB)
Aspose.Words: out.pdf (68.1 KB)
capture6.docx - Also do not see the problem in the output document.
MS Word: ms.pdf (96.6 KB)
Aspose.Words: out.pdf (57.1 KB)
Hello. First of all, thank you for your reply.
The files you have uploaded are both ms.pdf and out.pdf, which are recognized as pdf files.
What I was inquiring about is the difference that occurs when converting a word file with .doc or .docx extension type to pdf and saving it.
The conversion test was done on the below url provided by aspose site.
@emrodsms.pdf files were produced by MS Word, i.e. this is how MS Word renders your DOCX document. These documents can be used to compare Aspose.Words conversion result (out.pdf) with.
As I have mentioned some fonts used in your original DOCX documents are not available on my side and might not be available on the server where online convertor is hosted. 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 layout differences due to differences in fonts metrics. You can implement IWarningCallback to get a notification when font substitution is performed.
There are plenty of fonts available world wide and Aspose cannot provide all of them. So, yes, some fonts might not be available and you should provide them to get the proper document layout.
Yes, you can test with documents that uses fonts available in your test environment.
@emrods Thank you for additional information. Here is the output produced by the following code:
FontSettings.getDefaultInstance().setFontsSources(new FontSourceBase[] { new SystemFontSource(), new FolderFontSource("C:\\Temp\\fonts", true) });
Document doc = new Document("C:\\Temp\\in.docx");
doc.save("C:\\Temp\\out.pdf");
Hello. Thank you for your reply.
However, it’s not the answer I was looking for.
I would like to ask you to reconfirm the following.
Is the version applied on the Free Online Converter site
(Convert A File Word, PDF, JPG Online) the latest version?
As I said, we want to make sure that we are buying the latest version without any errors.
The only way we can verify that your product is error-free is to test it on the Free Online Converter site.
Did you test it on the same Free Online Converter site I tested it on?
It’s strange that we convert the same document from WORD to PDF, but the results are different when I test it and when you test it.
Here is how I tested converting a WORD file to a PDF file on the Free Online Converter site.
Please check if the method below is wrong.
(I also attach the screenshot(image.jpg) for your better understanding).
Step 1. upload word file(.docx) in the choose files section
Step 2. select the save as combo box as pdf
Step 3. click the convert button image.jpg (178.7 KB)
I changed all the documents below to BATANG font and tested them again on the Free Online Converter site, but the problems I mentioned (broken fonts, cell height issues, broken text, etc.) occur. I request you to test it in your environment with the documents below.
@emrods As I have mentioned the fonts used in your documents might not be available on the server where free online convertor is hosted. 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 layout differences due to differences in fonts metrics. You can implement IWarningCallback to get a notification when font substitution is performed.
BATANG font is not available on the server where online convertor is hosted so this font is substituted with Arial Unicode. You can see this in the output PDF properties:
If so, What is the free version of the online converter (that I tested)?
We would like to purchase the aspose-words-24.7 version.
I was wondering if the version you tested was aspose-words-24.7?
I have not received a response since February 19th.
And, I want to test version 24.9version. or 24.10version. with maven in my local development environment.
But it seems that versions is not available.
I only have maven up to version 24.7version.
Please provide the 24.9version. or 24.10version. so that I can fetch it with maven.