Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Community Beginner ,
Sep 08, 2022 Sep 08, 2022

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>

TOPICS
Scripting
266
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Beginner ,
Sep 08, 2022 Sep 08, 2022

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 08, 2022 Sep 08, 2022
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 08, 2022 Sep 08, 2022
LATEST

@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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines