ASP.NET PDF Viewer Control
EdgePDF setttings in web.config
Free C# open source code to edit PDF text, image content online in web browser using asp.net mvc pdf viewer control.
About web.config appSettings
In EdgePDF web project Web.Config file, you can find list of property settings, which will affect how EdgePDF render, display a PDF file in web browser. You can view the list of settings below.
Property settings in web.config
- reCacheFolder:
Specify the location of cache folder. Please use the relative path with your web application.
Grant user "IIS_IUSRS" full control permission to this folder, where EdgePDF will generate cache files.
- reResourceFolder: the resource folder (js, image, css)
- reDefaultFolder: set the server folder if you want to open the file on server
- reDefaultFilePath: set the default file when open the web first time, if set "" , this function is disabled. (reDefaultFolder needed)
- rePageImageZoom: Default is 2.
If a PDF document page will be rendered into one image file, this setting will decide page image zooming value.
- reImageZoom: Default is 2.
Zooming value for all images inside PDF document pages
- reAnnotationImageZoom: Image annotation in PDF document
- reOutputLogData: Output log data file.
Default is false.
- reIntelliDrawShapesToImage: If SDK find too many shapes and paths inside one PDF page, SDK will automatically convert the whole PDF page into a single image.
Default is false.
- reIntelliDrawShapesToImageSupportBrowsers: if reIntelliDrawShapesToImage is true,
Valid values: "all", "firefox", "chrome", "ie", "edge", "salari", "others"
If "all" included, ignore the rest;
Default is "firefox, ie"
- reDocRenderEngine: Set the type of the show page.
Valid values: html, svg, png
Default: svg