Search found 205 matches

by Nico - Tracker Supp
Tue Aug 06, 2013 5:57 pm
Forum: PDF-XChange Viewer SDK
Topic: question about "NewDocumentFromImages"
Replies: 9
Views: 3806

Re: question about "NewDocumentFromImages"

Another alternative consists in setting PaperName property to "Letter/ANSI A" and PaperMode to numerical value one (standard mode). Supported values for PaperName property follow: "A0", "A1", "A2", "A3", "A4", "A5", "B0"...
by Nico - Tracker Supp
Tue Aug 06, 2013 5:35 pm
Forum: PDF-XChange Viewer SDK
Topic: question about "NewDocumentFromImages"
Replies: 9
Views: 3806

Re: question about "NewDocumentFromImages"

Hi mcsi,

Thanks for your post.
If you use PaperHeight and PaperWidth properties, you also need to set PaperMode property in Custom mode (which is numerical value zero)
Please take a look at page 209 from the PDF-XChange Viewer ActiveX manual (PDFV_AX.pdf).
Thanks.

Sincerely,
by Nico - Tracker Supp
Thu Aug 01, 2013 9:02 pm
Forum: PDF-XChange Viewer SDK
Topic: Printing Questions
Replies: 3
Views: 1953

Re: Printing Questions

Hi Tatiana, Thank you for your post. Regarding your questions: 1. You should be able to produce a document which can be selected when you print by using both programs. Can you send us the file you are trying to print? Does it happen with all the files or just this file in particular? Is the file sel...
by Nico - Tracker Supp
Thu Aug 01, 2013 5:09 pm
Forum: PDF-XChange Viewer SDK
Topic: question about "NewDocumentFromImages"
Replies: 9
Views: 3806

Re: question about "NewDocumentFromImages"

Hi rho123456, Thank you for your post. The command "NewDocumentFromImages" allows you to access the UI dialog to select the pictures you need for your new PDF document. Pictures cannot be added programmatically but through the UI dialog. The command can be called as follows: //pseudo-code ...
by Nico - Tracker Supp
Thu Aug 01, 2013 4:19 pm
Forum: PDF-XChange Viewer SDK
Topic: Use shortcuts if PDF-XChange Viewer control is embedded
Replies: 6
Views: 3136

Re: Use shortcuts if PDF-XChange Viewer control is embedded

Hi Karl, Thank you for your post. I guess you are asking how to change the keyboard shortcuts? You can specify this by calling SetProperty() method. // pseudo-code SetProperty("Commands[\"Open\"].Shortcut.Modifiers", 8 | 4); // CTRL + SHIFT SetProperty("Commands[\"Open\...
by Nico - Tracker Supp
Wed Jul 31, 2013 11:17 pm
Forum: PDF-XChange Viewer SDK
Topic: Use shortcuts if PDF-XChange Viewer control is embedded
Replies: 6
Views: 3136

Re: Use shortcuts if PDF-XChange Viewer control is embedded

Hi Karl, Thank you for your post. To detect keyboard notifications you need to enable them first: // pseudo-code SetProperty("Notifications.Keyboard.Filter", "All", 0); Then, on the event handler you need to detect the target keyboard combination (in this case, CTRL + O) // pseud...
by Nico - Tracker Supp
Mon Jul 29, 2013 9:09 pm
Forum: PDF-XChange Viewer SDK
Topic: doCommand FlattenAnnots (ID: 36340)
Replies: 1
Views: 1256

Re: doCommand FlattenAnnots (ID: 36340)

Hi rho123456, Thank you for your post. You cannot get rid of the "Flatten Annotations" dialog, but you can turn off the second confirmation dialog through the User Interface check box. These dialogs cannot be disabled programmatically either. Another alternative is to use the following Jav...
by Nico - Tracker Supp
Mon Jul 22, 2013 5:59 pm
Forum: PDF-XChange Viewer SDK
Topic: Registration Free COM
Replies: 3
Views: 2108

Re: Registration Free COM

Hi RMan,

Thanks for the post and the information provided.
by Nico - Tracker Supp
Thu Jul 18, 2013 4:12 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Search PDF for text, if found, replace with hyperlink
Replies: 6
Views: 4748

Re: Search PDF for text, if found, replace with hyperlink

Hi TKFlex,

There isn't a built-in function you can use directly, but you can make your own.
Thanks.

Sincerely,
by Nico - Tracker Supp
Tue Jul 09, 2013 4:59 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Search PDF for text, if found, replace with hyperlink
Replies: 6
Views: 4748

Re: Search PDF for text, if found, replace with hyperlink

Hi TKFlex, Thank you for your post. We have uploaded a code example that shows how to do this. All you have to do is to translate that example to your language of preference and adapt it to your needs. The example can be found in the following page: https://help.pdf-xchange.com/PDF-Tools%204%20SDK/d...
by Nico - Tracker Supp
Tue Jun 25, 2013 12:50 am
Forum: PDF-XChange Viewer SDK
Topic: Registration Free COM
Replies: 3
Views: 2108

Re: Registration Free COM

Hi Jeff, Thank you for your post. If you see an icon instead of the control that means the PDFXCviewAx.dll library is not found. We have seen this issue happening when the manifest used for Click-once (COM-registration free) was not properly written. Please don't use both methods at the same time, m...
by Nico - Tracker Supp
Mon Jun 24, 2013 11:30 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXC_AddTextBox and PXC_TextBox_SetOptions
Replies: 7
Views: 4595

Re: PXC_AddTextBox and PXC_TextBox_SetOptions

Hi ujosyula,

Please find attached the source file with the C# translation.
Thanks.

Sincerely,
by Nico - Tracker Supp
Mon Jun 24, 2013 7:36 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXC_AddTextBox and PXC_TextBox_SetOptions
Replies: 7
Views: 4595

Re: PXC_AddTextBox and PXC_TextBox_SetOptions

Hi ujosyula,

We will post the translation of the required methods in C# shortly.
Thanks.

Sincerely,
by Nico - Tracker Supp
Mon Jun 17, 2013 8:10 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Digital Signature Appearance
Replies: 7
Views: 4311

Re: Digital Signature Appearance

Hi Atul, Thank you for your post. The icons you see are implemented by the application that renders the document, therefore it is not implemented by PXCp_SignDocumentW() function. There are several ways you could imitate the same behavior. One way would be to add an annotation with the icon you want...
by Nico - Tracker Supp
Mon Apr 29, 2013 4:30 pm
Forum: PDF-XChange Viewer SDK
Topic: GetSelMarkupsOnly causes error
Replies: 13
Views: 4449

Re: GetSelMarkupsOnly causes error

Hi chrisbouwman, Thank you for your post. Often when I select an annotation, the name of the event fired is "Global::FocusGained" instead of "Notifications.Selection". When I remove the condition "If e.name = "Notifications.Selection"" my code works fine, but ...
by Nico - Tracker Supp
Fri Apr 26, 2013 8:41 pm
Forum: PDF-XChange Viewer SDK
Topic: GetSelMarkupsOnly causes error
Replies: 13
Views: 4449

Re: GetSelMarkupsOnly causes error

Hi chrisbouwman,

Please make sure you are using the latest build which is 2.5.210.0.
You can download the latest build from here: https://www.pdf-xchange.com/product ... ctivex-sdk.
Thanks.
Sincerely,
by Nico - Tracker Supp
Fri Apr 26, 2013 5:21 am
Forum: PDF-XChange Viewer SDK
Topic: GetSelMarkupsOnly causes error
Replies: 13
Views: 4449

Re: GetSelMarkupsOnly causes error

Hi chrisbouwman, Thank you for your post. Please use the property "GetSelMarkupsOnly" and "GetSelectedAnnot" in the following way. //pseudo-code follows //1. Register notifications SetProperty("Notifications.Selection.Filter", "All", 0); //2. Set behavior of G...
by Nico - Tracker Supp
Fri Apr 19, 2013 4:35 pm
Forum: PDF-XChange Viewer SDK
Topic: Unrecoverable error unlocking viewer in Windows 8
Replies: 20
Views: 8541

Re: Unrecoverable error unlocking viewer in Windows 8

Hi Fabrizio, Thank you for the update, as you mentioned it seems the issue is directly related to the COM registration-free mechanism for those builds. The development team will take a look at this issue early next week. Also, sometimes Windows can be tricky regarding user permissions and the user a...
by Nico - Tracker Supp
Thu Apr 18, 2013 9:57 pm
Forum: PDF-XChange Viewer SDK
Topic: Pencil Tool problem
Replies: 11
Views: 3796

Re: Pencil Tool problem

Hi patient chart manager, llc,

Thank you for posting the example.
If you have any questions please feel free to come back.
Thanks.

Sincerely,
by Nico - Tracker Supp
Thu Apr 18, 2013 5:00 pm
Forum: PDF-XChange Viewer SDK
Topic: Unrecoverable error unlocking viewer in Windows 8
Replies: 20
Views: 8541

Re: Unrecoverable error unlocking viewer in Windows 8

Hi Fabrizio, Thank you for your post. I believe that the "Error in GetTextFromResult" and -2147418113 (Catastrophic failure) errors you are getting are possibly caused by the unregistered Viewer Active X. It would be of great help if you could attach to the process for debugging purposes. ...
by Nico - Tracker Supp
Tue Apr 16, 2013 7:20 pm
Forum: PDF-XChange Viewer SDK
Topic: Pencil Tool problem
Replies: 11
Views: 3796

Re: Pencil Tool problem

Hi patient chart manager,llc, Thank you for your post. Here it is the Visual Basic version: If (e.type = PDFXCviewAxLib.PXCVA_EventTypes.PXCVA_OnNamedNotify) And (e.name = "Notifications.Mouse") Then AxCoPDFXCview1.GetProperty("Notifications.Mouse.msg", vDataIn) If vDataIn = WM_L...
by Nico - Tracker Supp
Mon Apr 15, 2013 9:02 pm
Forum: PDF-XChange Viewer SDK
Topic: predefined stamps
Replies: 14
Views: 5101

Re: predefined stamps

Hi TatianaS, Thank you for your post. To activate the NewAnnotAdded notification, please register the text editor notifications first: // C++ CComBSTR bsPropName(L"Notifications.TextEditor.Filter"); CComVariant vDataIn(L"All"); m_spView->SetProperty(bsPropName, vDataIn, 0); Thank...
by Nico - Tracker Supp
Mon Apr 15, 2013 7:37 pm
Forum: PDF-XChange Viewer SDK
Topic: Pencil Tool problem
Replies: 11
Views: 3796

Re: Pencil Tool problem

Hi patient chart manager, llc, Thank you for your post. Please try one of the following alternatives: // Code - C++ ///////////////////////////////////////////// // Common intialization to both alternatives //////////////////////////////////////////// // Get Document ID string long lID; hr = m_spVie...
by Nico - Tracker Supp
Fri Apr 12, 2013 4:28 pm
Forum: PDF-XChange Viewer SDK
Topic: Unrecoverable error unlocking viewer in Windows 8
Replies: 20
Views: 8541

Re: Unrecoverable error unlocking viewer in Windows 8

Hi Fabrizio, Thank you for your post. Actually, I didn't attach to the process to check out, I just tried running your pre-compiled PDFXChangeViewerActiveX.exe with update .dll, obtaining a "Error in GetTextFromResult" message box before UI was showed. Pressing Ok causes UI to show up, wit...
by Nico - Tracker Supp
Thu Apr 11, 2013 8:26 pm
Forum: PDF-XChange Viewer SDK
Topic: predefined stamps
Replies: 14
Views: 5101

Re: predefined stamps

Hi TatianaS, Thank you for your post. Regarding your questions: 1. However, the Paste doesn't work inside onEvent() and I get "Command is disabled currently" error message You can try to post a custom message to remind your application to execute the paste command once OnEvent has finished...
by Nico - Tracker Supp
Thu Apr 11, 2013 7:01 pm
Forum: PDF-XChange Viewer SDK
Topic: Pencil Tool problem
Replies: 11
Views: 3796

Re: Pencil Tool problem

Hi patient chart manager, Thank you for your post. Regarding your request, this is not a specific question related to the Viewer SDK, therefore we are not able to help you. What you can do is to move the mouse and draw a circle when keeping the left button down, you may find many examples on the Web...
by Nico - Tracker Supp
Thu Apr 11, 2013 6:45 pm
Forum: PDF-XChange Viewer SDK
Topic: Unrecoverable error unlocking viewer in Windows 8
Replies: 20
Views: 8541

Re: Unrecoverable error unlocking viewer in Windows 8

Hi Fabrizio, Thank you for the information provided. Unfortunately, I was unable to reproduce the issue with either 200, 204, 209 and 210 versions on Programs Files(x64). Please let me ask you: Where does the example (PDFXChangeViewerActiveX.exe) fail in the source code? Is it at SetDevInfo()? What ...
by Nico - Tracker Supp
Wed Apr 10, 2013 11:28 pm
Forum: PDF-XChange Viewer SDK
Topic: Pencil Tool problem
Replies: 11
Views: 3796

Re: Pencil Tool problem

Hi patient chart manager, Thank you for your post. Regarding your questons: Problem is, the tool does nothing when you simply "click" the mouse on the screen, so not possible to "dot an i" If you are using the Pencil tool and want to draw a dot, you need to draw a circle on the s...
by Nico - Tracker Supp
Tue Apr 09, 2013 10:28 pm
Forum: PDF-XChange Viewer SDK
Topic: predefined stamps
Replies: 14
Views: 5101

Re: predefined stamps

Hi TatianaS, Thank you for your post. Regarding your questions: could you please help me to figure out how can I add an image stamp (.bmp) to my page without using stamp tool. Using the stamp tool (Stamp Palette) is the simplest way, however there is another alternative which consists in utilizing t...
by Nico - Tracker Supp
Fri Apr 05, 2013 5:11 pm
Forum: PDF-XChange Viewer SDK
Topic: Unrecoverable error unlocking viewer in Windows 8
Replies: 20
Views: 8541

Re: Unrecoverable error unlocking viewer in Windows 8

Hi Fabrizio,

Thanks for your post.
I sent you by email a working example with the source code and the manifest files.
The example was tested in Windows 8 on the Program Files(x86) folder and everything worked as expected.
Please feel free to come back if you have any questions.
Thanks.

Sincerely,
by Nico - Tracker Supp
Thu Apr 04, 2013 4:38 pm
Forum: PDF-XChange Viewer SDK
Topic: Unrecoverable error unlocking viewer in Windows 8
Replies: 20
Views: 8541

Re: Unrecoverable error unlocking viewer in Windows 8

Hi Fabrizio, Thank you for your post. I think the problem is the manifest file you are using. As I mentioned in my previous post, use our manifest file sample as a template and follow the instructions from "Registration-Free Deployment" at the Viewer ActiveX manual and try to use exactly t...
by Nico - Tracker Supp
Wed Apr 03, 2013 6:05 pm
Forum: PDF-XChange Viewer SDK
Topic: Unrecoverable error unlocking viewer in Windows 8
Replies: 20
Views: 8541

Re: Unrecoverable error unlocking viewer in Windows 8

Hi Fabrizio, Thank you for your post. I replied you by email but I'm adding that information here as well. Your manifest file looks a bit different from the template we have for COM Free registration. Please follow the procedure described on "Registration-Free Deployment" at the Viewer Act...
by Nico - Tracker Supp
Thu Mar 28, 2013 5:42 pm
Forum: PDF-XChange Viewer SDK
Topic: Unrecoverable error unlocking viewer in Windows 8
Replies: 20
Views: 8541

Re: Unrecoverable error unlocking viewer in Windows 8

Hi Fabrizio, Thank you for your post. I tried to reproduce the error you are experiencing by using Windows 8 x64 in a virtual machine without success. SetDevInfo() returned success and the Viewer ActiveX behaved normally. Please let me ask you: What exception message do you get after calling SetDevI...
by Nico - Tracker Supp
Wed Mar 27, 2013 9:28 pm
Forum: PDF-XChange Viewer SDK
Topic: predefined stamps
Replies: 14
Views: 5101

Re: predefined stamps

Hi TatianaS, Thank you for your post. Regarding your questions, if you want to do create and place a stamp programmatically, you need to use JavaScript. For example: var annot = this.addAnnot ({ page: 0, type: "Text", author: "A. C. Robat", point: [300,400], strokeColor: color.ye...
by Nico - Tracker Supp
Wed Mar 27, 2013 7:51 pm
Forum: PDF-XChange Viewer SDK
Topic: Underline text in TypeWriter
Replies: 5
Views: 2100

Re: Underline text in TypeWriter

Hi TatianaS, Thank you for your post. The correct syntax for the underline property of the first style of the array is: Commenting.Typewriter.Styles[0].TextFormat.Char.Underline And for enabling/disabling the style you pass 'Yes' or 'No' as the second parameter. Therefore: SetProperty('Commenting.Ty...
by Nico - Tracker Supp
Wed Mar 27, 2013 12:33 am
Forum: PDF-XChange Viewer SDK
Topic: ExtractPages
Replies: 3
Views: 1704

Re: ExtractPages

Hi jeffp,

Thank you for your post.
I manage to reproduce the defect and will be fixed for next version of the SDK.
As a workaround, set the property "Operations.ExtractPages.SaveAfterExtract" to zero (false) before calling DoDocumentVerb.
Thanks.

Sincerely,
by Nico - Tracker Supp
Tue Mar 26, 2013 7:15 pm
Forum: PDF-XChange Viewer SDK
Topic: ExtractPages
Replies: 3
Views: 1704

Re: ExtractPages

Hi jeffp,

Thank you for your post.
The code you posted seems right, I cannot account for the full-qualified directory and names or user permissions.
Please send us a small and simple project what we can test and run.
Thanks.

Sincerely,
by Nico - Tracker Supp
Wed Mar 20, 2013 11:58 pm
Forum: PDF-XChange Viewer SDK
Topic: OCR in toolbar
Replies: 7
Views: 2787

Re: OCR in toolbar

Hi TatianaS, Thanks for your post. What I meant was to create a Windows toolbar in your application and place it exactly above the top of the location (the rectangle) where the Viewer ActiveX will be located and then match the properties (i.e. colors, buttons sizes, etc) between your toolbar and the...
by Nico - Tracker Supp
Wed Mar 20, 2013 9:15 pm
Forum: PDF-XChange Viewer SDK
Topic: OCR in toolbar
Replies: 7
Views: 2787

Re: OCR in toolbar

Hi TatianaS, Thank you for your post. The Print command allows you to print with comments by default. If you want to print without them, there is an option at the Print dialog that allows you to print without markup ("Print Document"). Please take a look at the section: 2.2.3.45Print Speci...
by Nico - Tracker Supp
Wed Mar 20, 2013 6:44 pm
Forum: PDF-XChange Viewer SDK
Topic: OCR in toolbar
Replies: 7
Views: 2787

Re: OCR in toolbar

Hi TatianaS, Thank you for your post. You can add commands from the PDF-XChange Viewer ActiveX to its toolbar. This is accomplished by using the "Customize Toolbars..." option from the "Standard" toolbar (please take a look at the View demo from the PDF-XChange Viewer SDK). Embed...
by Nico - Tracker Supp
Wed Mar 20, 2013 5:06 pm
Forum: PDF-XChange Drivers API SDK
Topic: Class not registered Exception
Replies: 12
Views: 6845

Re: Class not registered Exception

Hi rn101506, Thank you for your post. Please verify that the issue never happens when you reboot the system after the installation of our drivers and that this behavior is consistent. If the system is not rebooted after installation we cannot guarantee the installation changes in the registry have b...
by Nico - Tracker Supp
Tue Mar 19, 2013 10:15 pm
Forum: PDF-XChange Drivers API SDK
Topic: Class not registered Exception
Replies: 12
Views: 6845

Re: Class not registered Exception

Hi rn101506, Thank you for your reply. Regarding your questions, the root of problem seems to be that the COM Service Control Manager is not finding our print driver, to provide a solution we need to know why this is happening. I tested the 4.0.195.0 installer in Windows 7 Ultimate Service Pack 1 - ...
by Nico - Tracker Supp
Tue Mar 19, 2013 6:54 pm
Forum: PDF-XChange Drivers API SDK
Topic: Class not registered Exception
Replies: 12
Views: 6845

Re: Class not registered Exception

Hi rn101506, Thank you for the information provided. The build number 4.0.195.0 is quite old. Please try installing the newest build for PDF-XChange Drivers API version 4 from here (build 4.0.210): https://www.pdf-xchange.com/version/pdf-xchange-drivers-api/ and please let me know if this solves the...
by Nico - Tracker Supp
Mon Mar 18, 2013 10:34 pm
Forum: PDF-XChange Drivers API SDK
Topic: Class not registered Exception
Replies: 12
Views: 6845

Re: Class not registered Exception

Hi rn101506, Thank you for your post. Please could you tell us the following: Version and build number of PDF-XChange Drivers API you are using Operating System version and architecture, service pack# How you are installing the drivers API? what installation package are you using? (.exe, redistribut...
by Nico - Tracker Supp
Mon Mar 18, 2013 10:03 pm
Forum: PDF-XChange Viewer SDK
Topic: Customize menus and popup
Replies: 1
Views: 1147

Re: Customize menus and popup

Hi TatianaS, Thank you for your post. Regarding your questions: 1. On section 2.2.3.11 from the PDF-XChange Viewer ActiveX manual you may find the Context Menu User Choices (context menu is described on section 2.2.2.10.3). The possible values are Default, Deny or Skip; therefore is not possible to ...
by Nico - Tracker Supp
Mon Mar 11, 2013 10:09 pm
Forum: PDF-XChange Drivers API SDK
Topic: Finding out embedded fonts in PDF file.
Replies: 1
Views: 2399

Re: Finding out embedded fonts in PDF file.

Hi Victorvon,

Thank you for your post.
Please take a look at the following functions from the PDF-Tools SDK Manual:
PXCp_ET_Prepare()
PXCp_ET_GetFontCount()
PXCp_ET_GetFontInfo()
PXCp_ET_GetFontName()
PXCp_ET_Finish()
Thanks.
Sincerely,
by Nico - Tracker Supp
Wed Mar 06, 2013 5:01 pm
Forum: PDF-XChange Viewer SDK
Topic: Touch Panning
Replies: 4
Views: 2028

Re: Touch Panning

Hi Devon.Reynolds,

Please check flicks option (Control Panel->Pen and Touch->Flicks tab). If flicks is enabled, then momentum can be overridden.
Thanks.

Sincerely,
by Nico - Tracker Supp
Tue Mar 05, 2013 10:29 pm
Forum: PDF-XChange Viewer SDK
Topic: Touch Panning
Replies: 4
Views: 2028

Re: Touch Panning

Hi Devon.Reynolds,

Thank you for your post.
We will take a look at this issue and get back to you soon.
Thanks.

Sincerely,