Manan Joshi
Community Expert
Manan Joshi
Community Expert
Activity
Feb 14, 2025
01:07 AM
Did you check the following post
https://community.adobe.com/t5/indesign-discussions/result-dialog-box-for-findchangebylist/td-p/13059603
-Manan
... View more
Jan 23, 2025
07:14 PM
This seems like a third party plugin that is causing you troubles. You would need to contact the developer of the plugin to get help with this. Adobe would be able to provide only generic information which may not be too helpful for you and that information would also make sense to a developer mostly.
-Manan
... View more
Jan 16, 2025
09:57 PM
Your screenshot shows a cpp file that I suppose is from your codebase. Did you check the line no. mentioned to see what is written on that line. If you suspect Boost then maybe try commenting the code that refers to Boost and see if the plugin loads. This way we should atleast be able to shortlist on whether Boost is the culprit or something else like project settings
-Manan
... View more
Jan 15, 2025
09:32 PM
I am not sure if this can be done via Nested styles. However you can use the Find/Change feature for this. See the following screenshot for more details
-Manan
... View more
Jan 11, 2025
04:42 AM
Are the pages available in the document? I mean they are not visible on the Pages panel but can you navigate to them via scrolling? If nothing that has been suggested works then this surely is document corruption of some kind. Maybe time to move the pages/content to a new document and progressively deleting pages from this document while doing so.
-Manan
... View more
Jan 11, 2025
04:38 AM
1 Upvote
I suppose the property is endJoin and not strokeJoinType. So the line where you are getting an error should be like the following
text.endJoin = OutlineJoin.MITER_END_JOIN
-Manan
... View more
Dec 30, 2024
08:32 PM
Does it happen with every InDesign file or just a particular one? Apart from the IDML thing @Robert at ID-Tasker suggested it could as well be a corrupt font causing the issue, try and isolate that bit as well
-Manan
... View more
Dec 30, 2024
08:29 PM
I suppose you are talking about InDesign cloud document. Did you try resetting InDesign preferences?
-Manan
... View more
Dec 30, 2024
07:51 PM
If you have any 3rd party plugin, extension, startup scripts installed try removing them and see if it works.
-Manan
... View more
Dec 30, 2024
07:49 PM
Hi @jana_4255,
What exactly is the problem that you are facing? In the screenshot you added I see the touch interface active is that a problem?
-Manan
... View more
Dec 26, 2024
07:06 PM
2 Upvotes
I see that @Robert at ID-Tasker was able to explain my point. Frankly I would not have been able to elaborate any better. Anyhow, @dublove now that you have some understanding of how things work with tables and some code snippets as well. I would suggest like @Robert at ID-Tasker, that you spend some time making sense of it all. These are simple things anyone can understand provided they are committed to spend some time. Then you have Google, ChatGPT to help as well.
The problem currently is two fold, one you are jumping to conclusions without putting an effort to understand what is being said and trying things. Second as soon as you are able to put something together you come up with a different ask without putting in effort to try it with your new knowhow. This approach is never gonna work
-Manan
... View more
Dec 26, 2024
06:59 PM
I don't have access to a WIN machine to test this personally. @ErinF and ideas what could be wrong here?
-Manan
... View more
Dec 26, 2024
06:57 PM
Ahh, now I notice the locked icon. However, no note present. Ideally I would have merged this to the original post or rather marked it for deletion as a duplicate.
-Manan
... View more
Dec 26, 2024
06:56 PM
1 Upvote
Hi @Peter Kahrel,
Writing to the original author is always the first thing to consider. However, the OP seemed to have a very simple ask not related to the script in question and @Robert at ID-Tasker did answer it. The thing that bothered me is a terse statement that it does not work and then a code snippet. Very difficult to understand and help. It's like spending your own time to first make sense of the little information supplied and then come up with a suggestion that may or may not help. Tough task. I am pretty sure Ariel would also not be able to help with the ask here 🙂
-Manan
... View more
Dec 26, 2024
06:45 PM
The proper place this feature request belongs would be InDesign uservoice. That is the place Adobe enginners and product team visits and looks for bug reports and feature requests. I see many requests already there for this. One of them with high votes is
https://indesign.uservoice.com/forums/601021-adobe-indesign-feature-requests/suggestions/35879815-indesign-on-ipad
Add your vote as well to the post.
-Manan
... View more
Dec 26, 2024
12:25 AM
What does this script do? A broader look seems it does/tries to do what you want. So please explain what is the current behaviour of the code snippet you shared and what exact modifications are needed in that behaviour.
-Manan
... View more
Dec 26, 2024
12:23 AM
Can you please elaborate what did not work? it Did you add the lines @Robert at ID-Tasker gave and you still see alerts and popups? Or does the original script not perform as you want it to?
-Manan
... View more
Dec 26, 2024
12:20 AM
Looking at the error line the thing that could be an issue according to me is either the character style does not exist or there is some issue with the name of the character style.
-Manan
... View more
Dec 25, 2024
11:44 PM
You have threaded frames so it would be a single parentStory for both the frames in the thread. Hence the following statement would point to the 1st table irrespective of where your cursor is placed.
var mytable=app.activeDocument.textFrames[0].parentStory.tables[0]
With respect to your second approach you are trying to find table in your selection. However, if you just have your cursor in the table then it would not return any table as the selection is just an insertion point. However if you get to the parent of the selection then you will get to cell and if you check its parent then you will get the table.
var cell = app.activeDocument.selection[0].parent
var myTable = cell.parent
-Manan
... View more
Dec 21, 2024
08:06 PM
Verify that you are using the 64 bit vesion of the tool. You can download it from the following link
https://github.com/Adobe-CEP/CEP-Resources/tree/master/ZXPSignCMD
-Manan
... View more
Dec 10, 2024
05:33 AM
1 Upvote
Thanks for sharing your thoughts @Eugene Tyson. Let me tag other folks as well who could help in this @Bevi Chagnon - PubCom.com @Laubender
... View more
Dec 10, 2024
05:28 AM
Hi @Deleted User you don't need to undo anything in the suggested way. You replace the word with itself. Apart from this any other way would need a script as far as I can think and not everyone would want to use a script hence the suggestion was made.
-Manan
... View more
Dec 07, 2024
01:44 AM
3 Upvotes
Prompt :- Scene of an adventure park with thrilling rides and people enjoying
-Manan
... View more
Dec 04, 2024
02:08 AM
Looks like in the wrong image the style applied is different than the one in which the font is correct. This other style may have the Font set to Minion Pro
-Manan
... View more
Dec 04, 2024
01:50 AM
Hi All,
I wanted to know if the language property set in Paragraph/Character Style with InDesign can be exported to PDF. I am not able to get this exported to PDF. See the screenshots for reference.
-Manan
... View more
Nov 28, 2024
11:25 PM
2 Upvotes
Prompt :- a desert oasis during the dusk with sun in the background and animals quenching their thirst in the oasis
-Manan
... View more
Nov 22, 2024
07:49 PM
To get any meaningful experience from a computer using Adobe app you would need atleast 16GB of RAM. Check the following link for the absolute minimum hardware that you need.
https://helpx.adobe.com/indesign/system-requirements.html
-Manan
... View more
Nov 22, 2024
07:47 PM
What kind of error are you trying to identify? Do you have the code for that? Share some examples of your problem and any code that you may have written so that we can understand the context better and help you out.
-Manan
... View more
Nov 22, 2024
07:42 PM
Maybe the file is corrupted. Try exporting to to IDML and resave it back to INDD and see if it helps
-Manan
... View more
Nov 08, 2024
07:36 PM
9 Upvotes
Prompt : ice kingdom with a magnificent castle amidst dark skies
... View more