# Export a PDF File Downloads the PDF file of the specified quote. CloudConvert must be enabled (Administration > Configuration > External Systems > CloudConvert). Endpoint: POST /quotemanager.fetchpdf/{uniqueName} Security: basic, X-PriceFx-jwt ## Path parameters: - `uniqueName` (string, required) Specify the uniqueName of the quote you want to download. Example: "P-2147491340-REV-3" ## Query parameters: - `output` (string) Specifies the format of the output file. Enum: "json", "xls", "csv", "pdf" - `dataLocale` (string) Specifies localization of data. Example: "en" - `templateName` (string) Specifies the template to be used when exporting a file.