Search found 49 matches

by prosozial_schmitt
Tue Jan 16, 2018 3:30 pm
Forum: PDF-XChange Viewer SDK
Topic: IsOperationGranted to exportPages
Replies: 3
Views: 3196

Re: IsOperationGranted to exportPages

Hi Stefan,

thank you for your answer.

It's a little bit strange that InsertPages effects ExtractPage :)
by prosozial_schmitt
Tue Jan 16, 2018 11:30 am
Forum: PDF-XChange Viewer SDK
Topic: IsOperationGranted to exportPages
Replies: 3
Views: 3196

IsOperationGranted to exportPages

Hello, I want to check, if it's allowed to extractPages. In your documentation I see various operation identifiers - but none for extractPages. see: https://help.pdf-xchange.com/DEV/default.aspx?pageid=ViewerAXSDK:topic_obj_documents_item_isoperationgranted Which identifier do I have to use and is i...
by prosozial_schmitt
Mon Apr 03, 2017 8:21 am
Forum: PDF-XChange Viewer SDK
Topic: Problem of a field with a number format of decimal places
Replies: 21
Views: 7279

Re: Problem of a field with a number format of decimal places

Hello, will this error also be fixed in PdfXChange Viewer? Some of out customers has reported the same problem and they cannot fill in an application form for social assistance. The field-value changes after input from 123,12 EUR to 12312,00 EUR - which is a realy bad problem and cannot be fixed by ...
by prosozial_schmitt
Tue Oct 04, 2016 9:48 am
Forum: PDF-XChange Viewer SDK
Topic: New PDF-Viewer Version 2.5.318.1 (Updated on 23 Sep 2016)
Replies: 1
Views: 1822

New PDF-Viewer Version 2.5.318.1 (Updated on 23 Sep 2016)

Hello,

in your download-area a new version of PDF-XChange Viewer (2.5.318.1 (Updated on 23 Sep 2016) is available, but the version vistory is not updated.

What are the changes?

Greetings
Hans-Peter
by prosozial_schmitt
Mon Sep 05, 2016 9:00 am
Forum: PDF-XChange Viewer SDK
Topic: Pages.ScreenX / Pages.ScreenY and Windows 10 1607
Replies: 1
Views: 1773

Pages.ScreenX / Pages.ScreenY and Windows 10 1607

Hello, it seems, that after Windows 10 Update 1607 the values of Pages.ScreenX / Pages.ScreenY have changed on high textscaling-settings. (see screenshots in attachment) I have set the text-scaling of my monitor to 200% (Microsoft Surface 4, high-dpi). So I have a scaling-factor of 2. Before Windows...
by prosozial_schmitt
Fri Aug 12, 2016 12:44 pm
Forum: PDF-XChange Viewer SDK
Topic: TranslateScreenPoint returns wrong values on Win 10 1607
Replies: 1
Views: 2238

TranslateScreenPoint returns wrong values on Win 10 1607

edit 2016-08-30 After debugging and testing with different Monitor/DPI constellations: It seems, that this is not a problem of PdxChange-Viewer TranslateScreenPoint. Windows 10 delivers in some cases/constellations negative ScreenPoint-positions. This wasn't expected by me and leads to an error. I c...
by prosozial_schmitt
Fri Jul 15, 2016 5:15 am
Forum: PDF-XChange Viewer SDK
Topic: Possible encoding problem in exportAsXFDFStr
Replies: 5
Views: 2727

Re: Possible encoding problem in exportAsXFDFStr

Hello Ivan,

I've attached the file.

Greetings
Hans-Peter
by prosozial_schmitt
Thu Jul 14, 2016 6:37 am
Forum: PDF-XChange Viewer SDK
Topic: Possible encoding problem in exportAsXFDFStr
Replies: 5
Views: 2727

Re: Possible encoding problem in exportAsXFDFStr

Hello Lzcat, i've tried this before posting in your blog - but this is not the problem. The encoding of the returned string from exportAsXFDFStr is not UTF-8. The XML has only the information "UTF-8" in it's header. I've checked this with your sample application "VB.NET Full Demo"...
by prosozial_schmitt
Wed Jul 13, 2016 12:20 pm
Forum: PDF-XChange Viewer SDK
Topic: Possible encoding problem in exportAsXFDFStr
Replies: 5
Views: 2727

Possible encoding problem in exportAsXFDFStr

Hello, i want to use exportAsXFDFStr to export fieldvalues into a string. The returned string differs from the result of exportAsXFDF (into file). It seems, that the encoding of the result of exportAsXFDFStr is wrong? See screenshot. How can I use exportAsXFDFStr to get the fieldvalues as string wit...
by prosozial_schmitt
Tue Jun 07, 2016 5:54 am
Forum: PDF-XChange Viewer SDK
Topic: Set font of a FreeText annotation
Replies: 3
Views: 2069

Re: Set font of a FreeText annotation

Hi Stefan,

I've tried it with textFont: "Courier New" and it works. Using "Arbitrary font" font.Cour seems not to work - but this is now not a real problem for me.

Great :)


Thank you very much
Hans-Peter
by prosozial_schmitt
Mon Jun 06, 2016 12:45 pm
Forum: PDF-XChange Viewer SDK
Topic: Set font of a FreeText annotation
Replies: 3
Views: 2069

Set font of a FreeText annotation

Hello, I want to create a FreeText annotation by JavaScript. I Need to create this annotation with a monospaced font. My script is working - but the annotation is always drawn in font.Helv(?) and not in font.Cour. How can I change this to the needed behaviour? Greetings Hans-Peter Script: var annot ...
by prosozial_schmitt
Wed Dec 23, 2015 4:11 pm
Forum: PDF-XChange Editor SDK
Topic: Drag and drop content into PDF-XChange Editor
Replies: 20
Views: 5302

Re: Drag and drop content into PDF-XChange Editor

Hello Alex,

thank you for your answer. I'll try it with the next build.

Greetings
Hans-Peter
by prosozial_schmitt
Wed Dec 16, 2015 5:24 pm
Forum: PDF-XChange Editor SDK
Topic: Drag and drop content into PDF-XChange Editor
Replies: 20
Views: 5302

Re: Drag and drop content into PDF-XChange Editor

Hello Alex, we have to implement/handle/serve the common windows drag and drop feature. This includes: 1. Dragging content from our application into the pdf-Editor-Control which is sitting on a form in our application. Our users want to drop this content (usualy text/String, not a file) into a field...
by prosozial_schmitt
Tue Dec 15, 2015 3:49 pm
Forum: PDF-XChange Editor SDK
Topic: Drag and drop content into PDF-XChange Editor
Replies: 20
Views: 5302

Drag and drop content into PDF-XChange Editor

Hello, we need to implement to "drag and drop" a text from outside the PDF-XChange Editor into a form field of a pdf inside the PDF-XChange Editor. Because of the still missing "drag and drop"-feature in your PDF-XChange-Viewer SDK, I managed it to do this with some effort in ano...
by prosozial_schmitt
Wed Nov 18, 2015 9:18 am
Forum: PDF-XChange Viewer SDK
Topic: How to determine field under the mouse-position SOLVED
Replies: 4
Views: 2473

Re: How to determine field under the mouse-position SOLVED

Hello Vasyl,

thank you for your sample. I'll try to implement it.
:)

Greetings
Hans-Peter
by prosozial_schmitt
Fri Nov 13, 2015 9:29 am
Forum: PDF-XChange Viewer SDK
Topic: Strange behaviours with form fields
Replies: 3
Views: 2119

Re: Strange behaviours with form fields

Hello Sasha, are you kidding me? We are customer for a long time and have an active maintenance for "PDF-XChange PRO SDK" - which includes "PDF-XChange Viewer PRO SDK". (from your feature desciption: "Since the PDF-XChange PRO SDK is a bundle and contains ALL the functionali...
by prosozial_schmitt
Thu Nov 12, 2015 4:19 pm
Forum: PDF-XChange Viewer SDK
Topic: How to determine field under the mouse-position SOLVED
Replies: 4
Views: 2473

How to determine field under the mouse-position SOLVED

Hello, we need to implement to "drag" a text from outside the viewer into a form field of a pdf inside the viewer. Because of the missing "drag and drop"-feature we have to find an alternative way to do that. Is it possible to get the name of the form field under the current mous...
by prosozial_schmitt
Thu Nov 12, 2015 3:57 pm
Forum: PDF-XChange Viewer SDK
Topic: Strange behaviours with form fields
Replies: 3
Views: 2119

Strange behaviours with form fields

Hello, we have to fill form-fields in pdf documents. In my prototype I'm using a JavaScript to get the list of fields of the pdf and set the value of the field depending on it's type. I'm using the current PdfXChange Viewer SDK v2.5.0313.0001 and your demo "JavaScript" application. There a...
by prosozial_schmitt
Tue Jul 28, 2015 2:26 pm
Forum: PDF-XChange Viewer (End Users)
Topic: Fillable forms - some fields are blank
Replies: 7
Views: 2871

Re: Fillable forms - some fields are blank

Hello Patrick,

is this problem also fixed in Pdf-XViewer (and Pdf-XViewer SDK)?
It seems not, but fixing it would be great.

Greetings
Hans-Peter
by prosozial_schmitt
Tue Jul 28, 2015 2:10 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXCp_GetPagesCount
Replies: 19
Views: 13314

Re: PXCp_GetPagesCount

Hello Stefan and Dorwol, we had the same problem with some pdf-documents which were generated by HP Scanner Software. The property "pagesCount" could not be read by PdfTools. For us, the problem is fixed with version 4.0.313.1 of Pdf Pro Library (xcpro40.dll). We can read the property with...
by prosozial_schmitt
Tue Nov 04, 2014 8:06 am
Forum: PDF-XChange Viewer SDK
Topic: Jump to page and to position (scrollbar)
Replies: 3
Views: 1755

Re: Jump to page and to position (scrollbar)

Hello Stefan.

thank you for your quick answer. I'll try this :)

Greetings
Hans-Peter
by prosozial_schmitt
Mon Nov 03, 2014 4:09 pm
Forum: PDF-XChange Viewer SDK
Topic: Jump to page and to position (scrollbar)
Replies: 3
Views: 1755

Jump to page and to position (scrollbar)

Hello, we have our PDF-documents stored in a document management system. These documents are write-protected - so we can view a document with Pdf-XChange Viewer (SDK), but not edit it (stamps, lines, markup-tool...). To edit an existing document our users have to make a new version by check out (whi...
by prosozial_schmitt
Tue Sep 30, 2014 3:06 pm
Forum: PDF-XChange Viewer (End Users)
Topic: Fillable forms - some fields are blank
Replies: 7
Views: 2871

Re: Fillable forms - some fields are blank

Hello, we have this problem in PDF-XChange Viewer Pro SDK too. Our customers are really sad about this bug, because they can't see the existing data. They are confused about it, because the person who filled the form with Adobe Acrobat says that the form is filled correct... Since I read that it &qu...
by prosozial_schmitt
Tue Jun 17, 2014 5:09 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Export PDF-page as image
Replies: 12
Views: 5603

Re: Export PDF-page as image

Hello John,

both of the Simple Viewer documentations (online and download-package) are not up to date and also the (VB.NET) samples in the SDK are containing old definitions with missing functions.

Greetings
Hans-Peter
by prosozial_schmitt
Mon Jun 16, 2014 5:17 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Export PDF-page as image
Replies: 12
Views: 5603

Re: Export PDF-page as image

Hello John, thank you for your sample. Looks good. :) Your documentation of Viewer Simple DLL SDK seems to be a little outdated? I can't find the function PXCV_DrawPageToIStream in your chm-file and your online-help https://help.pdf-xchange.com/DEV/default.aspx?pageid=ViewerDLLSDK:Welcome_VDLL&s...
by prosozial_schmitt
Fri Jun 13, 2014 6:30 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Export PDF-page as image
Replies: 12
Views: 5603

Export PDF-page as image

Hello, we need to create an image from a page of a PDF-document and save this image as file (png/jpeg or another suitable format). We can't do this with your component PDFX-Change Viewer SDK, because at the moment we have to create this image, we don't have a program which could create a visible com...
by prosozial_schmitt
Thu May 22, 2014 7:25 am
Forum: PDF-XChange Viewer SDK
Topic: Drag text from PdfViewer to editor
Replies: 3
Views: 2044

Re: Drag text from PdfViewer to editor

ok, thank you for this info.
by prosozial_schmitt
Thu May 15, 2014 5:40 am
Forum: PDF-XChange Viewer SDK
Topic: Drag text from PdfViewer to editor
Replies: 3
Views: 2044

Drag text from PdfViewer to editor

Hello, we need to drag marked text or "simply" the word under the mouse-cursor from pdf-XChange Viewer to a textbox in our application and to an editor. Is the possible? I've found this old topic in the forum, but it seem's that drag is not implemented? (https://forum.pdf-xchange.com/viewt...
by prosozial_schmitt
Mon Dec 16, 2013 1:18 pm
Forum: PDF-XChange Viewer SDK
Topic: RotateView suppress messagebox
Replies: 7
Views: 2827

Re: RotateView suppress messagebox

Hello Stefan,

this solves my problem.
:D
by prosozial_schmitt
Mon Dec 16, 2013 11:35 am
Forum: PDF-XChange Viewer SDK
Topic: RotateView suppress messagebox
Replies: 7
Views: 2827

Re: RotateView suppress messagebox

Hi Stefan, I've tried it, but it does not work? There is no eventtype "PXCVA_OnDisplayPrompt" send if I catch and print the events. Example after sending 33078 / RotateCW: Private Sub AxCoPDFXCview1_OnEvent(ByVal sender As System.Object, ByVal e As AxPDFXCviewAxLib._IPDFXCviewEvents_OnEven...
by prosozial_schmitt
Mon Dec 16, 2013 10:44 am
Forum: PDF-XChange Viewer SDK
Topic: RotateView suppress messagebox
Replies: 7
Views: 2827

Re: RotateView suppress messagebox

Hi Stefan,

this is a really quick reply :)
Thank you very much.

Ok, I'll try this way.

Greetings
Hans-Peter
by prosozial_schmitt
Mon Dec 16, 2013 9:34 am
Forum: PDF-XChange Viewer SDK
Topic: RotateView suppress messagebox
Replies: 7
Views: 2827

RotateView suppress messagebox

Hello, I want to rotate the view of the opened pdf-document (pdf_ax) with commands 33079 rotateCCW/33078 rotateCW. Is it possible to suppress the messagebox "Note: this function will rotate pages for this work-session only....". I've tried PXCVA_Flags.PXCVA_NoUI and PXCVA_Flags.PXCVA_None ...
by prosozial_schmitt
Wed Nov 27, 2013 6:33 am
Forum: PDF-XChange Viewer SDK
Topic: Extracting text-layer with additional informations (OCR)
Replies: 3
Views: 2277

Extracting text-layer with additional informations (OCR)

Hello, we want to analyze text of PDFs which are generated from a scanner-software (Fujitsu ScanSnap). We need to extract address-data, telefone-numbers and so on. The scanner-software does ocr and adds text-information to the pdf. The scanned documents don't have a given format - so we need to get ...
by prosozial_schmitt
Wed Nov 20, 2013 1:57 pm
Forum: PDF-XChange Viewer SDK
Topic: Registrationless activation of PDFXCviewAx doesn't work?
Replies: 16
Views: 6181

Re: Registrationless activation of PDFXCviewAx doesn't work?

Hi Roman,

yes - this behaviour was really "something strange"...
But "We've got it".

You have gained a new title "Bugbuster"
:wink:
by prosozial_schmitt
Wed Nov 20, 2013 12:52 pm
Forum: PDF-XChange Viewer SDK
Topic: Registrationless activation of PDFXCviewAx doesn't work?
Replies: 16
Views: 6181

Re: Registrationless activation of PDFXCviewAx doesn't work?

Hello Roman,

I've tested it with your new version and now it works :D

What do you have changed and what was the problem?
When can I get an official version?

Thank you very much for your patience!

Greetings
Hans-Peter
by prosozial_schmitt
Fri Nov 15, 2013 4:48 pm
Forum: PDF-XChange Viewer SDK
Topic: Registrationless activation of PDFXCviewAx doesn't work?
Replies: 16
Views: 6181

Re: Registrationless activation of PDFXCviewAx doesn't work?

Hello Roman, I've tested your application and on the first try, I couldn't reproduce the problem. But after exchanging the control in our program, the error was there again. After a lot of trials and time I have found the reason for the behaviour. If a program is in a sub-folder of the via VHD mount...
by prosozial_schmitt
Mon Nov 11, 2013 1:07 pm
Forum: PDF-XChange Viewer SDK
Topic: Registrationless activation of PDFXCviewAx doesn't work?
Replies: 16
Views: 6181

Re: Registrationless activation of PDFXCviewAx doesn't work?

Hello Roman, sorry, but we can't give you VMs to reproduce the problem. The problem occurs in our internal productive environment. I would try it with your log-enabled version of PDFXCviewAx if it helps. I hope it consumes not so much time to create the logs and perhaps it helps to find the problem....
by prosozial_schmitt
Wed Nov 06, 2013 2:06 pm
Forum: PDF-XChange Viewer SDK
Topic: Registrationless activation of PDFXCviewAx doesn't work?
Replies: 16
Views: 6181

Re: Registrationless activation of PDFXCviewAx doesn't work?

Hello, I've asked our admins, but there is no way to get teamviewer on the or other servers to evaluate this... We installed windows server 2012 R2 as terminalserver on another machine in our domain and I could verify the problem on this machine. I'm shure, that userprofiles mounted in vhd (UPD) hav...
by prosozial_schmitt
Thu Oct 31, 2013 1:42 pm
Forum: PDF-XChange Viewer SDK
Topic: Registrationless activation of PDFXCviewAx doesn't work?
Replies: 16
Views: 6181

Re: Registrationless activation of PDFXCviewAx doesn't work?

Hello again, I've verified the behaviour on the one MS Server 2012. If the program-folder is in a folder under the user-profile (tried in Appdata, Roaming, etc.) the PDF is not shown. Even if I copy it in another users folder and start ist from here, the PDF is not shown. If the program-folder lies ...
by prosozial_schmitt
Thu Oct 31, 2013 9:41 am
Forum: PDF-XChange Viewer SDK
Topic: Registrationless activation of PDFXCviewAx doesn't work?
Replies: 16
Views: 6181

Re: Registrationless activation of PDFXCviewAx doesn't work?

Hi Vasyl, I can't test it with other server platforms, because we only have an environment with MS Server 2012 (without R2). This machine has no PDfX-Viewer installed. On this machine I've replaced our distribution-files and the error occurs. Users are starting our application via Remote-App. I've i...
by prosozial_schmitt
Wed Oct 30, 2013 4:53 pm
Forum: PDF-XChange Viewer SDK
Topic: Registrationless activation of PDFXCviewAx doesn't work?
Replies: 16
Views: 6181

Registrationless activation of PDFXCviewAx doesn't work?

Hello, I've changed PDFXCviewAxLib to the new version 2.5.213.0 to resolve crashes with Windows 8.1. But after this, it seems that registrationless activation doesn't work in the version. The control only show an icon. (Found in a remote-application under Windows 2012 Server (not R2)). Do I have to ...
by prosozial_schmitt
Wed Oct 30, 2013 4:46 pm
Forum: PDF-XChange Viewer SDK
Topic: PDFXCviewAx.dll crashes every time in Windows 8.1 and WS2012
Replies: 11
Views: 4533

Re: PDFXCviewAx.dll crashes every time in Windows 8.1 and WS

Hello Paul,

your answer solved our problem. Now we have an actual serial and it works.
Thanks for very fast answer. :)

Greetings
Hans-Peter
by prosozial_schmitt
Mon Oct 28, 2013 2:50 pm
Forum: PDF-XChange Viewer SDK
Topic: PDFXCviewAx.dll crashes every time in Windows 8.1 and WS2012
Replies: 11
Views: 4533

Re: PDFXCviewAx.dll crashes every time in Windows 8.1 and WS

Hello, I've changed PDFXCviewAxLib to the new version 2.5.213.0 and the crashes are gone. But now it seems that our serial/devCode-information is not accepted. The control shows "DEMO Version www.docutrack.com Tracker Software" on every page. Have you changed the initialisation of the deve...
by prosozial_schmitt
Mon Oct 21, 2013 2:00 pm
Forum: PDF-XChange Viewer SDK
Topic: PDFXCviewAx.dll crashes every time in Windows 8.1 and WS2012
Replies: 11
Views: 4533

Re: PDFXCviewAx.dll crashes every time in Windows 8.1 and WS

Hello Stefan,

we have this crash too. (Windows 8.1)

Since no fix is yet available:
Could you please tell us, when a fix well be available?

It's urgent because we self and our customers with Windows 8.1 realy have problems...

Greetings
Hans-Peter
by prosozial_schmitt
Wed Oct 31, 2012 1:10 pm
Forum: PDF-XChange Viewer SDK
Topic: Comment Pane and set option of the pane
Replies: 3
Views: 1684

Re: Comment Pane and set option of the pane

Hello Stefan,

we've just tried it - great it works :-)

Thank you
Hans-Peter
by prosozial_schmitt
Wed Oct 31, 2012 11:16 am
Forum: PDF-XChange Viewer SDK
Topic: Comment Pane and set option of the pane
Replies: 3
Views: 1684

Comment Pane and set option of the pane

Hello Is it possible to change the options of the commentPane? We want to set the "Show Colors" option but cannot find a way to set this option. We have tried PdfViewer.SetDocumentProperty(documentId, propertyName, dataIn) where propertyName is "View.Panes[#33204].ShowColors", bu...
by prosozial_schmitt
Fri Jan 07, 2011 9:52 am
Forum: PDF-XChange Viewer SDK
Topic: PDF Viewer ActiveX Control Registrationless Activation
Replies: 31
Views: 9691

Re: PDF Viewer ActiveX Control Registrationless Activation

Hello thank you for your answer. I've tried it out and it works. But it seems that there still is a problem. We need to set the language of your ui to german. So we set the property AxCoPDFXCviewCtrl.SetProperty("International.LocaleID", c_IdLanguageGerman). In the case the dependency sect...
by prosozial_schmitt
Thu Dec 16, 2010 3:12 pm
Forum: PDF-XChange Viewer SDK
Topic: PDF Viewer ActiveX Control Registrationless Activation
Replies: 31
Views: 9691

Re: PDF Viewer ActiveX Control Registrationless Activation

Hi I've tried to create a sample-application with registrationless activation of PdfViewer (v2.5.189.0). I create a Visual Basic .NET Application with Microsoft Visual Studio 2008 SP1 and added the manifest-files to the project, like you described. But I could not find the Option "Create applic...
by prosozial_schmitt
Fri Nov 26, 2010 1:52 pm
Forum: PDF-XChange Viewer SDK
Topic: PDF Viewer ActiveX Control Registrationless Activation
Replies: 31
Views: 9691

Re: PDF Viewer ActiveX Control Registrationless Activation

Hello

ok - the Pdf Viewer ActiveX Control registrationless activation is now available. Great :-)

But how to use it in code?

Could you please give me a example in VB.NET or C#?


Greetings
Hans-Peter