Page 1 of 1

How can I set the stamps folder?

Posted: Wed Mar 01, 2017 6:36 pm
by Dorwol
Hello,

I have my own stamp-PDF-file and this file is now in the "Stamps" Folder under the "PDF Viewer" Folder.

But I want my Stamp-PDF-file in another folder. So how can I tell the viewer SDK to look for my stamp-PDF-file in another Source-folder?

Re: How can I set the stamps folder?

Posted: Wed Mar 01, 2017 7:54 pm
by Sasha - Tracker Dev Team
Hello Dorwol,

You are in the Editor SDK thread, not the Viewer SDK one. What version of SDK are you using?

Cheers,
Alex

Re: How can I set the stamps folder?

Posted: Thu Mar 02, 2017 11:53 am
by Dorwol
Oh, sorry. Please move this to the Viewer SDK.

I use SDK v2.x

Re: How can I set the stamps folder?

Posted: Tue Mar 07, 2017 6:03 pm
by Vasyl-Tracker Dev Team
Hi Dorwol.

Sorry, but no way to do it using the old Viewer SDK. Its possible with our Editor SDK, by IPXV_Inst::SetStdFolder(PXV_StdFolder_Stamps, ..).

May its possible for you to use system's soft-link(https://msdn.microsoft.com/en-us/librar ... s.85).aspx) that will look like standard Stamps subfolder but technically might be located in the another place?

HTH.