Skip to main content
Known Participant
September 8, 2022
Question

Sequence of script tag for rotate and crop any image in illustrator

  • September 8, 2022
  • 3 replies
  • 278 views

Can any one from adobe community team, checl the sequence of script tage because iam facing isssue with rotate and crop any image on illustrator.

<script src="https://code.jquery.com/jquery-3.6.0.js"></script>

      <script src="https://code.jquery.com/ui/1.13.2/jquery-ui.js"></script>

    <script src="./js/tableScripts/jquery.dataTables.min.js"></script>

    <script src="./js/tableScripts/dataTables.responsive.min.js"></script>

    <script src="./js/tableScripts/dataTables.buttons.min.js"></script>

    <script src="./js/tableScripts/pdfmake.min.js"></script>

    <script src="./js/tableScripts/jszip.min.js"></script>

    <script src="./js/tableScripts/vfs_fonts.js"></script>

    <script src="./js/tableScripts/buttons.html5.min.js"></script>

    <script src="./js/cropper.js"></script>

    <script src="./js/transform.js"></script>

    

    <script src="./js/html2canvas.min.js"></script>

<script src="./js/html2canvas.min_1.js"></script>

<script src="./js/canvas2image.js"></script>

   

<!--    <script src="https://superal.github.io/canvas2image/canvas2image.js"></script>-->

<!--    <script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/0.4.1/html2canvas.min.js"></script>-->

 

<!--    <script src=-->

<!--    "https://cdn.jsdelivr.net/npm/html2canvas@1.0.0-rc.5/dist/html2canvas.min.js">-->

<!--        </script>-->

    

    <script src="./js/maincrop.js"></script>

This topic is closed to new replies. Start a new post to keep the conversation going.

3 replies

Charu Rajput
Community Expert
Community Expert
September 8, 2022

@Rishabh22425292b5db 

What issue are you facing with the crop and rotation. By looking at the script tag sequence it is really very difficult to tell what is wrong in the sequence because we are not aware of the fact what excatly you are writing in your scripts. Could you please try to explain your problem?

 

Best regards
Known Participant
September 8, 2022
Known Participant
September 8, 2022

please correct me if i am missing any thing. I am trying to rotate and crop any image on illustrator.