Search found 2343 matches

by Vasyl-Tracker Dev Team
Sat Dec 04, 2021 1:17 am
Forum: PDF-XChange Editor SDK
Topic: Combining Images on PDF Page
Replies: 6
Views: 1146

Re: Combining Images on PDF Page

Hi Jeff. The possible way is: 1. Firstly you need to collect info about all images on the page: IPXC_ContentItem - Type, BBox, GetCTM..., Image_Object... 2. Lookup for groups of images that need to be merged(rasterized) together. For that you may analyze their 'proximity' having the image's actual r...
by Vasyl-Tracker Dev Team
Tue Nov 30, 2021 11:29 pm
Forum: PDF-XChange Editor SDK
Topic: Snapshot tool and PXC_PermsFlags PermF_All SOLVED
Replies: 6
Views: 1225

Re: Snapshot tool and PXC_PermsFlags PermF_All SOLVED

Hi Zarko. If you removed the Perm_OperCopy by using the doc.SetRestrictedPermissions(Perm_All) then it disables the whole copy-feature for this doc, without any exclusion for Snapshot tool. According to PDF-Spec we haven't different CopyPermission-flags, one for text and second for graphic, but just...
by Vasyl-Tracker Dev Team
Fri Nov 26, 2021 12:47 am
Forum: PDF-XChange Editor
Topic: Bug or Idiosyncracy? Navigate Backwards in Tab Groups
Replies: 10
Views: 800

Re: Bug or Idiosyncracy? Navigate Backwards in Tab Groups

Hi PHK. These navigational commands from inactive TGs are ignored by the "Previous" commands. Yes, you are right, there is a bug. We will fix it in the next build. Sorry for the inconvenience and thank you for taking the time to investigate this issue. I don't know how many or if there is ...
by Vasyl-Tracker Dev Team
Tue Nov 16, 2021 10:37 pm
Forum: PDF-Tools
Topic: A bug for Enhance Scanned Pages
Replies: 16
Views: 2243

Re: A bug for Enhance Scanned Pages

Hi eu4you. The 'overlapped-text-becomes-visible-after-EnhanceScans' bug is confirmed and will be fixed soon. Also, a tip related to your case, to your screenshot of EnhanceScans dialog: using the Descreen=High isn't a good idea for a major number of images, because it may add visual artifacts (verti...
by Vasyl-Tracker Dev Team
Tue Nov 16, 2021 10:17 pm
Forum: PDF-XChange Editor
Topic: File load order of Session documents
Replies: 14
Views: 1497

Re: File load order of Session documents

Hi Timur. When I use 10 windows then I can get up to 10 search results, when I use 10 tabs then I can only get 1 search result. In cases when you looking for the same criteria in all 10 tabs - the current way is certainly better than others. Because, 'in one click', you are quite literally able to s...
by Vasyl-Tracker Dev Team
Fri Nov 12, 2021 10:23 pm
Forum: PDF-XChange Editor
Topic: File load order of Session documents
Replies: 14
Views: 1497

Re: File load order of Session documents

Hi Timur. If users open multiple files then they need per file search results. How about simple and very common case when user wants to search in folder ? How user will do this having just search-per-doc option?? Should he OPEN ALL pdf-files from that folder to search in them? Obviously, this is an ...
by Vasyl-Tracker Dev Team
Wed Nov 10, 2021 7:32 pm
Forum: PDF-XChange Editor SDK
Topic: On Performance.MaxBackgroundThreads vs Performance.MaxThreads SOLVED
Replies: 11
Views: 2178

Re: On Performance.MaxBackgroundThreads vs Performance.MaxThreads SOLVED

Sorry, missed that you change the MaxBackgroundThreads. Yes, this parameter is for SDK and actually is calculated as: maxBackgroundThreads = min( Performance.MaxThreads, max(Performance.MaxBackgroundThreads, 4) ); And Performance.MaxThreads=0 == "The number of logical processors"
by Vasyl-Tracker Dev Team
Tue Nov 09, 2021 11:42 pm
Forum: PDF-XChange Editor SDK
Topic: Print a PDF to PDF via SDK SOLVED
Replies: 11
Views: 2338

Re: Print a PDF to PDF via SDK SOLVED

Hi Zarko. Once a PDF Printer receives a PDF for input, to create a new PDF... That's incorrect. Actually the PDF-printer only receive printing commands (GDI) like: StartDoc StartPage DrawText(text, x, y... ) MoveTo(x, y... ) LineTo(x, y... ) ... EndPage ... EndDoc The same is for real printers too. ...
by Vasyl-Tracker Dev Team
Tue Nov 09, 2021 11:02 pm
Forum: PDF-XChange Editor SDK
Topic: Unable to load PDFOptimize plugin
Replies: 8
Views: 1441

Re: Unable to load PDFOptimize plugin

Hi Charu. We cannot reproduce your trouble with loading the PDFOptimizer.pvp. If problem is still actual for you - please try the latest 358 build and let us know about result. Also please note that version of main dll (PDFXEditCore.x86.dll) and PDFOptimizer.pvp should be identical to avoid any pote...
by Vasyl-Tracker Dev Team
Tue Nov 09, 2021 10:47 pm
Forum: PDF-XChange Editor SDK
Topic: How can I open a PDF file as IPXV_Document?
Replies: 9
Views: 1867

Re: How can I open a PDF file as IPXV_Document?

Hi Ernest.

Sorry for big delay with it. Just checked the 358 build with your sample_pages.pdf and OCR, OCR+PDF/A-2B - everything works fine and pretty fast on my side (0.5-1 sec per page for OCR/PDFA). Can you confirm that you still have the same problems with 358 too?

Cheers.
by Vasyl-Tracker Dev Team
Tue Nov 09, 2021 10:00 pm
Forum: PDF-XChange Editor SDK
Topic: How to set Filter Index and Default Name for File SaveAs Dialog
Replies: 4
Views: 1101

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

Hi RMan. You may try to do it via intercepting the e.document.beforeSave: OnEvent(eventID, event ..) { if (eventID == pxvInst.Std2ID("e.document.beforeSave")) { // to select the "Optimized PDF" type event.DestConv = FindExportConvByID(pxvInst, "conv.optimized.pdf"); // ...
by Vasyl-Tracker Dev Team
Tue Nov 09, 2021 9:09 pm
Forum: PDF-XChange Core API SDK
Topic: IPXC_Action_URI - is URI a file:// or something else URL like SOLVED
Replies: 9
Views: 10280

Re: IPXC_Action_URI - is URI a file:// or something else URL like SOLVED

Hi Zarko.

GetFileAttributes
FindFirstFile
SHGetFileInfo
...
PathIsURL
PathCreateFromUrl
PathCanonicalize
PathCombine
UrlIs
UrlCombine
...

HTH.
by Vasyl-Tracker Dev Team
Tue Nov 09, 2021 7:55 pm
Forum: PDF-XChange Editor
Topic: File load order of Session documents
Replies: 14
Views: 1497

Re: File load order of Session documents

Hi Timur. Maybe make the session file editable to change load order manually by the user? Unfortunately the data in a session is too complex for manual customization. Its not a simple list of objects but very deep tree that may contain multiple roots(=mainframes). Each 'root' contains own subtree th...
by Vasyl-Tracker Dev Team
Tue Nov 09, 2021 7:00 pm
Forum: PDF-XChange Editor SDK
Topic: COMException HRESULT E_FAIL Error by Convert PDF/A
Replies: 9
Views: 1894

Re: COMException HRESULT E_FAIL Error by Convert PDF/A

Hi Ernest.
OnLogMsg is never called though.
Yes, you are right, unfortunately. Problem is that this operation doesn't write to the Log in SDK mode. We will remove that unnecessary restriction, and soon.

Cheers.
by Vasyl-Tracker Dev Team
Tue Nov 09, 2021 6:46 pm
Forum: PDF-XChange Editor SDK
Topic: cmd.document.findAndRedact
Replies: 3
Views: 791

Re: cmd.document.findAndRedact

Hi jusWest.

The 'cmd.document.findAndRedact' is added by Sanitize plug-in (SanitizePlugin.pvp). To have this command you need to load this plugin manually in your code by IPXV_Inst::AddPluginFromFile using...

HTH.
by Vasyl-Tracker Dev Team
Tue Nov 09, 2021 6:33 pm
Forum: PDF-XChange Editor SDK
Topic: op.bookmarks.export / op.bookmarks.import via IStream : "the parameter is incorrect" exception SOLVED
Replies: 12
Views: 1954

Re: op.bookmarks.export / op.bookmarks.import via IStream : "the parameter is incorrect" exception SOLVED

Hi Zarko.

Reviewed the code and found a bug that prevents using IStream/IAFS_File as input for ImportBookmarks-operation. :(
Will fix it in the next build.

Cheers.
by Vasyl-Tracker Dev Team
Tue Nov 09, 2021 1:42 am
Forum: PDF-XChange Editor SDK
Topic: IPXC_Document.PlaceHeadersAndFooters sporadic "unknow error" exception
Replies: 13
Views: 2483

Re: IPXC_Document.PlaceHeadersAndFooters sporadic "unknow error" exception

Hi RMan. The problem may occur when the implementation of operation-object creates and uses private and temporary data inside its Do(). And when Do() is finished - such temp. data must go away to make the state and operation-object clear and ready for the following Do() calls. But seems that this is...
by Vasyl-Tracker Dev Team
Tue Nov 09, 2021 1:20 am
Forum: PDF-XChange Editor SDK
Topic: On Performance.MaxBackgroundThreads vs Performance.MaxThreads SOLVED
Replies: 11
Views: 2178

Re: On Performance.MaxBackgroundThreads vs Performance.MaxThreads SOLVED

Hi Zarko.

The reason of that is simple: the AsyncDo() uses its own narrowed 'room' in our multithreading system. And at the moment this room is limited to 4 max simultaneously working threads.

Cheers.
by Vasyl-Tracker Dev Team
Tue Nov 09, 2021 12:33 am
Forum: PDF-XChange Editor SDK
Topic: v8 vs v9 : IPXV_DocInfoBarCallbacks vs IPXV_InfoBarCallbacks SOLVED
Replies: 13
Views: 2307

Re: v8 vs v9 : IPXV_DocInfoBarCallbacks vs IPXV_InfoBarCallbacks SOLVED

Hi Zarko. You may try to hide the unnecessary span by: IUIX_ScrollContainer scrollCon; IPXV_Inst.MaiFrm[k].View.Obj.Parent.QueryImpl(out scrollCon); IUIX_CmdLine cmdLine = scrollCon.CmdPaneTop[0]; for (bar : cmdLine) { if (bar.ID == spanToHideID) { bar.Hide(); break; } } Cheers.
by Vasyl-Tracker Dev Team
Mon Nov 08, 2021 11:29 pm
Forum: PDF-XChange Editor
Topic: File load order of Session documents
Replies: 14
Views: 1497

Re: File load order of Session documents

Hi Timur. When we save a session and when each doc is in a separate window (mainframe) - then we have only two options to save their order: - mainframes in their creation order (is fixed) - mainframes in their activation order (is dynamic) And at the moment we save all mainframes in their creation o...
by Vasyl-Tracker Dev Team
Mon Nov 08, 2021 10:36 pm
Forum: PDF-XChange Editor SDK
Topic: IPXV_DocPreSaveOptimizedDataEvent and altering the TempOptimizedDoc SOLVED
Replies: 18
Views: 3263

Re: IPXV_DocPreSaveOptimizedDataEvent and altering the TempOptimizedDoc SOLVED

Hi Zarko Ok, the future behavior might be: 1. SDK's optimization is done. 2. IPXV_DocPreSaveOptimizedDataEvent is raised with TempOptimizedDoc!=null and DestFileName=null (setting the IPXV_DocPreSaveOptimizedDataEvent.Progress.Canceled=true OR closing the TempOptimizedDoc - it will break whole opera...
by Vasyl-Tracker Dev Team
Mon Nov 08, 2021 9:08 pm
Forum: PDF-XChange Editor
Topic: Unable to customize toolbars SOLVED
Replies: 9
Views: 869

Re: Unable to customize toolbars SOLVED

Hi Robbb1. Thanks for the details. We reproduced this issue with WinDivvy utility and will fix it soon. Tech. Info: this application creates an invisible and topmost window that covers the entire desktop and is "transparent" to mouse events. The app seems to be using this method to capture...
by Vasyl-Tracker Dev Team
Fri Nov 05, 2021 9:13 pm
Forum: PDF-XChange Editor SDK
Topic: No Events Are Fired When Closing Panes
Replies: 11
Views: 2168

Re: No Events Are Fired When Closing Panes

Also you may listen to UIX_Notify_Layout_*** notifications sent by IPXV_DocumentView.Panes.Layout object to the IPXV_DocumentView.Obj. For example, you may intercept them in your global IUIX_EventMonitor::OnEvent, find the corresponding IPXV_Document/IPXV_DocumentView by comparing the Document[n].Vi...
by Vasyl-Tracker Dev Team
Fri Nov 05, 2021 6:05 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Converting large number of PDFs to TIFF SOLVED
Replies: 8
Views: 13899

Re: Converting large number of PDFs to TIFF SOLVED

Hi AnKeilha. There is just one minor issue: The command returns immediately after I press the return key, i.e. a few seconds before the actual TIFF export is finished. Is there any way to cause the command line call to exit after (!) all the TIFF files have been created? There is one option that may...
by Vasyl-Tracker Dev Team
Fri Nov 05, 2021 5:38 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Word to Pdf conversion
Replies: 1
Views: 5473

Re: Word to Pdf conversion

Hi Sruthi. Sorry for the delay with this. The PDF-XChange Editor SDK might help you with this task. Seems you need the ActiveX Control from this SDK to place it on your web page (look into WebExamples folder of installed SDK) to use its functionality. Another important thing: the machine with instal...
by Vasyl-Tracker Dev Team
Thu Nov 04, 2021 7:08 pm
Forum: PDF-XChange Editor SDK
Topic: Programmatically change text color for find/search results SOLVED
Replies: 5
Views: 1823

Re: Programmatically change text color for find/search results SOLVED

It would be awesome if you could build this into SDK (/EU Editor)
Agree with you, it might be useful in many scenarios to have possibility to split existing text-items. We will add it in the near future...
by Vasyl-Tracker Dev Team
Thu Nov 04, 2021 6:10 pm
Forum: PDF-XChange Editor SDK
Topic: Programmatically change text color for find/search results SOLVED
Replies: 5
Views: 1823

Re: Programmatically change text color for find/search results SOLVED

Hi Zarko. Unfortunately, but text in pdf - it is not normal text. In common case - it is just bunch of special text-items that might be positioned and ordered absolutely chaotically in pdf content BUT you may still see all of them as normal and readable text. For example, often pdf-creators firstly ...
by Vasyl-Tracker Dev Team
Tue Nov 02, 2021 8:04 pm
Forum: PDF-XChange Editor
Topic: links in the text that is inside a sticky note
Replies: 29
Views: 1974

Re: links in the text that is inside a sticky note

Hi igorlima. After a new investigation of AcrobatDC, we noticed that it is not possible to add a hyperlink to the comment text here (as previously), BUT you can simply paste it from the clipboard and it works as link while you edit the text and becomes non-interactive rich text when you click outsid...
by Vasyl-Tracker Dev Team
Tue Nov 02, 2021 7:20 pm
Forum: PDF-XChange Editor SDK
Topic: IOperation "Progress" CabNode for op.document.extractPages
Replies: 6
Views: 1046

Re: IOperation "Progress" CabNode for op.document.extractPages

Hi Zarko.

For sure it will be fixed for all operations that may show progress.

Cheers.
by Vasyl-Tracker Dev Team
Mon Nov 01, 2021 11:13 pm
Forum: PDF-XChange Editor SDK
Topic: Programmatically change text color for find/search results SOLVED
Replies: 5
Views: 1823

Re: Programmatically change text color for find/search results SOLVED

Hi Zarko. Unfortunately it might be too complex... Hypothetical way: text = page.GetText(); for (int i = (text.BlocksCount - 1); i >= 0; i--) { doc.StartEditPageText(i); te = doc.ActiveTextEditor; if (te == null) break; e = te.EditCtl; e.GetRichText(UIX_RichText_RTF, stream, UIX_GetRichText_All); Re...
by Vasyl-Tracker Dev Team
Mon Nov 01, 2021 9:54 pm
Forum: PDF-XChange Editor
Topic: .fdf after 'this.exportAsFDF' failed
Replies: 3
Views: 824

Re: .fdf after 'this.exportAsFDF' failed

Hi PeMü. I guess the problem was caused by whitespace between "/runjs:" and "Log" parts. Please avoid using extra spaces when it's unnecessary. for example I tried this in system's CMD utility: PDFXEdit.exe /runjs:Log=yes "e:\Dokumente\script.js" "e:\Dokumente\pbea...
by Vasyl-Tracker Dev Team
Mon Nov 01, 2021 9:07 pm
Forum: PDF-XChange Editor SDK
Topic: Exception: "End of Data reached" - what could cause it? SOLVED
Replies: 3
Views: 2036

Re: Exception: "End of Data reached" - what could cause it? SOLVED

Hi Zarko.

Can you confirm that such issue is present in the latest build? Because in 357 build we already fixed the similar problem described here:
viewtopic.php?f=62&t=37505

Cheers.
by Vasyl-Tracker Dev Team
Mon Nov 01, 2021 9:01 pm
Forum: PDF-XChange Editor SDK
Topic: PXV_Inst System.AccessViolationException
Replies: 5
Views: 823

Re: PXV_Inst System.AccessViolationException

Good point, Zarko. Thanks for the help. And in detail: private void RunPDFX(....) { Inst = new PDFXEdit.PXV_Inst(); Inst.Init(...) // ... work with PDFX-API Inst.Shutdown(); ///////////////////////////////////////////////////////////////////////////////////// // Forced release of all COM-objects tha...
by Vasyl-Tracker Dev Team
Mon Nov 01, 2021 8:41 pm
Forum: PDF-XChange Editor SDK
Topic: "MS office not activated" - "Remember My (YES) choice" -> IPXV_inst.settings ? SOLVED
Replies: 3
Views: 818

Re: "MS office not activated" - "Remember My (YES) choice" -> IPXV_inst.settings ? SOLVED

Hi, Zarko.

Yes, here is a simple way to avoid this msg:

Code: Select all

IPXV_Inst.Settings['Misc.ShowMsgNoOfficeLicense'].v := false;
HTH.
by Vasyl-Tracker Dev Team
Mon Nov 01, 2021 8:30 pm
Forum: PDF-XChange Editor
Topic: PDF-XChange Editor dark theme
Replies: 57
Views: 10438

Re: PDF-XChange Editor dark theme

Hi Jimmy. I've been doing this too by overriding the document colors in Accessibility Options and added a toolbar button to toggle it easily, but for many documents I have to fiddle with the Line Art options for them to display properly. I would like there to be to an official dark mode filter that ...
by Vasyl-Tracker Dev Team
Mon Nov 01, 2021 6:36 pm
Forum: PDF-XChange Editor
Topic: 357 Bug? No Copy Pages from Doc to Doc
Replies: 18
Views: 2547

Re: 357 Bug? No Copy Pages from Doc to Doc

Hi PHK. We have tried many times to reproduce your issue but couldn't... :( Please, next time, when this issue will appear again - just save the existing data from the clipboard to a file and send this file to us. Note: be aware of your private docs - do not post here the clipboard file with data th...
by Vasyl-Tracker Dev Team
Fri Oct 29, 2021 6:17 pm
Forum: Touchscreen Devices
Topic: Pen (Surface Pro 7) behavior changed, now unusable.
Replies: 7
Views: 4574

Re: Pen (Surface Pro 7) behavior changed, now unusable.

Hi guys.

Please confirm that such bugs are still reproducible on your side with the latest 358 build...

Cheers.
by Vasyl-Tracker Dev Team
Thu Oct 28, 2021 5:32 pm
Forum: PDF-XChange Editor
Topic: Tabs in version 357.0
Replies: 27
Views: 2417

Re: Tabs in version 357.0

Also be aware of the visibility of the knob while using Search.
Good point and we missed it. :( Thanks for comment, Willy.
by Vasyl-Tracker Dev Team
Tue Oct 26, 2021 11:32 pm
Forum: PDF-Tools
Topic: PDF Tools crashes since 9.2.357.0 update SOLVED
Replies: 18
Views: 2333

Re: PDF Tools crashes since 9.2.357.0 update SOLVED

And please note: after Uninstall this dll should disappear. If it is still there - try to remove it manually. If you cannot - that is a reason of trouble: someone in your system locks this file for unknown reason OR something is wrong with delete-permission for this file..
by Vasyl-Tracker Dev Team
Tue Oct 26, 2021 11:15 pm
Forum: PDF-Tools
Topic: PDF Tools crashes since 9.2.357.0 update SOLVED
Replies: 18
Views: 2333

Re: PDF Tools crashes since 9.2.357.0 update SOLVED

Seems your dll is too old: image.png and incompatible with the 357 or latest 358 build. Please Uninstall and Install the PDFTools - it should solve this problem. The Uninstall/Install will not touch your current settings for app. Perhaps this dll was locked by someone in your system when you tried t...
by Vasyl-Tracker Dev Team
Tue Oct 26, 2021 10:56 pm
Forum: PDF-Tools
Topic: PDF Tools crashes since 9.2.357.0 update SOLVED
Replies: 18
Views: 2333

Re: PDF Tools crashes since 9.2.357.0 update SOLVED

Can you send us such ConvertPDF.pvp file?
by Vasyl-Tracker Dev Team
Tue Oct 26, 2021 5:29 pm
Forum: PDF-Tools
Topic: PDF Tools crashes since 9.2.357.0 update SOLVED
Replies: 18
Views: 2333

Re: PDF Tools crashes since 9.2.357.0 update SOLVED

If renaming the mentioned reg-key(s) does not help you then please try just another way - rename the "c:\Program Files\Tracker Software\PDF Tools\Plugins.x64" folder to determine case when one plugin causes this.

Thanks.
by Vasyl-Tracker Dev Team
Tue Oct 26, 2021 1:03 am
Forum: PDF-XChange Editor
Topic: Error [IO subsystem]: End of Data reached SOLVED
Replies: 6
Views: 936

Re: Error [IO subsystem]: End of Data reached SOLVED

Hi DIV.

The "Error [IO subsystem]: End of Data reached" is fixed in 357 build. Please try it.

Cheers.
by Vasyl-Tracker Dev Team
Tue Oct 26, 2021 12:12 am
Forum: PDF-XChange Editor
Topic: Tabs in version 357.0
Replies: 27
Views: 2417

Re: Tabs in version 357.0

Hi guys. Thanks for your comments and suggestions. I tried to consolidate all of them and 'transform' into tasks: 1. Add a little space between the inactive tabs (or maybe a separator?) 2. Option to make tab bar height smaller 3. Option to make close-the-active-tab and add-new-tab buttons smaller 4....
by Vasyl-Tracker Dev Team
Mon Oct 25, 2021 5:45 pm
Forum: PDF-Tools
Topic: PDF Tools crashes since 9.2.357.0 update SOLVED
Replies: 18
Views: 2333

Re: PDF Tools crashes since 9.2.357.0 update SOLVED

Hi Unregistered. Unfortunately but we couldn't reproduce the crash with your settings and waiting for a crash-dump from you to investigate this strange case. Currently and temporarily you may try to rename the: [HKEY_CURRENT_USER\SOFTWARE\Tracker Software\PDFXTools\8.0\Settings] or even: [HKEY_CURRE...
by Vasyl-Tracker Dev Team
Fri Oct 22, 2021 7:34 pm
Forum: PDF-XChange Editor
Topic: How do I remove installed Enhanced OCR languages? SOLVED
Replies: 7
Views: 1495

Re: How do I remove installed Enhanced OCR languages? SOLVED

Hi Jensen.

Removing installed EOCR lang-files isn't a good idea at all. Because often the same files are used for different languages and it's hard to say exactly when. By removing such files you may break related languages too or even the whole EOCR subsystem...

Cheers.
by Vasyl-Tracker Dev Team
Fri Oct 22, 2021 6:15 pm
Forum: PDF-XChange Editor SDK
Topic: IOperation "Progress" CabNode for op.document.extractPages
Replies: 6
Views: 1046

Re: IOperation "Progress" CabNode for op.document.extractPages

Hi Zarko.

Seems that is a bug. Will fix it soon.

Cheers.
by Vasyl-Tracker Dev Team
Fri Oct 22, 2021 5:14 pm
Forum: PDF-XChange Editor
Topic: [suggestion] Pressing "delete" on the keyboard deletes the selected splits SOLVED
Replies: 6
Views: 1523

Re: [suggestion] Pressing "delete" on the keyboard deletes the selected splits SOLVED

Hi Jensen. I see there is one misunderstanding... Seems you tried to assign the shortcut to another command that has the same "Remove Split" name but is not the same command you can see in the SplitPages dialog. You may see that such two commands have different icons... And unfortunately, ...
by Vasyl-Tracker Dev Team
Thu Oct 21, 2021 11:45 pm
Forum: PDF-XChange Editor
Topic: Oh no, those changes to the user interface
Replies: 15
Views: 1596

Re: Oh no, those changes to the user interface

Hi Chris.
I noticed that with the new update the document tabs (classic toolbar style in single row height) are considerably higher.
Thanks for detailed description. We will try to fix it soon.

Cheers.