Search found 221 matches

by RMan
Thu Jan 25, 2024 12:55 am
Forum: PDF-XChange Editor SDK
Topic: Enabling the Document Recovery in the SDK
Replies: 15
Views: 4337

Re: Enabling the Document Recovery in the SDK

Thank you and the team so very much it appears to be working great in the new build. Makes my life and our users so much easier now!!!
by RMan
Wed Jan 10, 2024 9:12 pm
Forum: PDF-XChange Editor SDK
Topic: Enabling the Document Recovery in the SDK
Replies: 15
Views: 4337

Re: Enabling the Document Recovery in the SDK

I also forgot to mention that I also tested it with recompiling the CSharp\FullDemo sample and the same results.
by RMan
Tue Jan 09, 2024 7:37 pm
Forum: PDF-XChange Editor SDK
Topic: Enabling the Document Recovery in the SDK
Replies: 15
Views: 4337

Re: Enabling the Document Recovery in the SDK

So close it looks like in the 10.2.0.384 build. Any chance you could please fix the rest of it and update the SDK since you just released it? It looks like the files are being created properly and listed for the ones that keep the recovery information when closing and discarding changes in the curre...
by RMan
Tue Sep 26, 2023 7:39 pm
Forum: PDF-XChange Editor SDK
Topic: Enabling the Document Recovery in the SDK
Replies: 15
Views: 4337

Re: Enabling the Document Recovery in the SDK

Unfortunately I tried this in the new 10.1.1.381 build and it still doesn't appear to work. If I End Task on the program from the Task Manager and restart it nothing shows up in the Document Recovery Panel. Also if I close a PDF without saving it will show up in the Document Recovery Panel but it ca...
by RMan
Wed Aug 30, 2023 3:45 am
Forum: PDF-XChange Core API SDK
Topic: Unable to set bookmark
Replies: 5
Views: 2325

Re: Unable to set bookmark

Thanks. I did find a workaround by using the IPXS_PDFVariant and the various Dictionary and Array functions to add the correct information onto the Bookmark Object that was created. Expanding on the code I posted before this is what I did 'First get the PDF Object for the Bookmark we added Dim oPDFO...
by RMan
Thu Aug 24, 2023 7:26 pm
Forum: PDF-XChange Core API SDK
Topic: Unable to set bookmark
Replies: 5
Views: 2325

Re: Unable to set bookmark

Is there anyway to run a Javascript command from the IPXC_Document to add in the bookmark from VB6 since the PDFXEdit.PXC_Destination doesn't appear to be working?
by RMan
Fri Aug 18, 2023 5:31 pm
Forum: PDF-XChange Core API SDK
Topic: Unable to set bookmark
Replies: 5
Views: 2325

Re: Unable to set bookmark

Here's a sample VB6 project as I also in some more testing found another bug with VB6, Trying to access the Actions from the Bookmark object will lock up the program completely.
DestAsReference.zip
(11.97 KiB) Downloaded 62 times
lCount = oBookmark.Actions.Count
by RMan
Thu Aug 17, 2023 6:37 pm
Forum: PDF-XChange Core API SDK
Topic: Unable to set bookmark
Replies: 5
Views: 2325

Unable to set bookmark

We're porting some VB6 code from the old V5 SDK to the latest SDK and I've been able to add in a bookmark but I cannot set the Destination for it to a page. It appears that in the 32 bit dll when referenced in the PXC_Destination is defined as a structure maybe and not an object which is what the Bo...
by RMan
Mon Aug 14, 2023 2:08 pm
Forum: PDF-XChange Editor SDK
Topic: Crash in x86 Builds when Clearing Document History
Replies: 5
Views: 2004

Re: Crash in x86 Builds when Clearing Document History

Yes it was with the 371 Editor.SDK.

I was going to test the 32 bit end user version to see if it was just the SDK but didn't have a working 32 bit Windows VM with me to test with.
by RMan
Mon Aug 14, 2023 2:29 am
Forum: PDF-XChange Editor SDK
Topic: Crash in x86 Builds when Clearing Document History
Replies: 5
Views: 2004

Crash in x86 Builds when Clearing Document History

I was able to recreate the crash in the CSharp the FullDemo project if you build the x86 Release build. Then start it and open a PDF, show the command panes, then do the Edit->Preferences->Documents-Manage History and Recents then the Clear with the Remove->All Unpinned. Once I hit OK and Yes it cra...
by RMan
Mon Jul 31, 2023 4:47 pm
Forum: PDF-XChange Editor
Topic: Basic OCR Not Using Users Directory
Replies: 5
Views: 468

Re: Basic OCR Not Using Users Directory

I downloaded the latest Editor Standard Edition and installed it on a fresh Windows 11 install. When I try to install another OCR language pack I indeed get the UAC prompt which for me is no problem since I installed the software I just click OK to allow changes. The problem is when I log in as anot...
by RMan
Fri Jul 28, 2023 7:34 pm
Forum: PDF-XChange Editor
Topic: Basic OCR Not Using Users Directory
Replies: 5
Views: 468

Re: Basic OCR Not Using Users Directory

Thanks. I'm pretty sure anything under C:\Program Files requires Administator rights (or the UAC prompt) doesn't it? I thought that C:\Program Files\Common was only meant for files installed during installation. And that all files accessed or modified after creation should use the Users folder or th...
by RMan
Thu Jul 20, 2023 8:43 pm
Forum: PDF-XChange Editor
Topic: Basic OCR Not Using Users Directory
Replies: 5
Views: 468

Basic OCR Not Using Users Directory

First off the download of the OCR languages works great if you have administrator rights and hopefully you expand the functionality to the language packs also. It really makes it nice and easy for the users. But if you don't have administrator rights the installation fails. It would be nice if stand...
by RMan
Thu Jul 20, 2023 5:43 pm
Forum: PDF-XChange Editor
Topic: Document Tab Suggestions
Replies: 2
Views: 306

Document Tab Suggestions

Several users have had some suggestions on improvements to the Document Tabs especially when working with multiple documents at once. I figured I would pass them on. 1.) Allow Document Filename to be right justified instead of left. Since you already have a preferences for Document Title or Document...
by RMan
Fri Jun 02, 2023 10:36 pm
Forum: PDF-XChange Editor SDK
Topic: Enabling the Document Recovery in the SDK
Replies: 15
Views: 4337

Re: Enabling the Document Recovery in the SDK

Awesome to hear thanks so very much.
by RMan
Fri Jun 02, 2023 12:19 am
Forum: PDF-XChange Editor SDK
Topic: Enabling the Document Recovery in the SDK
Replies: 15
Views: 4337

Re: Enabling the Document Recovery in the SDK

Any word on this by chance? Since it's so close it would be great to have it enabled in the SDK also.
by RMan
Tue Jan 31, 2023 1:36 pm
Forum: PDF-XChange Editor
Topic: Problem with Outlook Office 365 email
Replies: 1
Views: 293

Problem with Outlook Office 365 email

We recently switch our email to Office365 with Godaddy and we have our email setup to allow SMTP authentication This is the error we are getting in Version 9.5 build 366.0. image.png It appears to be similar to this post. https://forum.pdf-xchange.com/viewtopic.php?p=162903#p162903 Programming wise ...
by RMan
Wed Dec 14, 2022 11:31 pm
Forum: PDF-XChange Editor SDK
Topic: Enabling the Document Recovery in the SDK
Replies: 15
Views: 4337

Re: Enabling the Document Recovery in the SDK

Also do you have any recommendations on how we can determine when the user is not adding markups or such to perform a background save ourselves? I realize doing a SaveAsCopy can take some time but most of the time you don't even notice it minus the fact that any annotations selected on the screen ar...
by RMan
Wed Dec 14, 2022 3:43 pm
Forum: PDF-XChange Editor SDK
Topic: Enabling the Document Recovery in the SDK
Replies: 15
Views: 4337

Re: Enabling the Document Recovery in the SDK

It looks like this still hasn't been included in the 9.5.366.0 build? It looks like some more string ID's and again it creates the .tmp files and folders but I don't see it creating the PDFXRecoveryInfo.xml files or populating the pane if you do End Task the program through the Task Manager. Any cha...
by RMan
Fri May 06, 2022 3:55 am
Forum: PDF-XChange Editor SDK
Topic: Proper way to regenerate current view
Replies: 5
Views: 852

Re: Proper way to regenerate current view

That does look like it solves it on my end with your demo as well as our program Thanks for a solution for now.

I'll do some more testing tomorrow and also create the crash with the original demo sample and get a dump file for you.
by RMan
Wed May 04, 2022 4:31 pm
Forum: PDF-XChange Editor SDK
Topic: Proper way to regenerate current view
Replies: 5
Views: 852

Re: Proper way to regenerate current view

I cleaned up everything last night and redownloaded the latest build and I can reproduce it with the FullDemo sample compiled as X86. It's a bit hard but here's how I've been able to recreate it. I have a multimonitor setup and I have been able to recreate it on all 3 monitors but the first monitor ...
by RMan
Tue May 03, 2022 6:55 pm
Forum: PDF-XChange Editor SDK
Topic: Proper way to regenerate current view
Replies: 5
Views: 852

Proper way to regenerate current view

What would be the proper way to force the SDK to redraw the visible portion of the pages and all content on them? We're running into some problems with PDF files with images where strips on the current page or pages are not being redrawn. We are typically seeing it when using the vertical scrollbar ...
by RMan
Wed Mar 16, 2022 10:43 pm
Forum: PDF-XChange Editor SDK
Topic: Enabling the Document Recovery in the SDK
Replies: 15
Views: 4337

Enabling the Document Recovery in the SDK

While the settings are there and turned on it doesn't appear that the document recovery works with the SDK? I was testing with the CSharp\FullDemo sample.

Is there an initialization or something that needs to be done to enable it?
by RMan
Wed Mar 16, 2022 7:26 pm
Forum: PDF-XChange Editor SDK
Topic: Change PDFXEdit.SDK temp folder location SOLVED
Replies: 2
Views: 826

Re: Change PDFXEdit.SDK temp folder location SOLVED

Not sure on your language you are doing it in but in VB6 you would want to do it when you initialize the control I believe. Something like this.

Call pdfCtl.Inst.SetStdFolder(PXV_StdFolderID.PXV_StdFolder_Plugins, sTempFolder, True)

Call pdfCtl.Inst.Init(pdfCtl, "yoourserialnumber")
by RMan
Wed Mar 16, 2022 4:24 pm
Forum: PDF-XChange Editor
Topic: Feature Suggestion to Add Stamps from Watermark Menu
Replies: 3
Views: 369

Re: Feature Suggestion to Add Stamps from Watermark Menu

Thanks. They are 90% of the way there already. You can choose the File option, Pick your Stamp File(PDF), and Page Number and it works for Static Stamps. What's missing is supporting the Dynamic Stamps as well as an easy interface for the user to pick the stamp to use from the Stamps Palette. In loo...
by RMan
Wed Mar 16, 2022 12:45 pm
Forum: PDF-XChange Editor
Topic: Duplicate All Pages Minus Source Page
Replies: 3
Views: 347

Re: Duplicate All Pages Minus Source Page

Thanks so much. I will give that a try it's just not as clear to end users to do it that way.
by RMan
Wed Mar 16, 2022 3:55 am
Forum: PDF-XChange Editor
Topic: Feature Suggestion to Add Stamps from Watermark Menu
Replies: 3
Views: 369

Feature Suggestion to Add Stamps from Watermark Menu

It would really, really be nice to have an option to add the users Stamps through the Watermarks Dialog also so they can place a stamp in an exact position across multiple pages instead of just dropping it on the page.
by RMan
Wed Mar 16, 2022 1:42 am
Forum: PDF-XChange Editor
Topic: Duplicate All Pages Minus Source Page
Replies: 3
Views: 347

Duplicate All Pages Minus Source Page

9 out of 10 times when our clients want to use the Duplicate function for content or annotations they want to duplicate across all pages minus the one they are copying from. But this is a bit hard in the dialog because you have to do a Custom Page and then enter the page range each time. Maybe under...
by RMan
Tue Mar 08, 2022 1:04 pm
Forum: PDF-XChange Editor
Topic: Feature Request Page Layout and Default Page Zoom
Replies: 3
Views: 339

Re: Feature Request Page Layout and Default Page Zoom

Thanks Stefan. How is the Automatic supposed to work for the Page Layout? Near as I can tell when I have it set to Automatic every new document I create or existing one I open ends up being in Continuous mode regardless of it they are letter size pages which you likely want to view in continuous or ...
by RMan
Tue Mar 08, 2022 3:43 am
Forum: PDF-XChange Editor
Topic: Feature Request Page Layout and Default Page Zoom
Replies: 3
Views: 339

Feature Request Page Layout and Default Page Zoom

It would be nice to have a "Last Used" setting for the Default Page Layout and the Default Page Zoom or have the Automatic setting use the last used settings. If I have the Default Page Layout set to Automatic and then in the interface have it set to Single Page and open another PDF I woul...
by RMan
Wed Jan 26, 2022 2:28 pm
Forum: PDF-XChange Editor
Topic: Open PDF-XChange with Typewriter
Replies: 8
Views: 1057

Re: Open PDF-XChange with Typewriter

I would vote for this feature for sure! Many times we have clients who's main job might be to Highlight Text or to to Edit Content so they seldom want the Hand or SelectText tool to start with. One easier solution I can think of would be to add an option for "Last Active Tool" as the Defau...
by RMan
Tue Jan 11, 2022 9:52 pm
Forum: PDF-XChange Editor
Topic: File unavailable: document closed and changes lost!
Replies: 10
Views: 1274

Re: File unavailable: document closed and changes lost!

Thanks. I'll try to get a document together going through the steps I was testing or I can always do an online meeting if that would help.
by RMan
Tue Jan 11, 2022 7:52 pm
Forum: PDF-XChange Editor
Topic: File unavailable: document closed and changes lost!
Replies: 10
Views: 1274

Re: File unavailable: document closed and changes lost!

Are there any new developments on this issue? It's extremely important to solve this as users are not happy at all when they loose there work. We have a client reporting cases similar to this and the other issue https://forum.pdf-xchange.com/viewtopic.php?f=62&t=31073&p=147105&hilit=unav...
by RMan
Fri Aug 13, 2021 6:50 pm
Forum: PDF-XChange Editor SDK
Topic: No Events Are Fired When Closing Panes
Replies: 11
Views: 2124

No Events Are Fired When Closing Panes

We are trying to determine when a pane is closed to update a menu but it doesn't appear that any events are fired when it happens unless all the panes are closed and then the e.pagesView.endLayoutChanging event is finally thrown. You can test it by showing the Thumbnail and Bookmarks panes in the st...
by RMan
Mon Aug 09, 2021 7:12 pm
Forum: PDF-XChange Editor
Topic: Text can only be changed when "Edit Text Elements as Blocks" is selected.
Replies: 5
Views: 836

Re: Text can only be changed when "Edit Text Elements as Blocks" is selected.

I sure hope that this "feature" is going to be changed in the next build. There are many times that a user might want to edit the text as the single lines they may have been created as and not as a block. So the setting of "Edit Text Elements As Blocks" should have absolutely no ...
by RMan
Wed Jun 23, 2021 2:36 am
Forum: PDF-XChange Editor SDK
Topic: IPXC_Document.PlaceHeadersAndFooters sporadic "unknow error" exception
Replies: 13
Views: 2440

Re: IPXC_Document.PlaceHeadersAndFooters sporadic "unknow error" exception

Are you creating your operation options objects once before the loop or each time inside of the loop? It seams like I remember coming across a bug where if you defined it before the loop that it would cause the HeaderAndFooters and Bates Numbering to fail sometimes but if you defined them each time ...
by RMan
Wed Feb 24, 2021 5:18 am
Forum: PDF-XChange Editor SDK
Topic: How to set Filter Index and Default Name for File SaveAs Dialog
Replies: 4
Views: 1073

Re: How to set Filter Index and Default Name for File SaveAs Dialog

Any idea yet on how I can accomplish picking which File Type To Save as in the dialog?
by RMan
Thu Feb 18, 2021 11:27 pm
Forum: PDF-XChange Editor SDK
Topic: Changing Frame Header Colors
Replies: 31
Views: 6772

Re: Changing Frame Header Colors

In checking back on this I still cannot get the color of the checkboxes and radio buttons to change when they are selected. Was this never resolved or am I missing something? If I change the selection color or the ctl.selection of the theme then it will change but that also changes the selection col...
by RMan
Thu Feb 18, 2021 1:22 pm
Forum: PDF-XChange Editor SDK
Topic: How to set Filter Index and Default Name for File SaveAs Dialog
Replies: 4
Views: 1073

Re: How to set Filter Index and Default Name for File SaveAs Dialog

HEre you go. Basically we would like to issued the cmd.saveAs and then populate these two fields in the dialog box when it opens.

SaveAsDialog.jpg
by RMan
Fri Feb 12, 2021 5:33 pm
Forum: PDF-XChange Editor SDK
Topic: How to set Filter Index and Default Name for File SaveAs Dialog
Replies: 4
Views: 1073

How to set Filter Index and Default Name for File SaveAs Dialog

How would I specify what Filter Index and Filename to use for the Save As Dialog Box? Basically I'm trying to add menu selections in to Save As Optimized, Save as PDF/A and such to specific locations (but prompt the user if they want to change it) so maybe I'm missing an easy way to do those functio...
by RMan
Mon Feb 08, 2021 5:15 pm
Forum: PDF-XChange Editor SDK
Topic: OCR Plugin - Languages: none installed SOLVED
Replies: 17
Views: 3883

Re: OCR Plugin - Languages: none installed SOLVED

Is there a way to enable the command so the button works in the SDK but then point the location of the button to a different url for custom installers of the language packs? Also anyone else who comes across this post you probably want to also do the same thing in the "DlgAppPrefs.OCR" Pre...
by RMan
Mon Feb 01, 2021 4:46 pm
Forum: PDF-XChange Editor SDK
Topic: Send by Email General MAPI Failure
Replies: 8
Views: 1389

Re: Send by Email General MAPI Failure

No problem. I also learned that in VB6 it didn't like to start Outlook while still in the PDFEditor_OnEvent code so I had to set a timer to fire off the email after I returned to the OnEvent that we had handled it.
by RMan
Sat Jan 30, 2021 2:01 pm
Forum: PDF-XChange Editor SDK
Topic: Send by Email General MAPI Failure
Replies: 8
Views: 1389

Re: Send by Email General MAPI Failure

Also I'm not 100% sure but if I had to guess they are probably checking this registry key for what the default program for email is so you could do the same and use the above routines if it's Outlook and Outlook is 64 bit and your program is 32 bit. HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre...
by RMan
Fri Jan 29, 2021 9:33 pm
Forum: PDF-XChange Editor SDK
Topic: Send by Email General MAPI Failure
Replies: 8
Views: 1389

Re: Send by Email General MAPI Failure

If you haven't solved this yet on your end the problem is that Microsoft's MAPI isn't compatible from 32 to 64 bit. I think the MAPISendMail might be the only function that might call 64 bit Outlook from a 32 bit process but not sure on that. Now if you are talking about only supporting Outlook it's...
by RMan
Tue Jun 23, 2020 6:38 pm
Forum: PDF-XChange Editor
Topic: Paste object at exactly the same page position as when it was copied
Replies: 14
Views: 3236

Re: Paste object at exactly the same page position as when it was copied

Would it be possible to add a feature request so that if the user does have the checkbox set to paste in the Mouse Position but then has the mouse off the page that it pastes it in the original position on the page. That way if a user wants to paste something in the same location they could click on...
by RMan
Tue Nov 19, 2019 1:17 pm
Forum: PDF-XChange Editor SDK
Topic: Changing Frame Header Colors
Replies: 31
Views: 6772

Re: Changing Frame Header Colors

Thanks. Very much appreciated.
by RMan
Wed Nov 13, 2019 7:06 pm
Forum: PDF-XChange Editor SDK
Topic: Changing Frame Header Colors
Replies: 31
Views: 6772

Re: Changing Frame Header Colors

Sorry I forgot to update that being able to set the Header Text helps greatly. Thanks so much. The one thing I just noticed is that I can't figure out how to programatically add the "group.title" color value if it's not in the Resources.dat file since that file wasn't updated to include th...
by RMan
Fri Sep 13, 2019 5:02 pm
Forum: PDF-XChange Editor
Topic: Find and replace text function?
Replies: 53
Views: 10912

Re: Find and replace text function?

Understandable and they have done an amazing job on the Editor and it really does a great job of recognizes paragraphs and such. From my end user view though is the spell checker really doesn't currently take into account resizing to fit so a Find/Replace that works identical to the spell checker is...