Uwe Laubender
My feedback
385 results found
-
1 vote
An error occurred while saving the comment -
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 -
15 votes
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,
Uwe
Uwe Laubender
supported this idea
·
-
3 votes
Uwe Laubender
supported this idea
·
-
135 votes
Uwe Laubender
supported this idea
·
-
28 votes
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
Abhinav
Uwe Laubender
supported this idea
·
-
19 votes
Uwe Laubender
supported this idea
·
-
93 votes
Uwe Laubender
supported this idea
·
-
116 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,
Uwe
Uwe 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 -
26 votes
Uwe Laubender
supported this idea
·
-
32 votes
Uwe Laubender
supported this idea
·
-
79 votes
Uwe Laubender
supported this idea
·
-
10 votes
Uwe Laubender
supported this idea
·
-
6 votes
An error occurred while saving the comment
Uwe Laubender
commented
Hi,
technically it's possible to have a text frame plus a graphic frame as contents of a graphic cell.
But unfortunately it's unwise to enforce this.* InDesign would crash in the moment you try to copy a page with such a table. Or if you try to duplicate a table like that.* I will not go in the details how such a construct will be made.
Regards,
Uwe -
3 votes
Uwe Laubender
supported this idea
·
-
39 votes
Uwe Laubender
supported this idea
·
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