Search found 43 matches

by bifangdejingjie
Sun Apr 28, 2019 3:51 am
Forum: PDF-XChange Editor SDK
Topic: MsgBox's content
Replies: 0
Views: 8935

MsgBox's content

How to modify the text content of the MsgBox? I haven't found any way to achieve it.
remove_watermark.jpg
by bifangdejingjie
Sun Apr 28, 2019 3:50 am
Forum: PDF-XChange Editor SDK
Topic: x64dll and x86dll
Replies: 1
Views: 1179

x64dll and x86dll

What's the difference between x64dll and x86dll when using SDK on 64-bit operating system?
by bifangdejingjie
Fri Apr 19, 2019 9:35 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello Alex,

Very thanks for your answer。Have a nice weekend.
by bifangdejingjie
Fri Apr 19, 2019 9:16 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello Alex,

I tested to remove the specified watermark by setting the “WatermarkID” option, but it didn't work.
If I set the “WatermarkID” option when adding a watermark, setting the watermark will not succeed.
by bifangdejingjie
Fri Apr 19, 2019 9:09 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

I am sorry to do so. But I am afraid that you have not noticed my question. I won't do it anymore.
by bifangdejingjie
Fri Apr 19, 2019 7:50 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello Alex,
Give me a hand, please.
If I add several different watermarks, how do I distinguish them to delete the specified ones?
what I want to know is how to implement it in C++ code :)
Another is that I want to delete the watermark on each page.
As shown in the figure:
watermark.png
by bifangdejingjie
Fri Apr 19, 2019 1:08 am
Forum: PDF-XChange Editor SDK
Topic: How to delete the specified watermark
Replies: 3
Views: 2767

Re: How to delete the specified watermark

Hello bifangdejingjie, Most likely those will appear as separate 'XForm' objects in the PDF structure. So you need to open up the content pane via the View -> Panes -> Content option in the menu: content_pane.png And then you can select the XForms one by one - and this wil highlight the relevant wa...
by bifangdejingjie
Thu Apr 18, 2019 5:00 am
Forum: PDF-XChange Editor SDK
Topic: How to delete the specified watermark
Replies: 3
Views: 2767

How to delete the specified watermark

If I add several different watermarks, how do I distinguish them to delete the specified ones?
As shown in the figure:
watermark.png
by bifangdejingjie
Wed Apr 03, 2019 8:27 am
Forum: PDF-XChange Editor SDK
Topic: How to Calculate the Number of Use of Lickey SOLVED
Replies: 3
Views: 2343

Re: How to Calculate the Number of Use of Lickey SOLVED

Hello Alex,
How do I know how many times my license key is still available?I need to calculate the cost.
by bifangdejingjie
Tue Apr 02, 2019 10:12 am
Forum: PDF-XChange Editor SDK
Topic: How to Calculate the Number of Use of Lickey SOLVED
Replies: 3
Views: 2343

How to Calculate the Number of Use of Lickey SOLVED

I have purchased the serial number. I want to know how to Calculate the Number of Use of Lickey, please help me.
by bifangdejingjie
Tue Dec 18, 2018 1:28 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello bifangdejingjie, Please use quotes only to mark some block of the previous post if needed, not as a reply. As for the default application setting - search for it for example on google - this is not a SDK question. Cheers, Alex Hello Alex, Thanks for your reply., I'll do as you say.But what I ...
by bifangdejingjie
Mon Dec 17, 2018 7:22 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello Alex,
Very thanks for your help.It's working now.
How to set the application as the default PDF application? I didn't find anything about it on the forum.
by bifangdejingjie
Thu Dec 13, 2018 1:54 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello Alex, I do not registered the dll with regsvr32, I can sure. In the Win XP system environment, PDFDemo.exe can work well only with PDFXEditCore.x86.dll and Resources.dat and PDFDemo.exe.manifest and PDFXEditCore.x86.X.manifest. I attach the screenshots. After trying, it only works under the xp...
by bifangdejingjie
Wed Dec 12, 2018 9:48 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello bifangdejingjie, 1) Do not paste quote at the start of each message. 2) As we said before, we will need both of your installs that work and do not work that's all that we need for now. Cheers, Alex Hello Alex, Okay, this the sample demo。It can works in Win XP but not in 64-bit system. The max...
by bifangdejingjie
Wed Dec 12, 2018 8:18 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

[quote="Sasha - Tracker Dev Team"]Hello bifangdejingjie, Maybe you are using the x64 dlls when installing on the x86 machine? Can you provide us with those installs so we can test them? Cheers, Alex Hello Alex, I'm sure I use x86 dll.It can work well in 32-bit system when I use “PDFXEditCo...
by bifangdejingjie
Wed Dec 12, 2018 8:01 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Sasha - Tracker Dev Team wrote:Hello bifangdejingjie,

If you want to build for x64 - you should use type="x64".

Cheers,
Alex
Hello Alex,
May you give me a x64 manifest example,I can't find about it and I've tried many ways but failed.Thank you.
by bifangdejingjie
Wed Dec 12, 2018 7:45 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Sasha - Tracker Dev Team wrote:Hello bifangdejingjie,

If you want to build for x64 - you should use type="x64".

Cheers,
Alex
Hello Alex,
The problem I encountered was that manifest worked well on 32-bit systems, but not on 64-bit systems.
by bifangdejingjie
Wed Dec 12, 2018 7:30 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Sasha - Tracker Dev Team wrote:Hello bifangdejingjie,

If you want to build for x64 - you should use type="x64".

Cheers,
Alex
Hello Alex,
If I want to build for "32-bit" and "64-bit" both system,what shall I do?
by bifangdejingjie
Wed Dec 12, 2018 7:20 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello bifangdejingjie, I think here's the problem: <assemblyIdentity type="win32" It's being used in several places - so do take that into an account. Cheers, Alex Hello Alex, I am sorry that I can't understand what you said.Does that mean use 'type="win32"' instead of 'type=&qu...
by bifangdejingjie
Wed Dec 12, 2018 3:40 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello bifangdejingjie, Are you using Any CPU configuration to build your project? Cheers, Alex Hello Alex, I am used Win 32 CPU configuration to build.In 64-bit system, it is not successful to load "PDFXEditCore.x86.dll" or "PDFXEditCore.x64.dll" through manifest. But In 32-bit ...
by bifangdejingjie
Tue Dec 11, 2018 8:10 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello bifangdejingjie, If you are using the Editor SDK - then it's better to use the operation - it's more optimized. Cheers, Alex Hello Alex, I have a issue when using the operation,I don't know how to get PXV::ICabNode's subnode and do next. Below is the code i am tried. if (nullptr == pParams) b...
by bifangdejingjie
Tue Dec 11, 2018 3:32 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello bifangdejingjie, Here's a link to the operation that you can use: https://sdkhelp.pdf-xchange.com/view/PXV:op_document_addWatermarks Cheers, Alex Hello Alex, Another question that I used "PlaceWatermark" instead of “op.document.addWatermarks” operation to add watermark ,what's the d...
by bifangdejingjie
Tue Dec 11, 2018 1:29 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Sasha - Tracker Dev Team wrote:Hello bifangdejingjie,

Are you using Any CPU configuration to build your project?

Cheers,
Alex
Hello Alex,
I am used Win 32 CPU configuration to build.
by bifangdejingjie
Mon Dec 10, 2018 8:28 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

That should be done in the End-User Editor as this KB article suggests: https://www.pdf-xchange.com/knowledgebase/340-How-do-I-view-edit-and-create-keyboard-shortcuts-in-PDF-XChange-Editor Cheers, Alex Hello Alex, Used Registration-Free(Click-Once) Method(PDFXEditCore.x86.X.manifest and PDFXEditCor...
by bifangdejingjie
Tue Dec 04, 2018 6:37 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

That should be done in the End-User Editor as this KB article suggests: https://www.pdf-xchange.com/knowledgebase/340-How-do-I-view-edit-and-create-keyboard-shortcuts-in-PDF-XChange-Editor Cheers, Alex Hello Alex, For example https://help.pdf-xchange.com/pdfxt7/save.locations.added.png After I exec...
by bifangdejingjie
Mon Dec 03, 2018 8:25 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello bifangdejingjie, To know the command ID - launch Customize Commands (Right Click on any command bar -> Customize Commands) and then right click the command that you need and selecte Properties. There you can see it's ID. Cheers, Alex Hello Alex, I don't know where to do the operation what you...
by bifangdejingjie
Mon Dec 03, 2018 8:24 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello bifangdejingjie, To know the command ID - launch Customize Commands (Right Click on any command bar -> Customize Commands) and then right click the command that you need and selecte Properties. There you can see it's ID. Cheers, Alex Hello Alex, I don't know where to do the operation what you...
by bifangdejingjie
Mon Dec 03, 2018 8:10 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello bifangdejingjie, I do not quite understand what you want. Basically, if you want to handle the command - you will have to make the custom command handler for it - that's all that is to it. Cheers, Alex Hello Alex, What is the command name of “select folder for new palce” command and "sav...
by bifangdejingjie
Mon Dec 03, 2018 8:04 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello bifangdejingjie, I do not quite understand what you want. Basically, if you want to handle the command - you will have to make the custom command handler for it - that's all that is to it. Cheers, Alex Hello Alex, What is the “select folder for new palce” command and "save to custom plac...
by bifangdejingjie
Mon Dec 03, 2018 3:00 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello bifangdejingjie, Here's a link to the operation that you can use: https://sdkhelp.pdf-xchange.com/view/PXV:op_document_addWatermarks Cheers, Alex Hello Alex, Thank you for your help.Now I have a problem that I can't solve. When I handle the “cmd.saveTo” command,find that he mouse hovers over ...
by bifangdejingjie
Fri Nov 30, 2018 8:00 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Sasha - Tracker Dev Team wrote::)
Hello,Alex
I have solved the last problem.By the way,is there a axample for custom watermark?
Where I can get it? I have to learning it for I need.
by bifangdejingjie
Thu Nov 29, 2018 9:14 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Sasha - Tracker Dev Team wrote::)
Hello,Alex
Where do I know that there are other message like “cmd.save” and "cmd.saveAs"?
Because I have to deal with other message.
Just like "saveto",Is there the "cmd.saveTo" message?
by bifangdejingjie
Thu Nov 29, 2018 8:01 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello bifangdejingjie, What didn't work exactly? Also, we will need a working sample project that we can try and recreate the problem (do not forget the problem description and steps to reproduce). Cheers, Alex Hello,Alex It’s my own problem,I am so stupid to call get_Handler instead of put_Handler...
by bifangdejingjie
Thu Nov 29, 2018 7:27 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello bifangdejingjie, If you are using the C++ language, then you can easily understand the C# language. Basically, what you need to do is to create your class implementation of the IUIX_CmdHandler interface and then set is as a handler of the needed command. This sample shows how to do it in C#: ...
by bifangdejingjie
Thu Nov 29, 2018 7:23 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello bifangdejingjie, If you are using the C++ language, then you can easily understand the C# language. Basically, what you need to do is to create your class implementation of the IUIX_CmdHandler interface and then set is as a handler of the needed command. This sample shows how to do it in C#: ...
by bifangdejingjie
Wed Nov 28, 2018 1:23 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello bifangdejingjie, Please make sure to check the forum search and see if the same has not already been answered: https://forum.pdf-xchange.com/viewtopic.php?f=66&t=25912&p=101251&hilit=Custom+Command+Handler#p101251 Cheers, Alex Hello Alex, I visited the link you gave, but I am usin...
by bifangdejingjie
Tue Nov 27, 2018 8:43 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Sasha - Tracker Dev Team wrote::)
Hello Alex,
I want to get the save button click message, how to do it?
The function I want to achieve is that make a conditional judgment when get the message.
If true do operation A ,do not save the doc changed.
by bifangdejingjie
Tue Nov 20, 2018 8:09 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello bifangdejingjie, We've investigated the issue and here's a solution - change this line of code: _ATL_FUNC_INFO info1 = { CC_STDCALL, VT_HRESULT, 3,{ VT_I4, VT_DISPATCH, VT_UNKNOWN } }; to this _ATL_FUNC_INFO info1 = { CC_STDCALL, VT_EMPTY, 3,{ VT_I4, VT_DISPATCH, VT_UNKNOWN} }; Cheers, Alex A...
by bifangdejingjie
Mon Nov 12, 2018 8:35 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello bifangdejingjie, Well we can't possibly know, how you are creating and using your control, thus we can't assist further without the more detailed explanation and code/project sample. Cheers, Alex Hello Alex, I use the COM event sink to handle the event, but in fact I can't handle the event. M...
by bifangdejingjie
Thu Nov 08, 2018 9:06 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello bifangdejingjie, Well we can't possibly know, how you are creating and using your control, thus we can't assist further without the more detailed explanation and code/project sample. Cheers, Alex Hello Alex, Don't know if you know duilib? I use the CActiveXUI class of this library to create a...
by bifangdejingjie
Thu Nov 08, 2018 6:18 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Hello bifangdejingjie, Go to the main dialog editor in the Resource View. Select the added AXControl on the form and open it's properties. From the properties pane, you can choose the Control's events - there should be only one event - OnEvent. Click the dropdown and choose Add OnEventPxvControl. T...
by bifangdejingjie
Wed Nov 07, 2018 10:13 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

Re: UI message

Sasha - Tracker Dev Team wrote:Hello bifangdejingjie,

What C++ Demo are you referring to?

Cheers,
Alex
The ImportConverter sample of Editor SDK
by bifangdejingjie
Wed Nov 07, 2018 9:52 am
Forum: PDF-XChange Editor SDK
Topic: UI message
Replies: 62
Views: 23498

UI message

How to handle messages under C++ Demo, such as the message that the document opens to display