Hi, we have a problem on conversion from doc to pdf. Using the function "ConvertToPdf" for converting doc's file, we obtain this error "Was unable to read sufficient bytes from the stream". In particular the file is formed by 369KB.
Have you an idea how we can resolve this problem?
Below we put the part of code we use:
foreach(StringsAllegatoinoAllegatiWord)
{
Syncfusion.DocToPDFConverter.D
PdfDocumentoAllegatoPdf = DocConverter.ConvertToPDF(
oAllegatoPdf.Save(sAllegato.
oAllegatoPdf.Close();
oAllegatiPDF.Add(sAllegato.
}
Thanks in advance,
best regards
Andrea
foreach(Strings Allegato in oAllegatiWord)
{
Syncfusion.DocToPDFConverter.D
PdfDocumentoAllegatoPdf = DocConverter.ConvertToPDF(
oAllegatoPdf.Save(sAllegato.
oAllegatoPdf.Close();
oAllegatiPDF.Add(sAllegato.
}