Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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.