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.

Tue Jan 21, 2020 10:47 am

Goodmorning. I think I found a bug. I use this code


MemoryStream _filePDFStream = new MemoryStream();

Spire.Doc.ToPdfParameterList tpl = new Spire.Doc.ToPdfParameterList
{
UsePSCoversion = true,

};

documentInput.SaveToStream(_filePDFStream, tpl);

I have to use PSConversion because i use DLL in Azure.

to convert Docx in PDF. The table in Footer is lost. Why? Can you help me?
thanks

dovevivo
 
Posts: 3
Joined: Tue Apr 17, 2018 3:51 pm

Wed Jan 22, 2020 3:38 am

Hello,

Thanks for your inquiry.
I have reproduced your issue and logged it into our bug tracking system with the ticket SPIREDOC-3858. If there is any update, I will inform you. Sorry for the inconvenience caused.

Sincerely,
Rachel
E-iceblue support team
User avatar

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

Return to Spire.Doc

cron