Moving base content without moving background (which is also a "shape")
Moderators: Daniel - PDF-XChange, PDF-XChange Support, Vasyl - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Paul - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
- User
- Posts: 1372
- Joined: Mon Nov 15, 2021 8:38 pm
Moving base content without moving background (which is also a "shape")
Moving base content without moving background (which is also a "shape")
The background is already in the back. Is there an easy way to move all background shapes to another layer, of multiple pages simultaneously?
What would be the best way to NOT choose the background (without deleting it) in cases like this:
Adding it to a different layer?
You see, when I drag and try and choose all the text bubbles (base content) it also chooses the background and moves it with it
In this case it isn't a big deal, but if the background is colored, then it is...
Exported from XMind btw.
Trying to select the group of shapes (floating topics) like this: (For educational purposes only)
The background is already in the back. Is there an easy way to move all background shapes to another layer, of multiple pages simultaneously?
What would be the best way to NOT choose the background (without deleting it) in cases like this:
Adding it to a different layer?
You see, when I drag and try and choose all the text bubbles (base content) it also chooses the background and moves it with it
In this case it isn't a big deal, but if the background is colored, then it is...
Exported from XMind btw.
Trying to select the group of shapes (floating topics) like this: (For educational purposes only)
My wishlist https://forum.pdf-xchange.com/viewtopic.php?p=187394#p187394
Disable SPACE page navigation, fix kb shortcut for highlighting advanced search tool search field, bookmarks with numbers, toolbar small icon size, AltGr/Ctrl+Alt keyboard issues
Disable SPACE page navigation, fix kb shortcut for highlighting advanced search tool search field, bookmarks with numbers, toolbar small icon size, AltGr/Ctrl+Alt keyboard issues
- Stefan - PDF-XChange
- Site Admin
- Posts: 19794
- Joined: Mon Jan 12, 2009 8:07 am
- Contact:
Re: Moving base content without moving background (which is also a "shape")
Hello MedBooster,
There is no way to automate that for multiple pages I am afraid. however maybe the quickest way that comes to mind is if you do your drag selection, then hold down the shift key and click on the background to deselect it leaving only the items that you actually want moved in your selection.
Kind regards,
Stefan
There is no way to automate that for multiple pages I am afraid. however maybe the quickest way that comes to mind is if you do your drag selection, then hold down the shift key and click on the background to deselect it leaving only the items that you actually want moved in your selection.
Kind regards,
Stefan
-
- User
- Posts: 1372
- Joined: Mon Nov 15, 2021 8:38 pm
Re: Moving base content without moving background (which is also a "shape")
Or selecting all and then unselecting the background with Ctrl+Left-click, but this would only work if there is a single background layer, and often there are many (not only for XMind, but also PowerPoint files for example.
What about layering? Or is layers only for comments, not base content?
Reference:
viewtopic.php?t=44306&hilit=content
What about layering? Or is layers only for comments, not base content?
Reference:
viewtopic.php?t=44306&hilit=content
My wishlist https://forum.pdf-xchange.com/viewtopic.php?p=187394#p187394
Disable SPACE page navigation, fix kb shortcut for highlighting advanced search tool search field, bookmarks with numbers, toolbar small icon size, AltGr/Ctrl+Alt keyboard issues
Disable SPACE page navigation, fix kb shortcut for highlighting advanced search tool search field, bookmarks with numbers, toolbar small icon size, AltGr/Ctrl+Alt keyboard issues
Re: Moving base content without moving background (which is also a "shape")
Hello MedBooster,
Similar to the method described in a previous post here, it may be possible to use an RPA tool such as autohotkey to move the background object to a new layer. In the video, the shortcut keys Ctrl+F1 and Ctrl+F2 are assigned to the following commands, and then the script is executed.
rakunavi
Similar to the method described in a previous post here, it may be possible to use an RPA tool such as autohotkey to move the background object to a new layer. In the video, the shortcut keys Ctrl+F1 and Ctrl+F2 are assigned to the following commands, and then the script is executed.
- Ctrl+F1
"Move to New Layer" command (ID: cmd.moveToNewLayer) - Ctrl+F2
"Collapse All" command (ID: cmd.collapseAll)
Code: Select all
SendMode Event
Loop, 5
{
Loop, % A_Index
Send {Down}
Send {Right 4}^{F1}
WinWait, Add New Layer,, 2
Send {Enter}
WinWaitClose, Add New Layer,, 2
Send ^{F2}
}
return
rakunavi
TOP desires for PDFXCE
forum.pdf-xchange.com/viewtopic.php?t=39665 LassoTool
forum.pdf-xchange.com/viewtopic.php?t=38554 CmtGarbled
forum.pdf-xchange.com/viewtopic.php?t=37353 FulScrMultiMon
forum.pdf-xchange.com/viewtopic.php?t=41002 DisableTouchSelect
forum.pdf-xchange.com/viewtopic.php?t=39665 LassoTool
forum.pdf-xchange.com/viewtopic.php?t=38554 CmtGarbled
forum.pdf-xchange.com/viewtopic.php?t=37353 FulScrMultiMon
forum.pdf-xchange.com/viewtopic.php?t=41002 DisableTouchSelect
- Daniel - PDF-XChange
- Site Admin
- Posts: 10910
- Joined: Wed Jan 03, 2018 6:52 pm
Re: Moving base content without moving background (which is also a "shape")
Hello, rakunavi
The only potential issue I see with this is that there is no guarantee that the "background" object is the first/second/47th" item on any given page. Other than that, it does seem to be an excellent use of such scripting. I hope it helps the others.
Kind regards,
The only potential issue I see with this is that there is no guarantee that the "background" object is the first/second/47th" item on any given page. Other than that, it does seem to be an excellent use of such scripting. I hope it helps the others.
Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
-
- User
- Posts: 1372
- Joined: Mon Nov 15, 2021 8:38 pm
Re: Moving base content without moving background (which is also a "shape")
Is there a way to maybe "lock" the background in a way that makes it NOT be selected when you try and select base content?
Here is a PDF you can try with if you'd like.
In cases like these I'd prefer not to delete or move the background anywhere... and moving the background shape to "back" doesn't stop it from being selected
Here is a PDF you can try with if you'd like.
In cases like these I'd prefer not to delete or move the background anywhere... and moving the background shape to "back" doesn't stop it from being selected
My wishlist https://forum.pdf-xchange.com/viewtopic.php?p=187394#p187394
Disable SPACE page navigation, fix kb shortcut for highlighting advanced search tool search field, bookmarks with numbers, toolbar small icon size, AltGr/Ctrl+Alt keyboard issues
Disable SPACE page navigation, fix kb shortcut for highlighting advanced search tool search field, bookmarks with numbers, toolbar small icon size, AltGr/Ctrl+Alt keyboard issues
- Daniel - PDF-XChange
- Site Admin
- Posts: 10910
- Joined: Wed Jan 03, 2018 6:52 pm
Re: Moving base content without moving background (which is also a "shape")
Hello, MedBooster
Well to start, nothing in this file is identified as a background object, so that on its own will complicate things: If these were proper background objects, there may be something we could offer, but as far as the software can see, there is not difference between and of the 4 "page sized" objects present here, and something like the individual lines leading to each "section" of your map here.
I will raise this with the Dev team to see if there is any way we can identify "page sized" shapes and images, and offer some method or option to avoid selecting them in "group" selection actions. At the very least, I would expect that this can be done with real "background" objects, but I cannot make any promises on what may change.
In the meantime, you will likely need to use a "shift+Drag" selection to grab the content group, then reposition it with the arrow keys, and finally, select the problematic background item, and move it back to its original place afterwards.
Alternatively, you could select each of the 4 background items, and move them to a new layer, naming it "background": and then hiding the background layer, to prevent selection of these items. After you are done with and page content movement, you can toggle the layer back on, and the background images you have used will still be in their original locations.
Kind regards,
Well to start, nothing in this file is identified as a background object, so that on its own will complicate things: If these were proper background objects, there may be something we could offer, but as far as the software can see, there is not difference between and of the 4 "page sized" objects present here, and something like the individual lines leading to each "section" of your map here.
I will raise this with the Dev team to see if there is any way we can identify "page sized" shapes and images, and offer some method or option to avoid selecting them in "group" selection actions. At the very least, I would expect that this can be done with real "background" objects, but I cannot make any promises on what may change.
In the meantime, you will likely need to use a "shift+Drag" selection to grab the content group, then reposition it with the arrow keys, and finally, select the problematic background item, and move it back to its original place afterwards.
Alternatively, you could select each of the 4 background items, and move them to a new layer, naming it "background": and then hiding the background layer, to prevent selection of these items. After you are done with and page content movement, you can toggle the layer back on, and the background images you have used will still be in their original locations.
Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
-
- User
- Posts: 1372
- Joined: Mon Nov 15, 2021 8:38 pm
Re: Moving base content without moving background (which is also a "shape")
Hmm, OK maybe I could report that to XMind support, that their software doesn't generate PDFs with the background as a "background" object. I reckon it's something not many softwares that offer PDF export think about.
PS:
Thanks for the advise on workarounds
PS:
Thanks for the advise on workarounds
My wishlist https://forum.pdf-xchange.com/viewtopic.php?p=187394#p187394
Disable SPACE page navigation, fix kb shortcut for highlighting advanced search tool search field, bookmarks with numbers, toolbar small icon size, AltGr/Ctrl+Alt keyboard issues
Disable SPACE page navigation, fix kb shortcut for highlighting advanced search tool search field, bookmarks with numbers, toolbar small icon size, AltGr/Ctrl+Alt keyboard issues
- Daniel - PDF-XChange
- Site Admin
- Posts: 10910
- Joined: Wed Jan 03, 2018 6:52 pm
Re: Moving base content without moving background (which is also a "shape")
Hello, MedBooster
It is a surprisingly underused feature. In any case, at the moment we don't have a system for ignoring background objects even if they are present here with the appropriate flags. However, if there is any chance of us offering a way to do so, it would need to piggyback on that system, and those "background object" flags, so would not work with documents lacking them.
Kind regards,
It is a surprisingly underused feature. In any case, at the moment we don't have a system for ignoring background objects even if they are present here with the appropriate flags. However, if there is any chance of us offering a way to do so, it would need to piggyback on that system, and those "background object" flags, so would not work with documents lacking them.
Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com