Search found 34 matches
- Mon Mar 17, 2014 7:08 am
- Forum: OLE Automation API
- Topic: Viewer shows the P2F statement at the end of each page
- Replies: 5
- Views: 27478
Re: Viewer shows the P2F statement at the end of each page
It contains complete registration information i.e. shows registered
- Mon Mar 17, 2014 6:09 am
- Forum: OLE Automation API
- Topic: Viewer shows the P2F statement at the end of each page
- Replies: 5
- Views: 27478
Re: Viewer shows the P2F statement at the end of each page
Hi,
I have entered registration information my clicking "Enter Registration Key" from the menu bar of print2flash application and restarted too but problem still exist.
I have entered registration information my clicking "Enter Registration Key" from the menu bar of print2flash application and restarted too but problem still exist.
- Mon Mar 17, 2014 4:45 am
- Forum: OLE Automation API
- Topic: Viewer shows the P2F statement at the end of each page
- Replies: 5
- Views: 27478
Viewer shows the P2F statement at the end of each page
Hi,
I have license of P2f. But Viewer of converted file is showing P2F statement at the end of each page of converted flash file.
I have license of P2f. But Viewer of converted file is showing P2F statement at the end of each page of converted flash file.
- Mon Mar 17, 2014 2:55 am
- Forum: OLE Automation API
- Topic: How to increase the height of toolbar of document viewer
- Replies: 1
- Views: 36345
How to increase the height of toolbar of document viewer
Hi,
I want to increase height of toolbar of document viewer. How to do that?
I want to increase height of toolbar of document viewer. How to do that?
- Thu Mar 13, 2014 1:44 am
- Forum: OLE Automation API
- Topic: Logo URL and Help button URL is not being set
- Replies: 6
- Views: 30727
Re: Logo URL and Help button URL is not being set
when i launch the url provided; it is launched correctly but after clicking on logo image it does not work.
- Thu Mar 13, 2014 1:35 am
- Forum: OLE Automation API
- Topic: Logo URL and Help button URL is not being set
- Replies: 6
- Views: 30727
Re: Logo URL and Help button URL is not being set
I did the following but help button not working i.e. no action after clicking on this button. Skin defaultSkin = p2fServer.DefaultProfile.Skin; defaultSkin.HelpButtonURL = @"http:\\localhost\project\help.html"; defaultSkin.LogoURL = @"http:\\localhost\project\Anasage.html"; defaultSkin.ApplyChanges(...
- Wed Mar 12, 2014 7:47 am
- Forum: OLE Automation API
- Topic: Logo URL and Help button URL is not being set
- Replies: 6
- Views: 30727
Re: Logo URL and Help button URL is not being set
I did the following but all in vain . Nothing happen on clicking "help" button. Please help me. Skin defaultSkin = p2fServer.DefaultProfile.Skin; defaultSkin.HelpButtonURL = @"C:\inetpub\wwwroot\project\help.html"; defaultSkin.LogoURL = @"C:\inetpub\wwwroot\project\Anasage.html"; defaultSkin.ApplyCh...
- Wed Mar 12, 2014 1:10 am
- Forum: Document API
- Topic: "onPageChnaged" event not being fired.
- Replies: 1
- Views: 19634
"onPageChnaged" event not being fired.
Hi,
"onPageChnaged" event not being fired. I convert the document with "document setting" of "single file with ActionScript3".
"onPageChnaged" event not being fired. I convert the document with "document setting" of "single file with ActionScript3".
Code: Select all
function onPageChanged(sender, page) {
//this will remove last page visit on first document load
if ((pagecount == 1) && page != 1) {
pagecount++;
return;
}
- Fri Mar 07, 2014 2:30 am
- Forum: OLE Automation API
- Topic: Logo URL and Help button URL is not being set
- Replies: 6
- Views: 30727
Logo URL and Help button URL is not being set
Hi, Logo URL and Help button URL is not being set in skin.It took me to "print2flash" page every time. I am able to set remaining things in skin like logo image etc. Skin skin = SkinColl[0]; skin.LogoURL = @"C:\inetpub\wwwroot\project\company.html"; skin.HelpButtonURL = @"C:\inetpub\wwwroot\project\...
- Tue Dec 31, 2013 7:51 am
- Forum: OLE Automation API
- Topic: Are Mutiple instances of print2flash service possibile?
- Replies: 1
- Views: 17319
Are Mutiple instances of print2flash service possibile?
Hi, I am using WCF to build a service which will call print2flash service. The whole scenario is described in this image. https://www.dropbox.com/s/524k7pay583zfqg/Screenshot%202013-12-31%2017.50.30.png Please let me know that is this scenario is correct? What actually i want to know from your side ...