Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
lmonincx
Creator II
Creator II

PDF in Accesspoint

Hi,

Is it possible to publish PDF files within the accesspoint?

Kind Regards,

Linda Monincx

1 Solution

Accepted Solutions
Karl_Humma
Employee
Employee

In v 8.5.xxxx this can be accomplished by making some additions to the C:\Documents and Settings\All Users\Application Data\QlikTech\Publisher\AccesspointService\Settings.xml

Section:

<Allowed Extensions>

<Allow Extension=".pdf" />

</Allowed Extensions>

Also if file resides somewhere other than the AccessPoint documents folder you can add that directory inside section:

<ServerSettings>

<AddDirectory Path="YourDirectoryPath" />

</ServerSettings>

Then restart the AccessPoint Service under run >services.msc for settings to take place.

/Kar

View solution in original post

2 Replies
Karl_Humma
Employee
Employee

In v 8.5.xxxx this can be accomplished by making some additions to the C:\Documents and Settings\All Users\Application Data\QlikTech\Publisher\AccesspointService\Settings.xml

Section:

<Allowed Extensions>

<Allow Extension=".pdf" />

</Allowed Extensions>

Also if file resides somewhere other than the AccessPoint documents folder you can add that directory inside section:

<ServerSettings>

<AddDirectory Path="YourDirectoryPath" />

</ServerSettings>

Then restart the AccessPoint Service under run >services.msc for settings to take place.

/Kar

Not applicable

Hi,

Is it possible to do the same in the Version 10.