Search found 25 matches

by quietstorm
Thu May 09, 2019 9:39 am
Forum: PDF-XChange Viewer SDK
Topic: Default Reading Order
Replies: 2
Views: 5994

Re: Default Reading Order

Hi all! This automatic order management feature has always been a "thumbs up" for us, when using the SDK. I mean that even a badly arranged PDF reads in a document-like read order almost always. So the flow tends to go from top-left to right and down, as expected, with exceptions when the ...
by quietstorm
Thu May 04, 2017 7:15 am
Forum: PDF-XChange Core API SDK
Topic: Get Document text divided by words
Replies: 4
Views: 2416

Re: Get Document text divided by words

We're planning to substitute old Viewer ActiveX, so I think it's Editor SDK.
by quietstorm
Fri Apr 28, 2017 2:25 pm
Forum: PDF-XChange Core API SDK
Topic: Get Document text divided by words
Replies: 4
Views: 2416

Get Document text divided by words

Hi all, in our application we need to have the whole word list with their quads positional information. In the old Viewer ActiveX SDK (with Delphi source), we did something like this to get words by index GetProperty('Documents[#'+IntToStr(aDocID)+'].Pages['+IntToStr(page)+'].Text.Words['+IntToStr(w...
by quietstorm
Thu Apr 27, 2017 10:09 am
Forum: PDF-XChange Editor SDK
Topic: Programmatical text selection
Replies: 9
Views: 2633

Programmatical text selection

Hi all, I'm trying to achieve a simple task: set a text selection from code, but I can't find a solution like we had in old PDF XChange Viewer ActiveX SDK. This is a snippet from old solution (C# .NET) public void SelectText(int docID, int page, int start, int length, bool ViewSelection = true, int ...
by quietstorm
Wed Jun 17, 2015 12:55 pm
Forum: PDF-XChange Viewer SDK
Topic: Crash with PDFXChange Viewer ActiveX under App-V
Replies: 5
Views: 3333

Re: Crash with PDFXChange Viewer ActiveX under App-V

Hi, I'm a newbie on .NET and Visual Studio... I'm trying to understand how to include a PDF-XCView control into a WPF application, setting properties and handling events.
I read you did this, is there a walkthrough or some docs about including it in a WPF project?

Thanks in adavance.
by quietstorm
Wed Sep 24, 2014 8:50 am
Forum: PDF-XChange Viewer SDK
Topic: PDF Page coordinate system
Replies: 3
Views: 2074

PDF Page coordinate system

Hi all, I have a question about coordinate system of the PDF documents. I know it's bottom-left based like a normal math coordinate system and stuff, but I'd like to know if there's a way to get the current page width/height using PDF XChange ActiveX Viewer. As far as I've seen up to now, there's no...
by quietstorm
Fri Apr 19, 2013 7:44 am
Forum: PDF-XChange Viewer SDK
Topic: Unrecoverable error unlocking viewer in Windows 8
Replies: 20
Views: 8554

Re: Unrecoverable error unlocking viewer in Windows 8

Hi Nicolas! I'm sure you have already checked this, but please make sure the PDFXCviewAx.dll is loaded by specifying the current folder and not a complete path. We don't load explicitly the dll, we just put a pdfviewer control in a form. Even with the manifest files provided by you, the error persis...
by quietstorm
Thu Apr 18, 2013 10:11 am
Forum: PDF-XChange Viewer SDK
Topic: Unrecoverable error unlocking viewer in Windows 8
Replies: 20
Views: 8554

Re: Unrecoverable error unlocking viewer in Windows 8

Hi Nicolas, I made some other tests: Please do attach to the process and find where the code is failing. I have sent you the source code for the PDFChangeViewerActiveX application that you can compile and debug . Do this also with your code, we need more information why these applications are failin...
by quietstorm
Fri Apr 12, 2013 6:58 am
Forum: PDF-XChange Viewer SDK
Topic: Unrecoverable error unlocking viewer in Windows 8
Replies: 20
Views: 8554

Re: Unrecoverable error unlocking viewer in Windows 8

Hi Nicolas! Unfortunately, I was unable to reproduce the issue with either 200, 204, 209 and 210 versions on Programs Files(x64). Sad, but it was the most probable outcome... Please let me ask you: Where does the example (PDFXChangeViewerActiveX.exe) fail in the source code? Is it at SetDevInfo()? W...
by quietstorm
Thu Apr 11, 2013 12:54 pm
Forum: PDF-XChange Viewer SDK
Topic: Unrecoverable error unlocking viewer in Windows 8
Replies: 20
Views: 8554

Re: Unrecoverable error unlocking viewer in Windows 8

Hi Nicolas, I received your example and test results are quite clear. In few words, it seems that one of the changes you made after version 2.5.200 causes the problem I reported. This morning I ran your example on the test pc and all worked well, both in Program and Destkop subfolders. First of all,...
by quietstorm
Fri Apr 05, 2013 7:09 am
Forum: PDF-XChange Viewer SDK
Topic: Unrecoverable error unlocking viewer in Windows 8
Replies: 20
Views: 8554

Re: Unrecoverable error unlocking viewer in Windows 8

Hi Nicolas! We already tried with original manifest files taken from your distributed example, but just to be sure... could you send me your working example please? It should be great if you could send me both the executable and the source code (delphi). Maybe we could find out that the problem is g...
by quietstorm
Thu Apr 04, 2013 7:43 am
Forum: PDF-XChange Viewer SDK
Topic: Unrecoverable error unlocking viewer in Windows 8
Replies: 20
Views: 8554

Re: Unrecoverable error unlocking viewer in Windows 8

Hi Nicolas, I just made the tests you told me, report follows: Are you testing the older 2.5.192 version of the Viewer SDK in the same system that the 2.45.210? Why do you think a change on Win8 systems could be the reason for the unexpected behavior? Yes, the system is the same, at the moment we ha...
by quietstorm
Wed Apr 03, 2013 11:08 am
Forum: PDF-XChange Viewer SDK
Topic: Unrecoverable error unlocking viewer in Windows 8
Replies: 20
Views: 8554

Re: Unrecoverable error unlocking viewer in Windows 8

I sent you the following mail that I publish also on the forum. Just to keep the thread alive and useful for others when the solution will be found. --- Hi everybody and thanks for your reply. I'll answer to your last post point by point: What exception message do you get after calling SetDevInfo()?...
by quietstorm
Wed Mar 27, 2013 9:27 am
Forum: PDF-XChange Viewer SDK
Topic: Unrecoverable error unlocking viewer in Windows 8
Replies: 20
Views: 8554

Re: Unrecoverable error unlocking viewer in Windows 8

Hi, Fabrizio. Windows signals an "Unrecoverable error" message box, when we invoke SetDevInfo on the viewer. First please wrap the call to SetDevInfo into a try-catch brackets because any method of any COM-interface can return an error code. Its allowed by the COM-standard. These brackets...
by quietstorm
Wed Mar 20, 2013 9:31 am
Forum: PDF-XChange Viewer SDK
Topic: Unrecoverable error unlocking viewer in Windows 8
Replies: 20
Views: 8554

Unrecoverable error unlocking viewer in Windows 8

Hi everybody! Recently we had some windows 8 customers reporting problems during initialization of applications using pdf xchange activex viewers. Windows signals an "Unrecoverable error" message box, when we invoke SetDevInfo on the viewer. The very strange thing is that if we move away t...
by quietstorm
Fri Nov 26, 2010 3:01 pm
Forum: PDF-XChange Viewer SDK
Topic: Using PDFXCViewAx.dll without registering it
Replies: 11
Views: 4561

Re: Using PDFXCViewAx.dll without registering it

YEEEEEAAAAHHHH!!!!!!!! IT WORKS!!! :D

Thank you guys for the good work!

Fabrizio
by quietstorm
Mon Nov 22, 2010 12:55 pm
Forum: PDF-XChange Viewer SDK
Topic: Using PDFXCViewAx.dll without registering it
Replies: 11
Views: 4561

Re: Using PDFXCViewAx.dll without registering it

Hi guys,
any news about portable version 2.5?

Bye!
by quietstorm
Mon Nov 08, 2010 1:10 pm
Forum: PDF-XChange Viewer SDK
Topic: Using PDFXCViewAx.dll without registering it
Replies: 11
Views: 4561

Re: Using PDFXCViewAx.dll without registering it

:) But please bear in mind that the next build will be version 2.5.. (the current one is 2.0.xx) and as we are working on some development heavy features for it it might be a few weeks before it's released. Cheers, Stefan Hello friends! Time goes by... a couple of months have passed and I just can'...
by quietstorm
Tue Sep 14, 2010 1:50 pm
Forum: PDF-XChange Viewer SDK
Topic: Using PDFXCViewAx.dll without registering it
Replies: 11
Views: 4561

Re: Using PDFXCViewAx.dll without registering it

Hello Fabrizzio, I am afraid that the current version 2 will require registration. We are planning to offer a registration free version next year with ver3 of the Viewer. It also seems like you posted in the wrong forums so I will move your topic. Best, Stefan Whoops, sorry for mis-posting! Making ...
by quietstorm
Tue Sep 14, 2010 7:40 am
Forum: PDF-XChange Viewer SDK
Topic: Using PDFXCViewAx.dll without registering it
Replies: 11
Views: 4561

Using PDFXCViewAx.dll without registering it

Hi guys, I'm trying to distribute a USB dongle based application written in Delphi 2010, that uses the library PdfXCViewAx.dll (version 2.0.52.0) to embed a PDF control in the application. This library relies on registry entries to work, so dll registration seems necessary. Is there a way to avoid d...
by quietstorm
Mon Sep 06, 2010 9:18 am
Forum: PDF-XChange Viewer SDK
Topic: PDF Viewer ActiveX Control Registrationless Activation
Replies: 31
Views: 9700

Re: PDF Viewer ActiveX Control Registrationless Activation

Hi everyone, and welcome back from summer holidays! (for the ones who went)

I just like to know if there is any forecast for version 3 release (registrationless activex)... that would be really nice!

Thanks, bye!
Fabrizio
by quietstorm
Fri Jul 30, 2010 6:28 am
Forum: PDF-XChange Viewer SDK
Topic: Document Change/Close Notification is missing (?)
Replies: 3
Views: 1453

Re: Document Change/Close Notification is missing (?)

I got it!

Thanks for the quick and accurate answer. :D

Greetings!
Fabrizio!
by quietstorm
Thu Jul 29, 2010 9:52 am
Forum: PDF-XChange Viewer SDK
Topic: Document Change/Close Notification is missing (?)
Replies: 3
Views: 1453

Document Change/Close Notification is missing (?)

Hi everyone! That's my problem: When multiple documents are opened, if I change the active document (clicking on an upper tab) or I close one of them (clicking on the X of the tab), the notification of the operation performed is not raised. In my specific case, it's important to be notified of these...
by quietstorm
Thu Jul 15, 2010 9:23 am
Forum: PDF-XChange Viewer SDK
Topic: PDF Viewer ActiveX Control Registrationless Activation
Replies: 31
Views: 9700

Re: PDF Viewer ActiveX Control Registrationless Activation

John - Tracker Supp wrote:Hi,

This will be possible I am afraid - only when Version 3 is released later this summer.
Hi everyone!
Ok, it's summer... and it's a little later... any news about registrationless ActiveX?

Thanks, bye!
Fabrizio
by quietstorm
Thu May 27, 2010 12:01 pm
Forum: PDF-XChange Viewer SDK
Topic: PDF Viewer ActiveX Control Registrationless Activation
Replies: 31
Views: 9700

Re: PDF Viewer ActiveX Control Registrationless Activation

As soon as possible - less than 1 year - probably more than one month - any other estimate is likely to be 'fiction' We cannnot always be specific, thanks for your patience. Hi! We're interested in using your product from a USB dongle, so we need the version without need of installation. Any news a...