Uwe Laubender
My feedback
-
1 vote
An error occurred while saving the comment -
132 votes
Uwe Laubender supported this idea ·
-
351 votes48 comments · Adobe InDesign: Feature Requests » Long Document Features · Flag idea as inappropriate… · Admin →
We have added this feature in our backlog for future release
Uwe Laubender supported this idea ·
-
1 vote
An error occurred while saving the comment Uwe Laubender commented
I think, that's no bug. But I'm not sure…
Provided your allPageItems[0] contains a text frame and that text frame is showing overset and therefore is showing only 3 out of 5 tables, then the tables.length value is only 3.If you are asking differently:
app.documents[0].allPageItems[0].parentStory.tables.length
you'd get 5 as result.Also:
app.documents[0].stories[0].tables.length
if your tables are created with that story.Regards;
Uwe -
1 vote
An error occurred while saving the comment Uwe Laubender commented
This is no bug.
The issue is discussed here:
https://forums.adobe.com/thread/2435413Regards,
Uwe -
12 votes3 comments · Adobe InDesign: Feature Requests » PublishOnline · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Uwe Laubender commented
Hm…
At least text in placed InDesign pages should be—in theory—convertable the same way like text is handled now: SVG vector shapes. That would be a huge step forward, I think. How much developing effort would that be?It would also be a nice feature for InDesign layouts as well: "Convert placed InDesign pages to native objects". Something like that…
Regards,
UweAn error occurred while saving the comment Uwe Laubender commented
Hi Matthias,
the reason you are seeing this is, that ALL page elements with exception of text is exported as pixels. Be them JPEG or PNG images. Text is exported as vector outlines in SVG format if possible. More items of a page should be exported to SVG if possible.Regards,
UweUwe Laubender supported this idea ·
-
3 votes0 comments · Adobe InDesign: Feature Requests » PublishOnline · Flag idea as inappropriate… · Admin →
Uwe Laubender supported this idea ·
-
47 votes13 comments · Adobe InDesign: Feature Requests » PublishOnline · Flag idea as inappropriate… · Admin →
Uwe Laubender supported this idea ·
-
25 votes10 comments · Adobe InDesign: Feature Requests » PublishOnline · Flag idea as inappropriate… · Admin →
Dear All,
The feature is implemented and is already available in latest InDesign release
Please upgrade InDesign to the latest version to use this feature.
Thanks
AbhinavUwe Laubender supported this idea ·
-
16 votes2 comments · Adobe InDesign: Feature Requests » PublishOnline · Flag idea as inappropriate… · Admin →
Uwe Laubender supported this idea ·
-
68 votes26 comments · Adobe InDesign: Feature Requests » PublishOnline · Flag idea as inappropriate… · Admin →
Uwe Laubender supported this idea ·
-
100 votes
Uwe Laubender supported this idea ·
-
19 votes
Hello All,
Thank you for reporting the issue to us.
We have fixed the issue in the latest version of InDesign, Id 14.0.3Please upgrade your InDesign application to the latest version to try out the fix.
If you are unable to see the update yet, go to Creative Cloud desktop application, open the menu (three dots) from the top-right corner and click on ‘Check For App Updates’.
If you face any problems with the new update, do let us know in the comments.
You may also follow the below given link for the list of all fixed issues in Id 14.0.3
https://helpx.adobe.com/indesign/kb/fixed-issues.htmlAn error occurred while saving the comment Uwe Laubender commented
Hi Sergej,
did you try to avoid step 3 on your list: "Preview data via Data Merge panel"?
I think, there is an old bug with "Preview" and data merge.Regards,
Uwe -
1 vote
An error occurred while saving the comment Uwe Laubender commented
Hi,
that is no bug.Test the following:
app.selection[0].cells[0].label = "cell";
app.selection[0].label = "table";What will the Script Label window show?
It's showing the label of the tabel, because you selected a whole table.
And not the one and only cell of that table.You might also see into this:
app.selection[0].constructor.nameRegards,
Uwe -
4 votes
The issue is currently under review.
Thanks for reporting.Regards,
AbhinavAn error occurred while saving the comment Uwe Laubender commented
Bug confirmed with InDesign 13.0.1.207 on Mac OS X 10.11.6.
Regards,
UweUwe Laubender supported this idea ·
-
2 votes
An error occurred while saving the comment Uwe Laubender commented
Hi,
I would post the problem in the InDesign Scripting forum:
https://forums.adobe.com/community/indesign/indesign_scripting/content?filterID=contentstatus[published]~objecttype~objecttype[thread]Provide sample code and explain what's not working.
Also provide exact version name of InDesign and OS.Regards,
Uwe -
16 votes
Uwe Laubender supported this idea ·
-
21 votes
Uwe Laubender supported this idea ·
-
54 votes
Uwe Laubender supported this idea ·
-
9 votes
Uwe Laubender supported this idea ·
This problem is resolved now. No bug.
It's collection vs array, unresolved items vs resolved items with everyItem().getElements().
Regards,
Uwe