PRN to PDF Rest API. The API for converting PostScript PRN to PDF files. All Convert from prn to pdf API Request Stop No valid authentication secret or token provided Please sign in or sign up for free trial in order to test API request. Authentication Parameters Parameter Description Value Secret Optional String Authentication secret must be provided as a query parameter. If omitted, token must be provided. Secret Token Optional String Authentication token must be provided as a query parameter. If omitted, secret must be provided. Token Input Parameters Parameter Description Value File Required File File to be converted. Value can be URL or file content. File File URL File ID Output Parameters Parameter Description Value FileName Optional String Converted output file name without extension. The extension will be added automatically. FileName StoreFile Optional Bool Store converted file on our secure server and provides download URL. Default: False StoreFile Execution Parameters Parameter Description Value Timeout Optional Integer Conversion timeout in seconds. Default: 300 Values: 10 .. 1200 Timeout Asynchronous Parameters Parameter Description Value Async Optional Bool Run conversion job asynchronously. Default: False Async JobId Optional String Conversion job self generated UUID (RFC 4122) used for getting conversion result asynchronously. JobId PDF Output Parameters Parameter Description Value PdfVersion Optional Collection Set PDF version. Default: 1.5 Values: 1.2, 1.3, 1.4, 1.5, 1.6, 1.7 PdfVersion 1.2 : Acrobat 3 and later 1.3 : Acrobat 4 and later 1.4 : Acrobat 5 and later 1.5 : Acrobat 6 and later 1.6 : Acrobat 7 and later 1.7 : Acrobat 8 and later PdfResolution Optional Integer Set PDF resolution. Default: 300 Values: 10 .. 2400 PdfResolution PdfTitle Optional String Set the title of the generated PDF file. If value is not set a source document title is used instead. PdfTitle PdfSubject Optional String Set the subject of the generated PDF file. If value is not set a source document subject is used instead. PdfSubject PdfAuthor Optional String Set the author of the generated PDF file. If value is not set a source document author is used instead. PdfAuthor PdfKeywords Optional String Set the keywords of the generated PDF file. If value is not set a source document keywords are used instead. PdfKeywords HTML JSON JavaScript Node.js PHP Java C# Ruby Snippets are autogenerated according to converter parameter choices above. Please select file in "File" or "Files" parameter before using code snippets.