Flatten Transparencies

POST https://api.pdfrest.com/flattened-transparencies-pdf

Flatten transparencies in a PDF.

Required form-data body parameters:

  • One of:
    • file - File to be uploaded and processed
    • id - Alphanumeric ID (UUID) of existing file on server to be processed

Optional form-data body parameters (bold = default):

  • output - File name of output file (without extension)
  • quality - Defines the resolution level to use when flattening transparent objects:
    • low - ideal for proofs that will be printed on black-and-white desktop printers and for documents that will be published on the web
    • medium - best for desktop proofs and documents that will be printed on color printers
    • high - ideal for final press outputs when high quality separations-based color proofs are needed

Request Body

[{"name"=>"file", "value"=>nil, "datatype"=>"null"}, {"name"=>"id", "value"=>"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "datatype"=>"string"}, {"name"=>"output", "value"=>"pdfrest_flattened_transparencies_pdf", "datatype"=>"string"}, {"name"=>"quality", "value"=>"medium", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Api-Keystring