Skip to content

Valeriy

My feedback

34 results found

  1. 41 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Valeriy supported this idea  · 
  2. 431 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Valeriy supported this idea  · 
  3. 98 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Valeriy supported this idea  · 
  4. 23 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Valeriy supported this idea  · 
  5. 10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Valeriy supported this idea  · 
  6. 634 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Valeriy supported this idea  · 
  7. 343 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Valeriy commented  · 

    I neither have mac nor wrote scripts for it, but you can try

    An error occurred while saving the comment
    Valeriy commented  · 

    @Greg yes, I have a script for this task.
    I used it to handle multiple formats and DPI, so it's more complicated.
    Rename .txt to .jsx and have fun

    An error occurred while saving the comment
    Valeriy commented  · 

    I made a workaround for it using script and script label.
    Select a page using page tool, assign a script label to page using script label panel, then execute this extendscript:

    for (var q=0; q<app.activeDocument.pages.length;q++){
    if (app.activeDocument.pages[q].label){
    exportRange = String(Number(q+1));
    app.pdfExportPreferences.pageRange = exportRange;
    exportPath = "your path separated by / is here";
    fullName = exportPath+"/"+app.activeDocument.pages[q].label+".pdf";
    myPDFExportPreset = app.pdfExportPresets.itemByName("[High Quality Print]");
    app.activeDocument.exportFile(ExportFormat.pdfType, new File (fullName), false, myPDFExportPreset);
    }
    }

    Valeriy supported this idea  · 
  8. 861 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Valeriy supported this idea  · 
  9. 24 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Valeriy commented  · 

    This issue can be worked around by executing export via script.
    The application will not display the progress bar, but mouse will not be slowed as well.

    var ExportPath = app.activeBook.filePath;
    ExportPath = ExportPath+"/"+app.activeBook.name.slice(0, -5)+".pdf";
    app.activeBook.exportFile(ExportFormat.pdfType, new File(ExportPath), false, app.pdfExportPresets.itemByName("[High Quality Print]"));

    Valeriy supported this idea  · 
  10. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Valeriy shared this idea  · 
  11. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Valeriy commented  · 

    It's because of indd file being a database. To flush all trash data from indd you need to do Save As operation; the file is recreated from zero without trash data, you're correct here.

  12. 23 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Valeriy commented  · 

    Disagreed. I work with both metric and inch systems in different projects, and I want projects to store their units in them, not in application.

  13. 48 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Valeriy supported this idea  · 
  14. 31 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Valeriy supported this idea  · 
  15. 37 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Valeriy supported this idea  · 
  16. 23 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Valeriy supported this idea  · 
  17. 25 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Valeriy supported this idea  · 
  18. 96 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Valeriy supported this idea  · 
  19. 92 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Valeriy supported this idea  · 
  20. 133 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Valeriy supported this idea  · 
← Previous 1

Feedback and Knowledge Base