Copy link to clipboard
Copied
Hi, When i import a pdf with corrections in an Indesign file, sometimes the corrections are not in the right place. For example see pictures right and wrong. The imported pdf correction shows text to be deleted on page 171, when in fact it should be text deleted on page 172. Right is as the pdf in acrobat shows it, wrong is as indesign shows it when pdf is imported. Also when a correction shows a space between to letters is to be added, the actual correction is shown one letter to the right. For example gohome needs to be go home, then the pdf shows a correction after the H instead of before the H.
Anyone alse experienced this?
<Title renamed by MOD>
Copy link to clipboard
Copied
Hi @AlexUzan ,
did you try all this with the @designer1955 's InDesign document?
As I can see all text stroke's in the whole story running through all the pages is set to value 0.
And also color is [None] . From my German InDesign where I selected all text in the story:
FWIW: The script code written in ExtendScript (JavaScript) from this other thread is:
app.documents[0].stories.everyItem().texts[0].properties =
{
strokeWeight : 0 ,
strokeColor : "None"
};
Download as script file from my Dropbox account:
But: There is no special magic in this code.
It sets the stroke weight for all texts in all stories to value 0 and the stroke color to value [None].
But this is already the case with @designer1955 's InDesign document as my screenshot above is showing.
So I do not know how this script could bring any progress here.
I think it's premature to call @AlexUzan 's post the correct one…
Regards,
Uwe Laubender
( Adobe Community Expert )
Copy link to clipboard
Copied
Hi @designer1955 ,
is the issue now resolved for you?
If yes, could you describe what you have done…
Thanks,
Uwe Laubender
( Adobe Community Expert )
Copy link to clipboard
Copied
I will see in the near future if it keeps happening.