Search found 518 matches

by docu-track99
Tue Mar 09, 2021 11:00 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXCp_GetPermissions level
Replies: 1
Views: 3255

PXCp_GetPermissions level

Hi Support,

I'm trying to get the permissions on printing and just wondering if level 128 is correct? See code below. We couldn't find any documentation on this.


XCPro40_Defs.PXCp_GetPermissions(nSelectedDocument, 128, XCPro40_Defs.PXC_SecurityPermissions.Permit_Printing)


Thank you,
Doc.It
by docu-track99
Wed Feb 24, 2021 2:48 pm
Forum: PDF-XChange Editor SDK
Topic: Programmatically insert/append an external pdf
Replies: 1
Views: 597

Programmatically insert/append an external pdf

Hi Support,

I'm trying to programmatically insert/append an external pdf to the current pdf in the Pdf Editor. Could you please provide me a sample code?

Any help is appreciated.


Thank you.
by docu-track99
Mon Sep 21, 2020 1:53 pm
Forum: PDF-XChange Editor SDK
Topic: Intercept Ctrl key and mouse down Combination
Replies: 1
Views: 580

Intercept Ctrl key and mouse down Combination

Hi Support, How can I intercept ctrl key and mouse down Combination? Below is the code on how I intercept left mouse down but don't know how to do key combination. Code: Public Sub OnEvent(pSender As IUIX_Obj, pEvent As IUIX_Event) Implements IUIX_ObjImpl.OnEvent If Else pEvent.Code = CInt(&H201...
by docu-track99
Tue Sep 08, 2020 8:38 pm
Forum: PDF-XChange Editor SDK
Topic: Custom handle 'Add Bookmark' menu item
Replies: 3
Views: 906

Custom handle 'Add Bookmark' menu item

Hi Support,

How can I programmatically handles the 'Add bookmark' click on the context menu? What's command for it (e.g cmd.annot.addReply)?
by docu-track99
Fri Sep 04, 2020 1:15 pm
Forum: PDF-XChange Editor SDK
Topic: Dragging Bookmark event
Replies: 7
Views: 2007

Re: Dragging Bookmark event

Hi Alex,

I don't get the error when I added the try/catch but the bookmarks are not loading. See attachment.
by docu-track99
Thu Sep 03, 2020 7:44 pm
Forum: PDF-XChange Editor SDK
Topic: Dragging Bookmark event
Replies: 7
Views: 2007

Re: Dragging Bookmark event

I'm getting 'The method or operation is not implemented' error from the old callback (see attachment). I created a custom tree callback. I passed in the old callback in the constructor. When I open a pdf with bookmark I'm getting the error. Please let me know if I'm missing something. Below is the c...
by docu-track99
Wed Sep 02, 2020 9:00 pm
Forum: PDF-XChange Editor SDK
Topic: Create custom context menu
Replies: 4
Views: 1087

Re: Create custom context menu

Ignore my question. I resolved my issue. Thank you.
by docu-track99
Tue Sep 01, 2020 9:37 pm
Forum: PDF-XChange Editor SDK
Topic: Create custom context menu
Replies: 4
Views: 1087

Re: Create custom context menu

Couple questions:
1. How do you add a custom menu item on the context menu?
2. How do you programmatically invoke the selected stamp's context menu?
by docu-track99
Tue Sep 01, 2020 8:01 pm
Forum: PDF-XChange Editor SDK
Topic: Listen to e.beforeShowContextMenu event
Replies: 7
Views: 1413

Re: Listen to e.beforeShowContextMenu event

There is no sample code for beforeShowContext event on the FullDemo application. Please see the attachment.
by docu-track99
Tue Sep 01, 2020 12:37 pm
Forum: PDF-XChange Editor SDK
Topic: Listen to e.beforeShowContextMenu event
Replies: 7
Views: 1413

Re: Listen to e.beforeShowContextMenu event

It not being fired. I'm not sure if it's a bug or I'm not catching it on the right method.
by docu-track99
Fri Aug 28, 2020 3:47 pm
Forum: PDF-XChange Editor SDK
Topic: Listen to e.beforeShowContextMenu event
Replies: 7
Views: 1413

Listen to e.beforeShowContextMenu event

Hi Support, I'm trying to list to the e.beforeShowContextMenu event but there's no event being fired when I did a right click on the previewer. Please let me know what am I doing wrong. [img]https://drive.google.com/file/d/1GEX16Ee8iWuTQjCx6EfwK_BqmQejWP66/view?usp=sharing[/img] [attachment=0]before...
by docu-track99
Thu Aug 27, 2020 4:12 pm
Forum: PDF-XChange Editor SDK
Topic: Create custom context menu
Replies: 4
Views: 1087

Create custom context menu

Hi Support,

How can I programmatically create a custom context menu. I'm trying to show a custom popup menu when a user clicks on a stamp.

Any help will be appreciated. Thank you.
by docu-track99
Wed Aug 26, 2020 2:48 pm
Forum: PDF-XChange Editor SDK
Topic: Invoke command
Replies: 3
Views: 854

Re: Invoke command

Thank you.
by docu-track99
Tue Aug 25, 2020 2:12 pm
Forum: PDF-XChange Editor SDK
Topic: Invoke command
Replies: 3
Views: 854

Invoke command

Hi Support,

How can I programmatically invoke a command (e.g. cmd.tool.editFields).



Any help will be appreciated. Thank you.
by docu-track99
Wed Aug 19, 2020 2:23 pm
Forum: PDF-XChange Editor SDK
Topic: Invoke custom method from push-button field
Replies: 5
Views: 1256

Re: Invoke custom method from push-button field

Hi Support,

Thank you for your reply. I can get widget of the FormField but how do you invoke a custom method. I'm trying to create a push-button that will open a Winform when you click it.

Any help will be appreciated. Thank you.
by docu-track99
Fri Aug 14, 2020 2:04 pm
Forum: PDF-XChange Editor SDK
Topic: Invoke custom method from push-button field
Replies: 5
Views: 1256

Invoke custom method from push-button field

Hi Support,

How can I programmatically call my custom method from the push-button field (IPXC_FormField)? Do I need to register my custom method? Do I use "Execute Command" action? If yes, can you please provide a sample code.



Any help will be appreciated. Thank you.
by docu-track99
Fri Aug 14, 2020 12:39 pm
Forum: PDF-XChange Editor SDK
Topic: Add push button field to jump to another page
Replies: 3
Views: 826

Re: Add push button field to jump to another page

I will look into the project. Thank you.
by docu-track99
Wed Aug 12, 2020 3:41 pm
Forum: PDF-XChange Editor SDK
Topic: Add push button field to jump to another page
Replies: 3
Views: 826

Add push button field to jump to another page

Hi Support,

Could you please provide me some sample code on how to programmatically add a push-button field (IPXC_FormField) and add action to jump to another page.



Any help will be appreciated. Thank you.
by docu-track99
Fri Aug 07, 2020 8:29 pm
Forum: PDF-XChange Editor SDK
Topic: Dragging Bookmark event
Replies: 7
Views: 2007

Re: Dragging Bookmark event

Is there any event I can programtically subscribe to like "BeginDrag" / "DragDone"/"AfterDrop" or something?

Any help will be appreciated. Thank you.
by docu-track99
Fri Aug 07, 2020 7:13 pm
Forum: PDF-XChange Editor SDK
Topic: Dragging Bookmark event
Replies: 7
Views: 2007

Dragging Bookmark event

Hi,

From the Bookmark pane, is there an event I can subscribe to when user drags a bookmark to a new location?

Any help will be appreciated. Thank you.
by docu-track99
Fri Jul 10, 2020 10:16 pm
Forum: PDF-XChange Editor SDK
Topic: programmatically move a bookmark to the top of the list
Replies: 1
Views: 795

programmatically move a bookmark to the top of the list

Hi, How can I programmatically move a bookmark to the top of the list and also the same level as the root bookmark? The code below works as long as it has a destination parent bookmark. Dim nID As Integer = Inst.Str2ID("op.bookmarks.move", False) Dim Op As PDFXEdit.IOperation = Inst.Create...
by docu-track99
Tue Jul 07, 2020 3:55 am
Forum: PDF-XChange Editor SDK
Topic: Programmatically add/edit goto page of an existing bookmark.
Replies: 3
Views: 1109

Programmatically add/edit goto page of an existing bookmark.

Hi,

Could you programmatically add/edit goto page (actions) of an existing bookmark? If yes, could please provide a sample code.

Any help will be appreciated. Thank you.
by docu-track99
Tue Jul 07, 2020 3:52 am
Forum: PDF-XChange Editor SDK
Topic: Programmatically delete / split / combine pages
Replies: 3
Views: 1087

Re: Programmatically delete / split / combine pages

Thank you. Much appreciated.
by docu-track99
Fri Jul 03, 2020 5:05 pm
Forum: PDF-XChange Editor SDK
Topic: Programmatically delete / split / combine pages
Replies: 3
Views: 1087

Programmatically delete / split / combine pages

Hi,

Could you programmatically delete / split / combine pages? If yes, could please provide a sample code.

Any help will be appreciated. Thank you.
by docu-track99
Mon May 25, 2020 4:40 pm
Forum: PDF-XChange Editor SDK
Topic: Getting Page Number and go to specific page number
Replies: 3
Views: 1157

Getting Page Number and go to specific page number

Hi,

Couple questions. Programmatically:
1. How to get the current page number?
2. How to go to a specific page?

Any help will be appreciated. Thank you.
by docu-track99
Mon May 25, 2020 2:17 pm
Forum: PDF-XChange Core API SDK
Topic: Getting Page Number and go to specific page number
Replies: 3
Views: 3681

Re: Getting Page Number and go to specific page number

Yes. We are using AxPDFXEdit.AxPXV_Control.
by docu-track99
Mon May 25, 2020 1:09 pm
Forum: PDF-XChange Core API SDK
Topic: Getting Page Number and go to specific page number
Replies: 3
Views: 3681

Getting Page Number and go to specific page number

Hi,

Couple questions. Programmatically:
1. How to get the current page number?
2. How to go to a specific page?

Any help will be appreciated. Thank you.
by docu-track99
Wed Nov 06, 2019 7:18 pm
Forum: PDF-XChange Editor SDK
Topic: Adding custom stamps.
Replies: 5
Views: 1876

Adding custom stamps.

Hello Tracker, This is not a bug with the SDK or an issue with Tracker's software, more a question for help with our use of the SDK. We are trying to develop a custom "stamp" (or other object if it is more applicable) that will allow users to place it anywhere on the document and have an o...
by docu-track99
Wed Aug 14, 2019 2:43 pm
Forum: PDF-XChange Editor SDK
Topic: Invisible mouse cursor. SOLVED
Replies: 9
Views: 2943

Re: Invisible mouse cursor. SOLVED

Hey Alex, So I finally fixed the issue. I feel somewhat silly for the actual cause but it appears our solution was using an out of date "Resource.dat" file. It wasn't updating properly when newer versions of Tracker software were installed. Updating this file resolved the issue. Sorry for ...
by docu-track99
Fri Aug 02, 2019 2:15 pm
Forum: PDF-XChange Editor SDK
Topic: Invisible mouse cursor. SOLVED
Replies: 9
Views: 2943

Re: Invisible mouse cursor. SOLVED

Hey Alex, Sorry for the long hiatus, priorities changed over here. Since February, we have updated to the latest version and are still experiencing the issue. We for the longest time remained on 325 in order to avoid the problem but we unfortunately need to update now. I have checked the code for an...
by docu-track99
Fri Feb 08, 2019 3:58 pm
Forum: PDF-XChange Editor SDK
Topic: Invisible mouse cursor. SOLVED
Replies: 9
Views: 2943

Re: Invisible mouse cursor. SOLVED

Hey Alex, We tested the FullDemo and it does not have the same issue (at least not with the tools we tested). I am still looking through the documentation on the SDK but cannot find what might be responsible for a feature like this. Maybe I am looking in the wrong place (https://sdkhelp.pdf-xchange....
by docu-track99
Thu Feb 07, 2019 5:38 pm
Forum: PDF-XChange Editor SDK
Topic: Invisible mouse cursor. SOLVED
Replies: 9
Views: 2943

Re: Invisible mouse cursor. SOLVED

Hello Alex,

No, we have tested your editor and it does not seem to be reproducible.

Here is the link: https://drive.google.com/open?id=1x8oln ... 2hW6wZdZv8

Regards,
Doc.It
by docu-track99
Wed Feb 06, 2019 7:54 pm
Forum: PDF-XChange Editor SDK
Topic: Invisible mouse cursor. SOLVED
Replies: 9
Views: 2943

Invisible mouse cursor. SOLVED

Hello, We recently updated our SDK to version 328.2 (from 325) and have noticed that the mouse cursor will become invisible when using certain tools (eg. select text, select comments). I have a short clip of me demonstrating the issue but could not upload the file due to the file size. If you would ...
by docu-track99
Mon Jan 14, 2019 9:15 pm
Forum: PDF-XChange Editor SDK
Topic: Date Picker - Incorrect Date SOLVED
Replies: 2
Views: 1540

Re: Date Picker - Incorrect Date SOLVED

Hello,

The issue seems to have been resolved.

I should have done this first, but after updating to the latest SDK, the issue disappeared. (version 325 - 328)

Thank you
by docu-track99
Mon Jan 14, 2019 4:25 pm
Forum: PDF-XChange Editor SDK
Topic: Date Picker - Incorrect Date SOLVED
Replies: 2
Views: 1540

Date Picker - Incorrect Date SOLVED

Hello, We have come across an issue where the date picker for a text field will fill the field with an incorrect date. If the user selects the current date, all is fine and the correct date is inserted into the field. [attachment=1]DatePicker.PNG[/attachment][attachment=2]CurrentDate.PNG[/attachment...
by docu-track99
Fri Oct 19, 2018 8:24 pm
Forum: PDF-XChange Drivers API SDK
Topic: Moving from version 5 of the Printer API to version 7 of the Printer API breaks default papersize
Replies: 2
Views: 8387

Re: Moving from version 5 of the Printer API to version 7 of the Printer API breaks default papersize

To followup. It seems like the key issue we are facing is that the line: PDFPrinter.Option("DevMode.PapSize") = 1 is no longer supported. Do you have an alternative? After spinning up an instance of the printer, do we now need to use a Windows API call to set the default "Printer Pref...
by docu-track99
Fri Oct 19, 2018 1:04 pm
Forum: PDF-XChange Drivers API SDK
Topic: Moving from version 5 of the Printer API to version 7 of the Printer API breaks default papersize
Replies: 2
Views: 8387

Moving from version 5 of the Printer API to version 7 of the Printer API breaks default papersize

Hi Tracker, Posted this initially in the wrong forum. We have just moved from PDFX5API.exe to PDFX7API.exe. The primary reason why we made this move is because under version 5, setting the default page size to letter was not working in French versions of windows. (It was showing up as A4 instead) Wh...
by docu-track99
Tue Jul 31, 2018 3:21 pm
Forum: PDF-XChange Editor SDK
Topic: Dragging a fillable form PDF into a thumbnail view of another fillable form pdf results in two identical pages
Replies: 1
Views: 951

Dragging a fillable form PDF into a thumbnail view of another fillable form pdf results in two identical pages

Hi Tracker, We are using the Tracker Editor SDK version 7.0.325.1 Here is how to recreate the issue we found. Create a one page pdf with a fillable form. Make a copy of that pdf. Take the first pdf and fill in the form and save it. Take the second pdf and fill in the form with [b]different data[/b] ...
by docu-track99
Tue Apr 03, 2018 12:57 pm
Forum: PDF-XChange Editor SDK
Topic: Editor freezes after inserting text using the typewriter
Replies: 5
Views: 1761

Re: Editor freezes after inserting text using the typewriter

Hi Alex, That is unfortunate. I have looked through our code and cannot find something that could cause this issue, which is why I hoped this was a documented issue. This case is so isolated and random, I was wondering if it might be something in the users environment. Does the typewriter reach into...
by docu-track99
Thu Mar 29, 2018 7:27 pm
Forum: PDF-XChange Editor SDK
Topic: Editor freezes after inserting text using the typewriter
Replies: 5
Views: 1761

Re: Editor freezes after inserting text using the typewriter

Additional information: document.toolActivated - Param1: 129956432 document.textEditor.started - Param1: 130150608 document.textEditor.selChanged - Param1: 130150608 document.textEditor.selChanged - Param1: 130150608 document.textEditor.selChanged - Param1: 130150608 document.textEditor.stopped - Pa...
by docu-track99
Thu Mar 29, 2018 5:45 pm
Forum: PDF-XChange Editor SDK
Topic: Editor freezes after inserting text using the typewriter
Replies: 5
Views: 1761

Editor freezes after inserting text using the typewriter

Hello, Sorry if this is in the wrong section. We are having an issue where users, using the PDF Editor with our wrapper, are causing the editor to freeze when they insert text using the typewriter. Everything with the typewriter works until they finish and move focus away from the textbox. No except...
by docu-track99
Tue Mar 27, 2018 2:50 pm
Forum: PDF-XChange Editor SDK
Topic: Initial file locked after Op.Do combine
Replies: 13
Views: 3514

Re: Initial file locked after Op.Do combine

Ah, I finally realise our disconnect. When we started this whole merge process a year ago, we were doing a merge using the Core of the SDK. We do not use an instance of the pdfctrl. That is why you originally told me to use code that looked like this: destPath = fsInst.DefaultFileSys.StringToName(sT...
by docu-track99
Mon Mar 26, 2018 9:34 pm
Forum: PDF-XChange Editor SDK
Topic: Initial file locked after Op.Do combine
Replies: 13
Views: 3514

Re: Initial file locked after Op.Do combine

"This is a simple method that consist only from one string by default and does not require anything except the IPXC_Inst that can be easily obtained from the IPXV_Inst via the GetExtension("PXC") method." I have no idea what you mean by that. Here is where I am now at. Having loo...
by docu-track99
Fri Mar 23, 2018 9:32 pm
Forum: PDF-XChange Editor SDK
Topic: Initial file locked after Op.Do combine
Replies: 13
Views: 3514

Re: Initial file locked after Op.Do combine

I want to cancel my last remarks.

I asked for an example. You gave me a link to the interface. Is it that hard to provide an example of how you would use this interface in code???

I gave you my sample code. Please provide a concrete example for me. I am really tired of the run around.
by docu-track99
Fri Mar 23, 2018 7:13 pm
Forum: PDF-XChange Editor SDK
Topic: Initial file locked after Op.Do combine
Replies: 13
Views: 3514

Re: Initial file locked after Op.Do combine

Thank you. I can work from this.

I do find in general that Tracker could do much better in providing examples of how to use your inface.