Thanks for patient waiting.
Now the conversion issue on Azure has been fixed. Please use the latest Spire.Doc Pack(hot fix) Version:6.0.8 and PS method to have a try.
- Code: Select all
Document doc = new Document();
doc.LoadFromFile(filename);
ToPdfParameterList tpl = new ToPdfParameterList
{
UsePSCoversion = true
};
doc.SaveToFile(resultname, tpl);
If you have any issue, please feel free to contact us.
Sincerely,
Betsy
E-iceblue support team