Donnez vie à vos documents numériques !
 

VanouBB

Toutes mes réponses sur les forums

Affichage de 6 réponses de 1 à 6 (sur un total de 6)
  • Auteur
    Réponses
  • en réponse à : ACROBAT : Pages affichées ou non #75205
    VanouBB
    Participant

    Merci beaucoup, je vais voir avec le service Sécurité.

    Bonne journée.

    en réponse à : ACROBAT : Pages affichées ou non #75199
    VanouBB
    Participant

    Merci. J’ai tenté mais cette zone est grisée

    Attachments:
    You must be logged in to view attached files.
    en réponse à : ACROBAT : Pages affichées ou non #75192
    VanouBB
    Participant

    Voici le message

    Attachments:
    You must be logged in to view attached files.
    en réponse à : ACROBAT : Pages affichées ou non #75191
    VanouBB
    Participant

    Le script est copié sur celui que vous m’aviez donné :

    // supprimer toutes les pages sauf la première
    if (this.numPages > 1) {this.deletePages({nStart: 1, nEnd: this.numPages-1});}

    // affichage des pages
    if (this.getField(“case.0”).isBoxChecked(0)) {
    this.getTemplate(“page0”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page1”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page2”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    }
    if (this.getField(“case.1”).isBoxChecked(0)) {
    this.getTemplate(“page3”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page4”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page5”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page6”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    }
    if (this.getField(“case.2”).isBoxChecked(0)) {
    this.getTemplate(“page7”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page8”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page9”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    }
    if (this.getField(“case.3”).isBoxChecked(0)) {
    this.getTemplate(“page10”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page11”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page12”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page13”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    }
    if (this.getField(“case.4”).isBoxChecked(0)) {
    this.getTemplate(“page14”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page15”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page16”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page17”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    }
    if (this.getField(“case.5”).isBoxChecked(0)) {
    this.getTemplate(“page18”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page19”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page20”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page21”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    }
    if (this.getField(“case.6”).isBoxChecked(0)) {
    this.getTemplate(“page22”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page23”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page24”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page25”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    }
    if (this.getField(“case.7”).isBoxChecked(0)) {
    this.getTemplate(“page26”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page27”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page28”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    this.getTemplate(“page29”).spawn({nPage: this.numPages, bRename: false, bOverlay: false});
    }

    // retour à la première page
    this.pageNum = 0;

    Il fonctionne parfaitement, sauf avec Acrobat Reader qui met une alerte, et qui me permet même pas de cocher les cases.

    en réponse à : ACROBAT : Pages affichées ou non #75185
    VanouBB
    Participant

    Bonjour,

    j’ai fait mon PDF, sans aucun soucis, il fonctionne sur tous les postes ou ACROBAT DC est installé.

    Question : pourquoi ce PDF ne fonctionne pas avec Acrobat reader ?

    Et quoi faire pour que cela fonctionne ?

    Merci et bonne journée.

    en réponse à : ACROBAT : Pages affichées ou non #75152
    VanouBB
    Participant

    Merci merci merci 1000 fois merci !

    Tout fonctionne grâce à vous

Affichage de 6 réponses de 1 à 6 (sur un total de 6)