Skip to main content
Participant
March 9, 2020
Question

PDF with over 8000 text comments

  • March 9, 2020
  • 2 replies
  • 972 views

Hello 

I am working with PDF files that have been generated via AutoCAD.

They happen to have text in them. This text does show up as comments. Actually over 8000 of them.

I am suspecting that that is what has caused a great loss in performance when trying to work with such a drawing. I have attempted to optimize the file. But not much help.

What can I do to make this file more managable?

    This topic has been closed for replies.

    2 replies

    Legend
    March 17, 2020
    Participant
    March 17, 2020

    That did work just fine. I feel so bad that I did not find this previously. Thank you so very much. Stay save.

    try67
    Community Expert
    Community Expert
    March 9, 2020

    Flatten all the comments. This can be done using the following script:

    this.flattenPages();

    Participant
    March 10, 2020

    worked to some extend but the file is still way to large.

    try67
    Community Expert
    Community Expert
    March 11, 2020

    In what way? The file-size itself? How many pages it has?

    Also, try using the Save As command and save it under a new name. That can decrease the file-size dramatically.