The image that is failed to load shows the following message in the console window:
. Reason: The file is not linearized.
I am also seeing PDFWorker.pexe take 17.46s to load.
var myWebViewer = new PDFTron.WebViewer({
path: '../PDFTronContent/lib',
type: 'html5',
l:
documentType: '@Html.Raw(Model.DocType)',
initialDoc: '@Html.Raw(Model.URL)',
documentId: '@Html.Raw(Model.VersionId)',
enableAnnotations: true,
config: "../PDFTronContent/config.js",
serverUrl: "/MarkUp",
pdfnet: true,
custom: JSON.stringify(customArgs),
useDownloader:false
}, viewerElement);