You are viewing limited content. For full access, please sign in.

Question

Question

Weblink 9 Customizations

asked on January 18, 2016

We recently upgraded to Weblink 9 and need to increase the number of pages that can be downloaded.  Does anyone have instructions?

 

Thanks

John 

0 0

Answer

SELECTED ANSWER
replied on January 18, 2016

Open the DocView.aspx file and look for the line

<weblink:PdfDialog8 id="PdfDialog" runat=server Print="true" />

and add the MaximumSize attribute to it like below

<weblink:PdfDialog8 id="PdfDialog" runat=server Print="true" MaximumSize="1000" />

You can use a different value than 1000. Note that the default is 300.

1 0

Replies

replied on January 18, 2016

Thanks Alex

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.