Fix Project Publisher Generate Blurry Diagram Image Problem

When try to output your project with large diagram using Project Publisher you may found it looks blurry. This is because by default Project Publisher will limit the size of the generated diagram image to maximum 4096 x 4096 px. If your diagram is larger than this size then the exported image will being scaled thus making the content looks blurry. To override this default setting:

  1. Go to Visual Paradigm’s Configuration folder and create a file UserSpecific.options (edit if already exist).
    • Windows: %appdata%\VisualParadigm
    • Linux: ~/.config/VisualParadigm
    • Mac: ~/Library/Application Support/VisualParadigm

      Create UserSpecific.options file

      Create UserSpecific.options file

  2. Add the line PublisherImageNoSizeLimit=true to UserSpecific.options file.
  3. Startup Visual Paradigm and publish your project.

For version 16.2 build prior to 20210240bn or older versions:

  1. Go to working directory of your VP application.
    Window/Linux installation version: %VP Installation directory%/bin
    Mac installation versio: Visual Paradigm.app/Contents/Resources/app/bin
    InstallFree version (all OS): %VP Installation directory%/Application/bin
  2. Create a blank file publisher.properties

    Create publisher.properties to working directory

  3. Add the line PublisherImageNoSizeLimit=true to publisher.properties file.

    Edit the file to add PublisherImageNoSizeLimit properties

    Edit the file to add PublisherImageNoSizeLimit properties

  4. Startup VP application

After that your diagram will publish in full size and will not looks blurry.

Related Know-how

Related Link

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply