Search found 153 matches

by MartinCS
Thu Aug 20, 2020 5:33 am
Forum: PDF-XChange Viewer SDK
Topic: Updating annot properties via SDK
Replies: 0
Views: 7709

Updating annot properties via SDK

Hello Pdf-XChange - Team, refering to this topic (https://forum.pdf-xchange.com/viewtopic.php?f=36&t=4604&p=25003&hilit=setproperty+annot#p25003), is it possible to update annot properties via the SDK meanwhile? Using this snippet, I wasn't able to update the annot because an exception w...
by MartinCS
Mon Jan 14, 2019 7:35 am
Forum: PDF-XChange Editor SDK
Topic: Event when activeX control is fully initialized
Replies: 3
Views: 1553

Re: Event when activeX control is fully initialized

Hi Alex, thank you for your reply and explanation. If the Control is already initialised by the time that my Event Registration function is called, then why does the "e.app.initialized" event exist? It seems strange that there would be an event available in the SDK that I am unable to list...
by MartinCS
Thu Jan 10, 2019 11:43 pm
Forum: PDF-XChange Editor SDK
Topic: Event when activeX control is fully initialized
Replies: 3
Views: 1553

Event when activeX control is fully initialized

Hi Tracker team, I do have a windows forms application (implemented with C#). The main form of the applications contains the AxPDFXEdit.AxPXV_Control. I also implemented some control events which are handled in the OnEvent method: private readonly Dictionary<int, Action> _viewerEvents = new Dictiona...
by MartinCS
Tue Sep 11, 2018 7:00 am
Forum: PDF-XChange Editor SDK
Topic: lock selection of fill / stroke color
Replies: 1
Views: 1034

lock selection of fill / stroke color

Hi Tracker Team,

is there an option to prevent the user selection of fill and stroke color for commenting tools?
2018-09-11_08-52-08.png
I'm already setting the default color programmatically. But the user shouldn't be able to change the selection.

Cheers,
Martin
by MartinCS
Wed Sep 05, 2018 1:22 pm
Forum: PDF-XChange Editor SDK
Topic: Change active tool SOLVED
Replies: 5
Views: 2229

Re: Change active tool SOLVED

Hi Alex,

thank you for the link and the correct string Id value. It's working now.

:)

Cheers
Martin
by MartinCS
Wed Sep 05, 2018 12:54 pm
Forum: PDF-XChange Editor SDK
Topic: Change active tool SOLVED
Replies: 5
Views: 2229

Re: Change active tool SOLVED

Hi Alex, I'm closer to the solution. Using the line of code: var tool = PxvInst.GetTool(PxvInst.Str2ID("cmd.zoomIn")); I'm not able to get the desired tool and the object is null. PxvInst.Str2ID("cmd.zoomIn") gives me the id value 3864. Am I using the wrong string value for the d...
by MartinCS
Wed Sep 05, 2018 12:31 pm
Forum: PDF-XChange Editor SDK
Topic: Change active tool SOLVED
Replies: 5
Views: 2229

Change active tool SOLVED

Hello Tracker Team, I know there is an objected for the active tool of an opened pdf document (IPXV_Document): https://sdkhelp.pdf-xchange.com/view/PXV:IPXV_Document_ActiveTool https://sdkhelp.pdf-xchange.com/view/PXV:IPXV_Tool I would like to change the current/active tool to the tool "cmd.zoo...
by MartinCS
Thu Aug 23, 2018 9:31 am
Forum: PDF-XChange Viewer SDK
Topic: cut off date from summary of comments SOLVED
Replies: 3
Views: 13107

Hi Will,

this was exactly what I was looking for! Thank you for your help!

// Martin
by MartinCS
Tue Aug 21, 2018 3:21 am
Forum: PDF-XChange Viewer SDK
Topic: cut off date from summary of comments SOLVED
Replies: 3
Views: 13107

cut off date from summary of comments SOLVED

Hi Tracker-Team, Is there an option to influence the the layout and text of the summary of comments function within the Pdf-XChange Viewer? For data protection reasons we have the request from our clients to remove the time which is displayed in the comments list. 21-08-_2018_05-19-45.jpg // Martin
by MartinCS
Wed Mar 07, 2018 5:54 am
Forum: PDF-XChange Editor SDK
Topic: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED
Replies: 43
Views: 12459

Re: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED

Hi Alex,

the sample worked right away and I'm able to set it up in my productive implementation of the Pdf Editor.

A big thank you for your help on this topic!!!

// Martin
by MartinCS
Thu Mar 01, 2018 10:08 am
Forum: PDF-XChange Editor SDK
Topic: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED
Replies: 43
Views: 12459

Re: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED

Alex,

as you confirm that I'm not doing anything wrong and it should work like it does on your computer I would like to ask you if it is possible to do a short remote session via Teamviewer in order to investigate the issue together?

// Martin
by MartinCS
Thu Mar 01, 2018 9:58 am
Forum: PDF-XChange Editor SDK
Topic: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED
Replies: 43
Views: 12459

Re: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED

Alex, I'm at the same point like you are. I don't understand why my project is running on your computer but not on ours. Meanwhile I tested it on different machines. All of them had the PDF Editor SDK installed. I added your the new code line, but it didn't make a difference. Might there - somehow -...
by MartinCS
Thu Mar 01, 2018 5:24 am
Forum: PDF-XChange Editor SDK
Topic: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED
Replies: 43
Views: 12459

Re: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED

Alex, I did try pOp.Do(); But I don't get the ocr layer with the text recogniztion results on the pdf document. If I step over the above line it just takes 1 second for this operation. Doing the OCR function in PDF Editor it takes at least 15 seconds. I don't get any exceptions when I run my code. I...
by MartinCS
Wed Feb 28, 2018 7:59 am
Forum: PDF-XChange Editor SDK
Topic: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED
Replies: 43
Views: 12459

Re: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED

Hi Alex, yes, I did. Have you initialized the OCR plug-in in your project before the control initialization? public frmMain() { _pxvInst = new PXV_Inst(); InitializeComponent(); _fsInst = (IAFS_Inst)pdfCtl.Inst.GetExtension("AFS"); _pxcInst = (IPXC_Inst)pdfCtl.Inst.GetExtension("PXC&q...
by MartinCS
Tue Feb 27, 2018 10:24 am
Forum: PDF-XChange Editor SDK
Topic: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED
Replies: 43
Views: 12459

Re: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED

Hi Alex, it's still not working on my computer using the sample project I created for you. I was also looking through the forum trying to find similar issues with OCR and it's respective/correct way to load the plugin dependencies and files. To be honest I'm confused how to correctly set up a .NET p...
by MartinCS
Tue Feb 13, 2018 7:56 am
Forum: PDF-XChange Editor SDK
Topic: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED
Replies: 43
Views: 12459

Re: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED

Hi Alex,

have you received my email and did you have a Chance to have a look at it?

// Martin
by MartinCS
Thu Feb 08, 2018 3:44 pm
Forum: PDF-XChange Editor SDK
Topic: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED
Replies: 43
Views: 12459

Re: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED

Hi Alex,

I sent you an email with detailed information.

// Martin
by MartinCS
Tue Jan 30, 2018 5:47 am
Forum: PDF-XChange Editor SDK
Topic: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED
Replies: 43
Views: 12459

Re: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED

Hi Alex,

I addressed the two points you mentioned and I'm absolutely positive that I'm using the latest files from End-User Editor. I also tested the updated files from the last version you puglished last week for the End-User Editor. But still there are no changes to the positive.

// Martin
by MartinCS
Mon Jan 29, 2018 7:55 am
Forum: PDF-XChange Editor SDK
Topic: Access new added annotation source when pasted in a document
Replies: 15
Views: 3012

Re: Access new added annotation source when pasted in a document

Hi Alex,

your suggestion doesn't work because I found another issue when copying an existing annotation. The creation date of the copy is not updated to the current date as you can see here:
29-01-_2018_08-52-27.jpg
// Martin
by MartinCS
Wed Jan 24, 2018 4:24 am
Forum: PDF-XChange Editor SDK
Topic: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED
Replies: 43
Views: 12459

Re: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED

Hi Alex, I have to appologize! I just realized that I used the wrong email when I was sending my email yesterday. I will re-send it using the correct email this time. Yes, I did try the code but it doesn't make any changes to the positive. I also noticed that this code of line doesn't take that long...
by MartinCS
Tue Jan 23, 2018 12:31 pm
Forum: PDF-XChange Editor SDK
Topic: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED
Replies: 43
Views: 12459

Re: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED

Alex,

I sent you an email today containing a link for a solution file. If you have any further questions, please let me know.

// Martin
by MartinCS
Mon Jan 22, 2018 5:13 am
Forum: PDF-XChange Editor SDK
Topic: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED
Replies: 43
Views: 12459

Re: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED

Hi Alex, I'm happy you've been able to find the issue. Although, I don't understand that our license key should be the issue. Last year we sent your sales department a signed license agreement with the attached license key which we have received for the Editor SDK. I will sent you the license agreem...
by MartinCS
Fri Jan 19, 2018 3:57 pm
Forum: PDF-XChange Editor SDK
Topic: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED
Replies: 43
Views: 12459

Re: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED

Hi Alex,

thank you for the information! I'm hoping you will find the issue. Fingers crossed!

Will wait for your reply.

// Martin
by MartinCS
Thu Jan 18, 2018 7:33 pm
Forum: PDF-XChange Editor SDK
Topic: Keystrokes/shortcuts are not consumed by pdf control SOLVED
Replies: 11
Views: 3603

Re: Keystrokes/shortcuts are not consumed by pdf control SOLVED

Hi Alex, I just want to let you know that I was able to solve the issue by myself. I had a com visible class library which I accessed from Lotus Notes. For some reason Lotus Notes maintained the focus despite the fact that the main windows form with the pdf control was maximized and opened. I change...
by MartinCS
Thu Jan 18, 2018 2:05 pm
Forum: PDF-XChange Editor SDK
Topic: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED
Replies: 43
Views: 12459

Re: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED

Hi Stefan,

I send you the email containing the pdf file. Please forward my second email containing the screenshot with my settings for Pdf Editor.

Thank you!

// Martin
by MartinCS
Thu Jan 18, 2018 1:46 pm
Forum: PDF-XChange Editor SDK
Topic: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED
Replies: 43
Views: 12459

Re: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED

Hi Alex, I added your code lines but it made no difference. Can I send you my pdf I'm using via pm or email? I just would need your email address. The recognized text from the OCR function is: Schon heule isl der an- und abschwellende Gülerzuglörm für uns sehr slörend und hal bereils slark zugenomme...
by MartinCS
Thu Jan 18, 2018 1:10 pm
Forum: PDF-XChange Editor SDK
Topic: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED
Replies: 43
Views: 12459

Re: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED

Hi Alex, thank you your help! Regarding my second question. I'm not able to configure the language which should be used by default. In my implementation I'm using the SDK with the activeX control and I have put the OCR languages in the same folder where your dlls are residing: 18-01-_2018_13-51-36.j...
by MartinCS
Wed Jan 17, 2018 10:14 am
Forum: PDF-XChange Editor SDK
Topic: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED
Replies: 43
Views: 12459

Re: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED

Hello Alex, Thank you for the information. Unfortunately, it's not clear to me how I can access the "addContent" function, as it is internal to the "OcrPages" function. Is there maybe an event that I've not seen before that would give me access to this stage of the code execution...
by MartinCS
Tue Jan 16, 2018 5:19 am
Forum: PDF-XChange Editor SDK
Topic: Issue with document closing event chain SOLVED
Replies: 5
Views: 2103

Re: Issue with document closing event chain SOLVED

Hi Alex,

thank you for your help and clarification of the document Ids with the respective events! This solved my problems.

// Martin
by MartinCS
Tue Jan 16, 2018 5:14 am
Forum: PDF-XChange Editor SDK
Topic: Loading settings causes memory leak SOLVED
Replies: 9
Views: 2814

Re: Loading settings causes memory leak SOLVED

Hi Alex,

I'm happy that you've been able to find bug in your code! I'll be waiting for the next release.

// Martin
by MartinCS
Tue Jan 16, 2018 5:12 am
Forum: PDF-XChange Editor SDK
Topic: Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED
Replies: 43
Views: 12459

Retrieve text of 'OCRPages' function and correct use of languages (folder) SOLVED

Hi Tracker-Team, I'm using the following code to perform OCR recognizition of pdf documents (https://sdkhelp.pdf-xchange.com/view/PXV:op_document_OCRPages): var nId = pdfCtl.Inst.Str2ID("op.document.OCRPages", false); var pOp = pdfCtl.Inst.CreateOp(nId); var input = pOp.Params.Root["I...
by MartinCS
Mon Jan 15, 2018 10:02 am
Forum: PDF-XChange Editor SDK
Topic: JS property 'strokeColor' not working SOLVED
Replies: 4
Views: 2032

Re: JS property 'strokeColor' not working SOLVED

Hi Alex,

I wasn't aware of the propety 'textColor'. It's working now!

Again thank you for help! It is most appreciated.

// Martin
by MartinCS
Mon Jan 15, 2018 9:36 am
Forum: PDF-XChange Editor SDK
Topic: SDK Documentation not available SOLVED
Replies: 3
Views: 1773

Re: SDK Documentation not available SOLVED

Hi Alex,

thank you!

// Martin
by MartinCS
Mon Jan 15, 2018 9:28 am
Forum: PDF-XChange Editor SDK
Topic: SDK Documentation not available SOLVED
Replies: 3
Views: 1773

SDK Documentation not available SOLVED

Hello Tracker-Team,

I'm not able to access the Tracker SDK this morning:
https://sdkhelp.pdf-xchange.com/

// Martin
by MartinCS
Fri Jan 12, 2018 3:00 pm
Forum: PDF-XChange Editor SDK
Topic: JS property 'strokeColor' not working SOLVED
Replies: 4
Views: 2032

JS property 'strokeColor' not working SOLVED

Hi Tracker-Team, my purpose is to create an annotation via JavaScript with the following code: var annot = this.addAnnot({ type: "FreeText", author: "John Doe", width: 0, page: 0, strokeColor: ['RGB',0,0,0], fillColor: color.transparent, textFont: "Arial", textSize: 7.0...
by MartinCS
Fri Jan 12, 2018 1:48 pm
Forum: PDF-XChange Editor SDK
Topic: Issue with document closing event chain SOLVED
Replies: 5
Views: 2103

Re: Issue with document closing event chain SOLVED

Hi Stefan and Alex, @Stefan: Thank you for the information. I made some further investigations on that issue and might found the problem. Please find attached a sample project and a short video demonstrating the issue. Here are the steps I perform in the video: 1.) I have two documents in tab mode o...
by MartinCS
Thu Jan 11, 2018 2:30 pm
Forum: PDF-XChange Editor SDK
Topic: Loading settings causes memory leak SOLVED
Replies: 9
Views: 2814

Re: Loading settings causes memory leak SOLVED

Hi Alex, I created a sample project using the lastest PDF Editor SDK: COM name: PDFXEdit.PXV_Inst API version: 1.9.0.0 (0x01090000) Full path: "C:\Program Files (x86)\Tracker Software\Editor SDK\Bin\PDFXEditCore.x86.dll" File version: 7.0.323.2 The development computer has Windwos 10 insta...
by MartinCS
Thu Jan 11, 2018 9:05 am
Forum: PDF-XChange Editor SDK
Topic: Issue with document closing event chain SOLVED
Replies: 5
Views: 2103

Issue with document closing event chain SOLVED

Hello Tracker-Team, We have a situation where I have 2 tabs open in a custom control, and then attempt to close one of them (via the "x" button on the tab). However, when I look at what events are triggered by this action in the "PdfCtl_OnEvent" function, I see the following chai...
by MartinCS
Wed Jan 10, 2018 1:26 pm
Forum: PDF-XChange Editor SDK
Topic: Loading settings causes memory leak SOLVED
Replies: 9
Views: 2814

Re: Loading settings causes memory leak SOLVED

Hi Alex,

I'm switching between different settings files (*.xces). I do have the problem only with the latest version. The previous version 6.0.322.7 doesn't have this issue running the same code when importing *.xcs files.

// Martin
by MartinCS
Wed Jan 10, 2018 11:56 am
Forum: PDF-XChange Editor SDK
Topic: Event when annotation tool property changes SOLVED
Replies: 1
Views: 1347

Event when annotation tool property changes SOLVED

Hello Tracker-Team,

I need to know when a user changed the properties of an annotation tool, e.g.:
10-01-_2018_12-54-35.jpg
I checked https://sdkhelp.pdf-xchange.com/vi ... PXV_Events but wasn't able to find an appropriate event which I can register against.

// Martin
by MartinCS
Wed Jan 10, 2018 11:39 am
Forum: PDF-XChange Editor SDK
Topic: Prevent function keys SOLVED
Replies: 1
Views: 1326

Prevent function keys SOLVED

Hello Tracker-Team,

is there a method available to suppress function keys for F8 and F9 in order to disable the posibility to hide menu bar and toolbar?

// Martin
by MartinCS
Wed Jan 10, 2018 10:10 am
Forum: PDF-XChange Editor SDK
Topic: Older SDK download
Replies: 3
Views: 1414

Re: Older SDK download

Hi,

I had to download the same version this morning as well and was able to change the previous link of the 6.0.322.6 Version to 6.0.322.7:

http://www.docu-track.co.uk/builds/6.0. ... torSDK.msi

// Martin
by MartinCS
Wed Jan 10, 2018 8:14 am
Forum: PDF-XChange Editor SDK
Topic: Toolbar missing SOLVED
Replies: 1
Views: 1417

Toolbar missing SOLVED

Hello Tracker-Team, for some reason the toolbar is not displayed anymore and I don't know how to get it back: 10-01-_2018_09-03-45.jpg I did not make any changes to my Code which could affect this behaviour and I'm not aware of a function which could hide the toolbar at the top of the control. I als...
by MartinCS
Wed Jan 10, 2018 7:16 am
Forum: PDF-XChange Editor SDK
Topic: Loading settings causes memory leak SOLVED
Replies: 9
Views: 2814

Re: Loading settings causes memory leak SOLVED

Hi,

I tested the import of the settings with the previous SDK version 6.0.322.7 and I don't experience the issue here.

// Martin
by MartinCS
Tue Jan 09, 2018 10:53 am
Forum: PDF-XChange Editor SDK
Topic: Loading settings causes memory leak SOLVED
Replies: 9
Views: 2814

Loading settings causes memory leak SOLVED

Hi Tracker-Team, using your FullDemo solution the activeX control causes a memory leak when loading the settings multiple times: private void btnSettLoad_Click(object sender, EventArgs e) { try { PDFXEdit.IOperation op = pdfCtl.Inst.CreateOp(pdfCtl.Inst.Str2ID("op.settings.import")); op.Pa...
by MartinCS
Tue Jan 09, 2018 8:06 am
Forum: PDF-XChange Editor SDK
Topic: Annotions outside of the document? SOLVED
Replies: 1
Views: 1392

Annotions outside of the document? SOLVED

Hello Tracker-Team, it is possible to create annotions outside of the document in the background of an opened pdf document. Please find attached a short Video showing you how I create e.g. a line and arrow annotation which are not on the document and not visualized when selected. 09-01-_2018_09-02-3...
by MartinCS
Mon Jan 08, 2018 6:16 am
Forum: PDF-XChange Editor SDK
Topic: annotion tools with same id values SOLVED
Replies: 4
Views: 1938

Re: annotion tools with same id values SOLVED

Hi Alex, currently I'm checking the annotation(s) which has/have been created by the user by iterating the IPXC_Annotations. How can I check the name property of the annot tool which hast been used by the user in order to create an annotation? I tried the name property of the IPXC_Annoation (https:/...