Search found 11140 matches
- Fri Jun 20, 2025 8:28 pm
- Forum: PDF-XChange Editor
- Topic: UI / Rendering - App Crashes / Stops responding
- Replies: 3
- Views: 108
Re: UI / Rendering - App Crashes / Stops responding
Hello, howiec I have passed along the report already, but so far our tests have been unsuccessful. The actual number of unique "heavy" files we keep on hand is rather small (we don't often need to work with them personally, beyond throwaway cases where due to contained user data or other s...
- Fri Jun 20, 2025 6:56 pm
- Forum: PDF-XChange Editor SDK
- Topic: Display "Edit Action List" for a link annotation SOLVED
- Replies: 9
- Views: 284
Re: Display "Edit Action List" for a link annotation SOLVED
Hello, zarkogajic
My understanding is it should work regardless. If the selected item *can* contain actions, it should always interact with actions list functions, even when that list is "empty".
Kind regards,
My understanding is it should work regardless. If the selected item *can* contain actions, it should always interact with actions list functions, even when that list is "empty".
Kind regards,
- Fri Jun 20, 2025 6:54 pm
- Forum: PDF-XChange Editor SDK
- Topic: Lock PagesView from updates
- Replies: 8
- Views: 394
- Fri Jun 20, 2025 6:52 pm
- Forum: PDF-XChange Editor
- Topic: Use-Case of "Signatures and Initials"
- Replies: 3
- Views: 48
Re: Use-Case of "Signatures and Initials"
Hello, SB-GFP Essentially yes, It is an item mentioned in the PDF specification, and so it has been implemented according to those rules. It was not our own creative reasoning, but simply a matter of course, so we cannot really offer much more than speculation on the "reason" or intended u...
- Fri Jun 20, 2025 6:43 pm
- Forum: PDF-XChange Editor
- Topic: Documents on Network Shares after Computer Standby
- Replies: 3
- Views: 42
Re: Documents on Network Shares after Computer Standby
Hello, SB-GFP Unfortunately no, the maximum maintenance time on license is 3 years, and the final release of V8 came out in 2021. Sadly there is no way it could be compatible with current releases given the age. You will need to look at a renewal/upgrade to the current version, which can be done fro...
- Fri Jun 20, 2025 6:02 pm
- Forum: PDF-XChange Editor
- Topic: Microsoft Purview Sensitivity Labels removed when printing
- Replies: 12
- Views: 558
Re: Microsoft Purview Sensitivity Labels removed when printing
Hello, Tai-D Okay, yes that is all expected. The MS Print to PDF printer is in a special state (being a native part of the OS), it has some unique integrations with these kinds of features. Sadly, most third party printers, like ours, are not able to "sign-in as you" in order to apply thes...
- Fri Jun 20, 2025 5:18 pm
- Forum: PDF-XChange Editor SDK
- Topic: Display "Edit Action List" for a link annotation SOLVED
- Replies: 9
- Views: 284
Re: Display "Edit Action List" for a link annotation SOLVED
Hello, I may have spoken too soon!
One of our other devs just found this gem, which it seems some of us forgot about:
https://sdkhelp.pdf-xchange.com/view/PX ... ionListDlg
Perhaps this will fulfil the needs?
Kind regards,
One of our other devs just found this gem, which it seems some of us forgot about:
https://sdkhelp.pdf-xchange.com/view/PX ... ionListDlg
Perhaps this will fulfil the needs?
Kind regards,
- Fri Jun 20, 2025 5:13 pm
- Forum: PDF-XChange Editor
- Topic: How to find PDF documents without a specified language?
- Replies: 3
- Views: 894
Re: How to find PDF documents without a specified language?
Hello, Jensen Head
Thank you for that, I have made a note, just in case.
Kind regards,
Thank you for that, I have made a note, just in case.
Kind regards,
- Fri Jun 20, 2025 4:09 pm
- Forum: PDF-XChange Editor SDK
- Topic: Lock PagesView from updates
- Replies: 8
- Views: 394
Re: Lock PagesView from updates
Hello, zarkogajic Yes, you need to fire them for the document. Here is the pseudocode: int eventIDBefore = pxvInst.Str2ID(‘e.document.beforeChangePagesList’); int eventIDAfter = pxvInst.Str2ID(‘e.document.afterChangePagesList’); IEvent eventBefore = doc.EventServer.CreateNewEvent(eventIDBefore, 0, 0...
- Fri Jun 20, 2025 3:38 pm
- Forum: PDF-XChange Editor SDK
- Topic: Lock PagesView from updates
- Replies: 8
- Views: 394
Re: Lock PagesView from updates
Hello, zarkogajic the team is still discussing possible alternatives, but here is one working solution we have found so far: Before executing the list of operations, you need to use the ‘e.document.beforeChangePagesList’ event, and after — ‘e.document.afterChangePagesList’. This will help prevent Pa...
- Thu Jun 19, 2025 11:02 pm
- Forum: PDF-XChange Editor
- Topic: Search Results - Questions/Ideas
- Replies: 9
- Views: 265
Re: Search Results - Questions/Ideas
Hello, KoLoLoLo Thank you for the example, yes, I can see how such a use case could be beneficial. I have raised the topic with the Dev team now for review. I cant promise anything at this point, but if I have good news I will come back to let you know. This is a low priority request, due to the com...
- Thu Jun 19, 2025 9:27 pm
- Forum: PDF-XChange Editor
- Topic: Flatten the stamp image, set blend mode to Multiply, and duplicate the page; adjustments on one will impact the other
- Replies: 3
- Views: 211
- Thu Jun 19, 2025 8:48 pm
- Forum: PDF-Tools
- Topic: Suggestion - Extract pages based on bookmark
- Replies: 2
- Views: 811
Re: Suggestion - Extract pages based on bookmark
Hello, This is already somewhat possible, The three options in the "bookmarks > options > select>" menu offer ways to select (respectively): 1. The target page of the selected bookmark(s) 2. Pages referenced by that bookmark and its direct descendants 3. All pages including those between s...
- Thu Jun 19, 2025 8:30 pm
- Forum: PDF-XChange Editor
- Topic: Page size when inserting an image from the clipboard using the Insert Pages from Clipboard command
- Replies: 2
- Views: 841
Re: Page size when inserting an image from the clipboard using the Insert Pages from Clipboard command
Hello, Good news, I am working with an internal testing build today, and it seems that there has been some progress on this. I cannot say with certainty that it is fully resolved yet, it is on its way, and likely will have some improvements, if not be entirely fixed with the next release. Kind regar...
- Thu Jun 19, 2025 5:21 pm
- Forum: PDF-XChange Editor
- Topic: Retain Orientation for Custom Paper Size Type
- Replies: 1
- Views: 62
Re: Retain Orientation for Custom Paper Size Type
Hello, Jensen Head As you have found, there is no way to do this yet, however, I have raised it with the Dev team for the future. In the meantime, I suppose the best solution would be a 2 step process. 1. Resize one page to the desired custom size. 2. Then use the "type - By page" option, ...
- Thu Jun 19, 2025 4:04 pm
- Forum: PDF-XChange Editor
- Topic: Search Results - Questions/Ideas
- Replies: 9
- Views: 265
Re: Search Results - Questions/Ideas
Hello, KoLoLoLo As in #2, there is no way to select multiple search results at once currently. The search pane is not designed as a selection tool, it is a navigation tool at its core. Might I ask for more clarification on the reason you need to select multiple of these navigation actions at once? K...
- Thu Jun 19, 2025 3:50 pm
- Forum: Network Administrator Support
- Topic: Deploy stamps to other PC in the network
- Replies: 1
- Views: 69
Re: Deploy stamps to other PC in the network
Hello, rkanther This depends on the method used for sharing the stamps. The "default size" of a stamp is inherently, the original size of the content in use. in more recent releases we added a system to "remember" the last used manually set size (click/drag placement), for future...
- Thu Jun 19, 2025 3:41 pm
- Forum: PDF-XChange Editor
- Topic: Microsoft Purview Sensitivity Labels removed when printing
- Replies: 12
- Views: 558
Re: Microsoft Purview Sensitivity Labels removed when printing
Hello, Tai-D If the files are coming from another application entirely (such as MS Word), than printing is expected to remove such items. As you mentioned, export to PDF seems to retain them, and that will likely be the only option available to do so. If the file with these items is already a PDF fi...
- Wed Jun 18, 2025 10:21 pm
- Forum: PDF-XChange Editor
- Topic: UI / Rendering - App Crashes / Stops responding
- Replies: 3
- Views: 108
Re: UI / Rendering - App Crashes / Stops responding
Hello, howiec Before we start, is this happening in the current latest release (10.6.0.396)? If you are running an older build, please first update and see if the issue persists. Assuming it does remain in the current version, please see below: Since you mentioned that sometimes it full crashes the ...
- Wed Jun 18, 2025 9:42 pm
- Forum: PDF-XChange Editor
- Topic: Flatten the stamp image, set blend mode to Multiply, and duplicate the page; adjustments on one will impact the other
- Replies: 3
- Views: 211
Re: Flatten the stamp image, set blend mode to Multiply, and duplicate the page; adjustments on one will impact the othe
Hello, rakunavi Thank you for the report, I see the same here and have passed it along for review. We found that this issue is only temporary, there is an error in memory while performing the duplication and then immediately switching to move the object around, if you save and re-open the file after...
- Wed Jun 18, 2025 5:25 pm
- Forum: PDF-XChange Editor
- Topic: Having an issue with link underlines
- Replies: 3
- Views: 106
Re: Having an issue with link underlines
Hello, Phil_459 I am glad to hear that you found a solution. We do not support conversion form EPUB to PDF, but based on what you described, the underlines there would have to have been placed by the creating application. In your shoes, I would reach out to the developers of that software, and ask t...
- Wed Jun 18, 2025 3:13 pm
- Forum: PDF-XChange Editor
- Topic: Search Results - Questions/Ideas
- Replies: 9
- Views: 265
Re: Search Results - Questions/Ideas
Hello, KoLoLoLo Perhaps I am misunderstanding, but for #1, comments are already grouped by page: image.png As for #2, I think Dimitar may have mistakenly been referring to the comments pane in this case. The search pane is essentially intended as a navigation system, so there shouldn't really be any...
- Wed Jun 18, 2025 3:02 pm
- Forum: PDF-XChange Editor
- Topic: Windows Explorer - Year (Metadata?) Defined Where? SOLVED
- Replies: 12
- Views: 3289
- Tue Jun 17, 2025 10:06 pm
- Forum: PDF-XChange Editor
- Topic: Entering certain high values as margins or gaps in the Merge Pages dialog results in strange behavior
- Replies: 3
- Views: 462
Re: Entering certain high values as margins or gaps in the Merge Pages dialog results in strange behavior
Hello, rakunavi
Thank you checking on that, The devs are already looking into it now, but I will make a note that you have confirmed there is indeed a relation to the default paper size in various environments.
Kind regards,
Thank you checking on that, The devs are already looking into it now, but I will make a note that you have confirmed there is indeed a relation to the default paper size in various environments.
Kind regards,
- Tue Jun 17, 2025 6:54 pm
- Forum: PDF-XChange Editor
- Topic: special format vor formular
- Replies: 5
- Views: 134
Re: special format vor formular
Hello, Nimrod_189 While you may be able to enforce the content to be formatted a certain way using Javascript, none of the UI options or PDF standard implementations that I know of can offer exactly what you are looking for. In practice, you would likely want to configure the field with a "comb...
- Tue Jun 17, 2025 6:46 pm
- Forum: PDF-XChange (End Users FR)
- Topic: [javascript] non-modal dialogs SOLVED
- Replies: 9
- Views: 419
- Tue Jun 17, 2025 6:29 pm
- Forum: PDF-XChange Editor
- Topic: issues with orthosnap SOLVED
- Replies: 3
- Views: 345
Re: issues with orthosnap SOLVED
Hello, Sir_Stig
Not at the moment, but I can raise the idea with the Dev team to see if it may be offered in the future.
Kind regards,
Not at the moment, but I can raise the idea with the Dev team to see if it may be offered in the future.
Kind regards,
- Tue Jun 17, 2025 4:56 pm
- Forum: PDF-XChange Editor
- Topic: Microsoft Purview Sensitivity Labels removed when printing
- Replies: 12
- Views: 558
Re: Microsoft Purview Sensitivity Labels removed when printing
Hello, We have just heard back from the Dev team on this, here is what they had to say: Looks like they mix Purview Labels and Purview DLP. They have Labels applied to office documents, and when they print to a PDF-XChange PDF file, it will not have these labels applied, because the printer knows no...
- Tue Jun 17, 2025 4:19 pm
- Forum: PDF-XChange Editor
- Topic: Possible bug with labeling tag fields ("Subject", "Keywords" and "Description")
- Replies: 10
- Views: 1140
Re: Possible bug with labeling tag fields ("Subject", "Keywords" and "Description")
Hello, Jensen Head This all seems to be done correctly. I should note that the file in question was not created by us, but after making a change, all the modification date, and subject/keydata fields seem to have synced nicely: image.png image(1).png Is there something I am missing here? Kind regards,
- Tue Jun 17, 2025 4:08 pm
- Forum: PDF-XChange Editor
- Topic: FIND space
- Replies: 3
- Views: 239
Re: FIND space
Hello, Indeed it is not mentioned in the manuals, however, this is the case with the vast majority of search functions across modern apps. Blank characters are usually ignored (or used as a delimiter between terms), and in most cases, enveloping the string in quotes is the only way to ensure they ar...
- Tue Jun 17, 2025 3:56 pm
- Forum: PDF-XChange Editor
- Topic: Entering certain high values as margins or gaps in the Merge Pages dialog results in strange behavior
- Replies: 3
- Views: 462
Re: Entering certain high values as margins or gaps in the Merge Pages dialog results in strange behavior
Hello, rakunavi
Thank you for the report, This does appear to only be a display error, given that 609*789 coincides with Letter sized paper, I expect this is a case of loading the wrong display value accidentally. I have passed this along to the dev team for review.
Kind regards,
Thank you for the report, This does appear to only be a display error, given that 609*789 coincides with Letter sized paper, I expect this is a case of loading the wrong display value accidentally. I have passed this along to the dev team for review.
Kind regards,
- Mon Jun 16, 2025 9:43 pm
- Forum: PDF-XChange Editor
- Topic: Autorecovery not working. Where is recovery information saved?
- Replies: 77
- Views: 34335
Re: Autorecovery not working. Where is recovery information saved?
Hello, David.P Thank you for sending those along, I have forwarded them to Ivan for review, and we will get back to you as soon as we have heard from the dev team. I do need to ask, you mentioned that your last recorded recovery data appears to be from a week ago? Roughly how long do you keep the Ed...
- Mon Jun 16, 2025 6:49 pm
- Forum: PDF-XChange Editor
- Topic: Preserve layers when flattening comments
- Replies: 1
- Views: 141
Re: Preserve layers when flattening comments
Hello, htsmi
I do not believe there is a way to do so at the moment, but I have raised this with the Dev team as a proposed feature request. We will have to wait and see what they say, if this is accepted, I will return with a ticket number in time.
Kind regards,
I do not believe there is a way to do so at the moment, but I have raised this with the Dev team as a proposed feature request. We will have to wait and see what they say, if this is accepted, I will return with a ticket number in time.
Kind regards,
- Mon Jun 16, 2025 6:43 pm
- Forum: PDF-XChange Editor
- Topic: Scan Quality and File Size
- Replies: 1
- Views: 131
Re: Scan Quality and File Size
Hello, Oldyellr So long as the OCR quality remains ideal, the choice is yours. The OCR engine in place for our V7 products, generally perform best on images between 300-600 DPI, so either option should produce ideal results. The only exception there would be if the text in your document is exception...
- Mon Jun 16, 2025 6:13 pm
- Forum: PDF-XChange Editor
- Topic: GoToR action with "Open In New Window" -> open in a new tab, not new Frame SOLVED
- Replies: 7
- Views: 152
- Mon Jun 16, 2025 5:56 pm
- Forum: PDF-XChange Editor
- Topic: GoToR action with "Open In New Window" -> open in a new tab, not new Frame SOLVED
- Replies: 7
- Views: 152
Re: GoToR action with "Open In New Window" -> open in a new tab, not new Frame SOLVED
Hello, zarkogajic The link's settings act as an override, quite intentionally. It is worth noting, the top option "open each New Document in a new window, specifically pertains to "newly created files" not those opened from links. If you use Ctrl_N or drag/drop a word file into the Ed...
- Mon Jun 16, 2025 5:52 pm
- Forum: PDF-XChange Editor
- Topic: GoToR action with "Open In New Window" -> open in a new tab, not new Frame SOLVED
- Replies: 7
- Views: 152
Re: GoToR action with "Open In New Window" -> open in a new tab, not new Frame SOLVED
Hello, zarkogajic That is a difference in design choice. In our case, we choose to respect the document settings with priority in such cases. As before, if you wish for the document to respect the viewers own preferences, the default setting for such links allows it. Why set a rule that says "a...
- Mon Jun 16, 2025 5:42 pm
- Forum: PDF-XChange Editor SDK
- Topic: op.htmlToDoc.HtmlInput = true vs op.htmlToDoc.HtmlInput = false SOLVED
- Replies: 3
- Views: 501
- Mon Jun 16, 2025 5:30 pm
- Forum: PDF-XChange Editor
- Topic: GoToR action with "Open In New Window" -> open in a new tab, not new Frame SOLVED
- Replies: 7
- Views: 152
Re: GoToR action with "Open In New Window" -> open in a new tab, not new Frame SOLVED
Hello, zarkogajic This is expected, "new window" inherently means a new "frame" of the application, not a new "tab". Windows and Frames are at this point, interchangeable terms. If your document demands a new window be opened, we will do so unless your configuration exp...
- Mon Jun 16, 2025 5:14 pm
- Forum: PDF-XChange Editor
- Topic: PDFs saved with PDF-XChange Editor v10 cannot be open in Adobe Reader v25
- Replies: 3
- Views: 289
Re: PDFs saved with PDF-XChange Editor v10 cannot be open in Adobe Reader v25
Hello, GandalfAwA Build 396 is the current latest, so what you see in the updater there is correct. Given that the issue you report is a memory issue in another application, you will likely need to report that to Adobe directly. That said, I cannot dismiss the idea that this is somehow caused by som...
- Mon Jun 16, 2025 5:08 pm
- Forum: PDF-XChange Editor
- Topic: I can't copy and paste annotations.
- Replies: 14
- Views: 760
Re: I can't copy and paste annotations.
Hello, tvenken This is still unconfirmed, as it seems those we have spoken with are too happy it is fixed and haven't actually come back to inform us what the build number they are running is. As such I cannot offer any solid numbers, beyond that in a few cases we have suggested an update, and when ...
- Mon Jun 16, 2025 4:50 pm
- Forum: PDF-XChange Editor
- Topic: Bug Report – Unwanted Spaces in Callout Comments After Upgrading to v10.6.0 Build 396
- Replies: 1
- Views: 131
Re: Bug Report – Unwanted Spaces in Callout Comments After Upgrading to v10.6.0 Build 396
Hello, dmrbhuma I cannot reproduce this, but I note how in your example, the spaces (or based on the size, perhaps they are "Tabs") both immediately follow the letter R. Do you perhaps have autohotkey or some other scripting tool running which may be intercepting that and adding extra char...
- Mon Jun 16, 2025 4:07 pm
- Forum: PDF-XChange Editor
- Topic: Can you help me with this problem?
- Replies: 1
- Views: 139
Re: Can you help me with this problem?
Hello, Litine74 When you say "open a PDF file" do you mean this happens for each file you open at any time, or that is happens once the first time you open our software following a restart, and then opening any file after that works normally? I ask because there are some known issues with ...
- Mon Jun 16, 2025 3:42 pm
- Forum: PDF-XChange Editor
- Topic: When a wide aspect page doc is displayed in continuous mode, the page transitions non-continuously after bookmark access
- Replies: 1
- Views: 299
Re: When a wide aspect page doc is displayed in continuous mode, the page transitions non-continuously after bookmark ac
Hello, rakunavi
The same issue does happen with portrait orientation pages as well, you just need to be zoomed out far enough to see a few of them at once. I will pass this along to the dev team for further review.
Kind regards,
The same issue does happen with portrait orientation pages as well, you just need to be zoomed out far enough to see a few of them at once. I will pass this along to the dev team for further review.
Kind regards,
- Mon Jun 16, 2025 3:22 pm
- Forum: PDF-XChange Editor
- Topic: Suggestion: allow to use bookmark action for link annotation action
- Replies: 3
- Views: 215
Re: Suggestion: allow to use bookmark action for link annotation action
Hello, zarkogajic :lol: You have piqued my curiosity, is there a reason you dislike Named Destinations? Back to the main request here however, we will have to wait and see if the Dev team has any input here. If I have good news, I will come back with a ticket number for this suggestion. Kind regards,
- Mon Jun 16, 2025 3:14 pm
- Forum: PDF-XChange Editor
- Topic: When bookmarks are sorted by referencing page number, those with the same page number are also sorted alphabetically
- Replies: 3
- Views: 295
- Fri Jun 13, 2025 11:11 pm
- Forum: PDF-XChange Editor
- Topic: When bookmarks are sorted by referencing page number, those with the same page number are also sorted alphabetically
- Replies: 3
- Views: 295
Re: When bookmarks are sorted by referencing page number, those with the same page number are also sorted alphabetically
Hello, rakunavi
Thank you for the report, I have passed this suggestion along for consideration. I do not know if the current handling is intended or not in this case, but I do agree it seems strange.
RT#7539: FR: sort bookmarks - by page handling change
Kind regards,
Thank you for the report, I have passed this suggestion along for consideration. I do not know if the current handling is intended or not in this case, but I do agree it seems strange.
RT#7539: FR: sort bookmarks - by page handling change
Kind regards,
- Fri Jun 13, 2025 9:41 pm
- Forum: PDF-XChange Editor
- Topic: How to disable scrolling animation when selecting a comment in the Comments pane?
- Replies: 3
- Views: 324
- Fri Jun 13, 2025 9:16 pm
- Forum: PDF-XChange (End Users FR)
- Topic: [javascript] non-modal dialogs SOLVED
- Replies: 9
- Views: 419
Re: [javascript] non-modal dialogs SOLVED
Hello, Mathew
Just under half of that flew right over my head, but I suppose I will stop worrying about it as well.
In any case, I will leave the request open ended for the dev team to come take a look if they feel like it. For now, I hope you have a nice day!
Kind regards,

In any case, I will leave the request open ended for the dev team to come take a look if they feel like it. For now, I hope you have a nice day!
Kind regards,
- Fri Jun 13, 2025 9:09 pm
- Forum: PDF-XChange Editor
- Topic: Request: Replace pages - sort open documents above recent
- Replies: 6
- Views: 255
Re: Request: Replace pages - sort open documents above recent
Hello, k04658094 That will probably be it then, Thank you for checking. If you do ever get around to an up to date version, please let me know if the issue persists there. For now, we are dropping the investigation on this end (no one could reproduce it), but if its still around, we do want to take ...