Valeriy
My feedback
34 results found
-
110 votes
Hi,
Thank you for reporting the issue. We have been able to reproduce the issue and it is currently under investigation.
—
Adobe InDesign Team
Valeriy supported this idea ·
-
89 votes
Valeriy supported this idea ·
-
339 votes
Hi everyone,
This feature is available in Adobe InDesign 2023 version.
Please update to this InDesign version to work with this feature.
--
Adobe InDesign team
Valeriy supported this idea ·
-
514 votes
GPU Acceleration on Windows is available with the latest InDesign Release – InDesign 20.4 Release.
Please update to the latest InDesign Release via CCD app to get this feature.
The minimum system requirements for using GPU Acceleration on Windows is: 1) monitor with a display resolution greater than 2K and 2) GPU card with atleast 1GB vRAM.
Note on GPU Acceleration: High resolution monitors are becoming the standard. With the high monitor resolutions, it is getting difficult for CPU to handle the rendering. This is where the GPU comes into play. Rendering on high-density displays is best handled by the GPU. GPU acceleration makes the rendering of the documents faster while zooming, scrolling, and panning. The enhanced performance from using the GPU in InDesign powers features like Animated Zoom which make zoom actions smooth and animated.
Based on our internal tests, we found that GPU acceleration provides better performance when…
Valeriy supported this idea ·
-
141 votes
Column Rules has been implemented in InDesign 2020. Please upgrade to this version of InDesign to use this feature.
—
Adobe InDesign teamValeriy supported this idea ·
-
405 votes
The ability to find colors in documents in now available in InDesign’s latest release 16.0.
It can be found in a new tab of Find/Change dialog – Color.
Please let us know your feedback in comments.Regards,
Abhinav Kaushik (AK)Valeriy supported this idea ·
-
591 votes
We have added this feature in our backlog for future release
Valeriy supported this idea ·
-
364 votes
History panel has been added to the latest version 19.5 of InDesign 2024. Please update your copy of InDesign from CCD app to this latest version to start using this new feature.
--
Adobe InDesign team
Valeriy supported this idea ·
-
4 votes
An error occurred while saving the comment -
15 votes
Valeriy shared this idea ·
-
44 votes
Valeriy shared this idea ·
-
251 votes
SVG import has been implemented in InDesign 2020. Please upgrade to this version of InDesign to use this feature.
—
Adobe InDesign teamValeriy supported this idea ·
-
7 votes
Valeriy shared this idea ·
-
95 votes
Dear All,
This feature is now available in latest InDesign CC version. Please upgrade to the latest release.
Thanks
Abhinav AgarwalValeriy supported this idea ·
for (var i = 0; i < app.activeDocument.textVariables.length; i++){
var instances = app.activeDocument.textVariables.item(i).associatedInstances;
if (!instances.length){
app.activeDocument.textVariables.item(i).remove();
i--;}
}