Save PROOFSCOPE View To File

With this node you can rasterize a file and save it to a file.

It has the following configuration options:
  • Mode: here you can select how the view configuration will be fetched. Options:
    • From URL: if you select this option, the view referenced by a (previously generated) PROOFSCOPE URL (as specified in the view parameter) will be looked up, and that view will be rendered and saved.
    • From View: if you select this option, the JSON as specified by the view parameter will be used to construct a PROOFSCOPE view, and that view will be rendered and saved.
  • View: here you can specify the view to render, or the URL that contains the view reference.
  • Output file: here you can specify the name and path of the file that needs to be generated.
  • Resolution: here you can specify the resolution that will be used to rasterize the data. The generated raster data is 8 bits per pixel RGB.
  • Render Anti Aliassed: if you select this checkbox, the file will be rendered with anti-aliasing.
  • Lossless compression: if you do not select this checkbox, the image data in the generated PDF file is compressed using JPEG, and may contain compression artifacts. This might be a problem if the saved file needs to be printed. If you select this checkbox, any compression artifact is removed.
    Note: Compression artifacts in the initial data might still be visible in the output.
  • Overwrite existing file: if you select this checkbox, files that already exist will be overwritten. If you leave this checkbox unselected, existing files will not be overwritten and an error is displayed.