{"info":{"_postman_id":"ca7486de-8f3c-4fb9-8114-08771b2c11f3","name":"PBDigital.AccessibilityAPI 4.0","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"21971446","collectionId":"ca7486de-8f3c-4fb9-8114-08771b2c11f3","publishedId":"2sBXVigpz5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-01-19T13:07:31.000Z"},"item":[{"name":"Accessibility","item":[{"name":"/Accessibility/GenerateAccessibleFile/:templateId","id":"498a8353-9aea-4b99-89ab-3b829c057f88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"SourceFile","type":"file","value":null},{"key":"FilePassword","value":"string","type":"text"},{"key":"PartDefinitions","value":"[object Object],[object Object]","type":"text"},{"key":"AccessibilityISOHandling","value":"9366","type":"text"},{"key":"RemarkProcedureMask","value":"914","type":"text"}]},"url":"//Accessibility/GenerateAccessibleFile/:templateId","description":"<p>Generate Accessible File - input PDF file as file-stream and templateId, returns a PDF-UA.</p>\n<hr />\n<h2 id=\"templateidstring\">templateId(String):</h2>\n<hr />\n<h2 id=\"getaccessiblefilerequestgetaccessiblefilerequest\">getAccessibleFileRequestGetAccessibleFileRequest:</h2>\n<h3 id=\"the-class-accepts-parameters-as-input-pdf-file-and-information-job-metadata\">The class accepts parameters as input \"PDF file\" and information \"Job MetaData\"</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>* SourceFile</td>\n<td>IFormFile</td>\n<td>source PDF file - path to file-stream</td>\n</tr>\n<tr>\n<td>FilePassword</td>\n<td>String</td>\n<td>Required if the PDF file is password protected. Not required by Default.</td>\n</tr>\n<tr>\n<td>PartDefinitions</td>\n<td><em><strong>PartDefinition[]</strong></em></td>\n<td>Options for splitting PDF for decrease production time</td>\n</tr>\n<tr>\n<td>AccessibilityISOHandling</td>\n<td>Nullable&lt;Int32&gt;</td>\n<td>Purpose of production conditions for PDF-UA file    '0' - default MODE -&gt; for output PDF-UA with ISO 14289-1    '1' - ISO MODE -&gt; for output PDF-UA with ISO 32000    '2' - attempt to use \"ISO MODE\" if the attempt fails -&gt; use \"default MODE\"</td>\n</tr>\n<tr>\n<td>RemarkProcedureMask</td>\n<td>Nullable&lt;Int32&gt;</td>\n<td>Default value is 15615 (content tree closed by Artifact) or 14591 (provided that the PDF complies with the standard) see PdfStreamManipulation class</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"partdefinition\">PartDefinition:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Expression</td>\n<td>String</td>\n<td>regular expression at a specific place and only on the first Page (Chunk and Coordinates)</td>\n</tr>\n<tr>\n<td>TemplateId</td>\n<td>String</td>\n<td>Tempalte ID (returned from /AccessibilityTemplate/{id} Template (GET) method)</td>\n</tr>\n<tr>\n<td>SplitPDFAlgorithmType</td>\n<td><em><strong>Nullable&lt;SplitPDFAlgorithmType&gt;</strong></em></td>\n<td>choose which Algorithm for splitting:        '0' - Find Start Page By Regular Expression        '1' - Find End Page By Regular Expression        '2' - Find Start Page By Number</td>\n</tr>\n<tr>\n<td>DefaultTemplateId</td>\n<td>String</td>\n<td>Template ID (name of the Template) - which will be applied to unfound Pages by \"Regular Expression\" or if Template for this Page not Exist.</td>\n</tr>\n<tr>\n<td>KeyCoordinate</td>\n<td><em><strong>Coordinates</strong></em></td>\n<td>Assigned by PBDesigner for help search Regular Expression</td>\n</tr>\n<tr>\n<td>PartPageNumberStart</td>\n<td>Int32</td>\n<td>Specific number of page for stating</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"coordinates\">Coordinates:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Top</td>\n<td>Single</td>\n<td>Gets or sets the top position of the coordinate.</td>\n</tr>\n<tr>\n<td>Left</td>\n<td>Single</td>\n<td>Gets or sets the left position of the coordinate.</td>\n</tr>\n<tr>\n<td>Width</td>\n<td>Single</td>\n<td>Gets or sets the width of the coordinate area.</td>\n</tr>\n<tr>\n<td>Height</td>\n<td>Single</td>\n<td>Gets or sets the height of the coordinate area.</td>\n</tr>\n<tr>\n<td>Rotation</td>\n<td>Int32</td>\n<td>Gets or sets the rotation angle of the coordinate area. (0,90,180,270)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"splitpdfalgorithmtype\">SplitPDFAlgorithmType:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>value</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>FIND_STARTING</td>\n</tr>\n<tr>\n<td>1</td>\n<td>FIND_STARTING_FINISHING</td>\n</tr>\n<tr>\n<td>2</td>\n<td>FIND_BY_PAGE_NUMBER</td>\n</tr>\n<tr>\n<td>100</td>\n<td>UNKNOWN</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Accessibility","GenerateAccessibleFile",":templateId"],"host":["/"],"query":[],"variable":[{"id":"e4a87f95-2de5-4f73-95f7-fe2ad4487376","type":"any","value":"string","key":"templateId"}]}},"response":[{"id":"60e42bee-39b2-4202-bf63-fc8dfca98d06","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"SourceFile","type":"file","src":[]},{"key":"FilePassword","value":"string","type":"text"},{"key":"PartDefinitions","value":"[object Object],[object Object]","type":"text"},{"key":"AccessibilityISOHandling","value":"9366","type":"text"},{"key":"RemarkProcedureMask","value":"914","type":"text"}]},"url":{"raw":"//Accessibility/GenerateAccessibleFile/:templateId","host":["/"],"path":["Accessibility","GenerateAccessibleFile",":templateId"],"variable":[{"key":"templateId","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"498a8353-9aea-4b99-89ab-3b829c057f88"},{"name":"/Accessibility/GenerateAccessibleFilePath/:templateId","id":"cfa4eaf3-d15e-4ae2-b5a6-35ca61c41da2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"nonAccessibleFilePath\": \"string\",\n  \"outputFilePath\": \"string\",\n  \"filePassword\": \"string\",\n  \"partDefinitions\": [\n    {\n      \"expression\": \"string\",\n      \"templateId\": \"string\",\n      \"splitPDFAlgorithmType\": 1,\n      \"defaultTemplateId\": \"string\",\n      \"keyCoordinate\": {\n        \"top\": 1753.9105737044513,\n        \"left\": 4425.8793255101045,\n        \"width\": 2990.9902138289167,\n        \"height\": 7654.515115906277,\n        \"rotation\": 4480\n      },\n      \"partPageNumberStart\": 6102\n    },\n    {\n      \"expression\": \"string\",\n      \"templateId\": \"string\",\n      \"splitPDFAlgorithmType\": 100,\n      \"defaultTemplateId\": \"string\",\n      \"keyCoordinate\": {\n        \"top\": 2704.8829049046817,\n        \"left\": 9854.27402356243,\n        \"width\": 5040.660935290222,\n        \"height\": 2584.357000279389,\n        \"rotation\": 7873\n      },\n      \"partPageNumberStart\": 9542\n    }\n  ],\n  \"accessibilityISOHandling\": 5115,\n  \"remarkProcedureMask\": 4532\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//Accessibility/GenerateAccessibleFilePath/:templateId","description":"<p>Generate accessible file - Input a non-accessible PDF file, template ID and path to output PDF response, return a PDF-UA    The file is passed via the file system through the Input-File path and Output-File path.    This reduces file traffic on the network in case of a high load of requests.</p>\n<hr />\n<h2 id=\"templateidstring\">templateId(String):</h2>\n<hr />\n<h2 id=\"getaccessiblefilerequestgetaccessiblefilepathrequest\">getAccessibleFileRequestGetAccessibleFilePathRequest:</h2>\n<h3 id=\"receives-the-parameters-pdf-file-and-path-to-save-the-output-response-pdf-ua\">Receives the parameters \"PDF file\" and \"path to save the output response (PDF-UA)\"</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>* NonAccessibleFilePath</td>\n<td>String</td>\n<td>source PDF file - path to file-stream</td>\n</tr>\n<tr>\n<td>* OutputFilePath</td>\n<td>String</td>\n<td>path to output response  PDF-UA file</td>\n</tr>\n<tr>\n<td>FilePassword</td>\n<td>String</td>\n<td>Required if the PDF file is password protected. Not required by Default.</td>\n</tr>\n<tr>\n<td>PartDefinitions</td>\n<td><em><strong>PartDefinition[]</strong></em></td>\n<td>Options for splitting PDF for decrease production time</td>\n</tr>\n<tr>\n<td>AccessibilityISOHandling</td>\n<td>Nullable&lt;Int32&gt;</td>\n<td>Purpose of production conditions for PDF-UA file    '0' - default MODE -&gt; for output PDF-UA with ISO 14289-1    '1' - ISO MODE -&gt; for output PDF-UA with ISO 32000    '2' - attempt to use \"ISO MODE\" if the attempt fails -&gt; use \"default MODE\"</td>\n</tr>\n<tr>\n<td>RemarkProcedureMask</td>\n<td>Nullable&lt;Int32&gt;</td>\n<td>Default value is 15615 (content tree closed by Artifact) or 14591 (provided that the PDF complies with the standard) see PdfStreamManipulation class</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"partdefinition\">PartDefinition:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Expression</td>\n<td>String</td>\n<td>regular expression at a specific place and only on the first Page (Chunk and Coordinates)</td>\n</tr>\n<tr>\n<td>TemplateId</td>\n<td>String</td>\n<td>Tempalte ID (returned from /AccessibilityTemplate/{id} Template (GET) method)</td>\n</tr>\n<tr>\n<td>SplitPDFAlgorithmType</td>\n<td><em><strong>Nullable&lt;SplitPDFAlgorithmType&gt;</strong></em></td>\n<td>choose which Algorithm for splitting:        '0' - Find Start Page By Regular Expression        '1' - Find End Page By Regular Expression        '2' - Find Start Page By Number</td>\n</tr>\n<tr>\n<td>DefaultTemplateId</td>\n<td>String</td>\n<td>Template ID (name of the Template) - which will be applied to unfound Pages by \"Regular Expression\" or if Template for this Page not Exist.</td>\n</tr>\n<tr>\n<td>KeyCoordinate</td>\n<td><em><strong>Coordinates</strong></em></td>\n<td>Assigned by PBDesigner for help search Regular Expression</td>\n</tr>\n<tr>\n<td>PartPageNumberStart</td>\n<td>Int32</td>\n<td>Specific number of page for stating</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"coordinates\">Coordinates:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Top</td>\n<td>Single</td>\n<td>Gets or sets the top position of the coordinate.</td>\n</tr>\n<tr>\n<td>Left</td>\n<td>Single</td>\n<td>Gets or sets the left position of the coordinate.</td>\n</tr>\n<tr>\n<td>Width</td>\n<td>Single</td>\n<td>Gets or sets the width of the coordinate area.</td>\n</tr>\n<tr>\n<td>Height</td>\n<td>Single</td>\n<td>Gets or sets the height of the coordinate area.</td>\n</tr>\n<tr>\n<td>Rotation</td>\n<td>Int32</td>\n<td>Gets or sets the rotation angle of the coordinate area. (0,90,180,270)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"splitpdfalgorithmtype\">SplitPDFAlgorithmType:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>value</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>FIND_STARTING</td>\n</tr>\n<tr>\n<td>1</td>\n<td>FIND_STARTING_FINISHING</td>\n</tr>\n<tr>\n<td>2</td>\n<td>FIND_BY_PAGE_NUMBER</td>\n</tr>\n<tr>\n<td>100</td>\n<td>UNKNOWN</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Accessibility","GenerateAccessibleFilePath",":templateId"],"host":["/"],"query":[],"variable":[{"id":"a96ac9cd-a6ac-4db5-b5cd-ef81b271a2b0","type":"any","value":"string","key":"templateId"}]}},"response":[{"id":"3d5a3237-f9f5-4ce0-bff7-138f2b4ed357","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"nonAccessibleFilePath\": \"string\",\n  \"outputFilePath\": \"string\",\n  \"filePassword\": \"string\",\n  \"partDefinitions\": [\n    {\n      \"expression\": \"string\",\n      \"templateId\": \"string\",\n      \"splitPDFAlgorithmType\": 1,\n      \"defaultTemplateId\": \"string\",\n      \"keyCoordinate\": {\n        \"top\": 1753.9105737044513,\n        \"left\": 4425.8793255101045,\n        \"width\": 2990.9902138289167,\n        \"height\": 7654.515115906277,\n        \"rotation\": 4480\n      },\n      \"partPageNumberStart\": 6102\n    },\n    {\n      \"expression\": \"string\",\n      \"templateId\": \"string\",\n      \"splitPDFAlgorithmType\": 100,\n      \"defaultTemplateId\": \"string\",\n      \"keyCoordinate\": {\n        \"top\": 2704.8829049046817,\n        \"left\": 9854.27402356243,\n        \"width\": 5040.660935290222,\n        \"height\": 2584.357000279389,\n        \"rotation\": 7873\n      },\n      \"partPageNumberStart\": 9542\n    }\n  ],\n  \"accessibilityISOHandling\": 5115,\n  \"remarkProcedureMask\": 4532\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//Accessibility/GenerateAccessibleFilePath/:templateId","host":["/"],"path":["Accessibility","GenerateAccessibleFilePath",":templateId"],"variable":[{"key":"templateId","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cfa4eaf3-d15e-4ae2-b5a6-35ca61c41da2"},{"name":"/Accessibility/GenerateAccessibleFileBase64/:templateId","id":"cdb021d3-6ba1-4e31-ab09-d5ebbe83d2cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"sourceFileBase64\": \"string\",\n  \"filePassword\": \"string\",\n  \"partDefinitions\": [\n    {\n      \"expression\": \"string\",\n      \"templateId\": \"string\",\n      \"splitPDFAlgorithmType\": 0,\n      \"defaultTemplateId\": \"string\",\n      \"keyCoordinate\": {\n        \"top\": 9908.009607926586,\n        \"left\": 2115.6147404630833,\n        \"width\": 8149.722382063797,\n        \"height\": 2801.7949036737045,\n        \"rotation\": 2672\n      },\n      \"partPageNumberStart\": 5383\n    },\n    {\n      \"expression\": \"string\",\n      \"templateId\": \"string\",\n      \"splitPDFAlgorithmType\": 0,\n      \"defaultTemplateId\": \"string\",\n      \"keyCoordinate\": {\n        \"top\": 9923.27804521418,\n        \"left\": 9198.988973253261,\n        \"width\": 3300.8086908609325,\n        \"height\": 1678.9599190395377,\n        \"rotation\": 8309\n      },\n      \"partPageNumberStart\": 9124\n    }\n  ],\n  \"accessibilityISOHandling\": 787,\n  \"remarkProcedureMask\": 5130\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//Accessibility/GenerateAccessibleFileBase64/:templateId","description":"<hr />\n<h2 id=\"templateidstring\">templateId(String):</h2>\n<hr />\n<h2 id=\"getaccessiblefilerequestgetaccessiblefilerequestbase64\">getAccessibleFileRequestGetAccessibleFileRequestBase64:</h2>\n<h3 id=\"the-class-accepts-parameters-as-input-pdf-file-as-base64-and-information-job-metadata\">The class accepts parameters as input PDF file as BASE64 and information \"Job MetaData\"</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>* SourceFileBase64</td>\n<td>String</td>\n<td>PDF file as Base64</td>\n</tr>\n<tr>\n<td>FilePassword</td>\n<td>String</td>\n<td>Required if the PDF file is password protected. Not required by Default.</td>\n</tr>\n<tr>\n<td>PartDefinitions</td>\n<td><em><strong>PartDefinition[]</strong></em></td>\n<td>Options for splitting PDF for decrease production time</td>\n</tr>\n<tr>\n<td>AccessibilityISOHandling</td>\n<td>Nullable&lt;Int32&gt;</td>\n<td>Purpose of production conditions for PDF-UA file    '0' - default MODE -&gt; for output PDF-UA with ISO 14289-1    '1' - ISO MODE -&gt; for output PDF-UA with ISO 32000    '2' - attempt to use \"ISO MODE\" if the attempt fails -&gt; use \"default MODE\"</td>\n</tr>\n<tr>\n<td>RemarkProcedureMask</td>\n<td>Nullable&lt;Int32&gt;</td>\n<td>Default value is 15615 (content tree closed by Artifact) or 14591 (provided that the PDF complies with the standard) see PdfStreamManipulation class</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"partdefinition\">PartDefinition:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Expression</td>\n<td>String</td>\n<td>regular expression at a specific place and only on the first Page (Chunk and Coordinates)</td>\n</tr>\n<tr>\n<td>TemplateId</td>\n<td>String</td>\n<td>Tempalte ID (returned from /AccessibilityTemplate/{id} Template (GET) method)</td>\n</tr>\n<tr>\n<td>SplitPDFAlgorithmType</td>\n<td><em><strong>Nullable&lt;SplitPDFAlgorithmType&gt;</strong></em></td>\n<td>choose which Algorithm for splitting:        '0' - Find Start Page By Regular Expression        '1' - Find End Page By Regular Expression        '2' - Find Start Page By Number</td>\n</tr>\n<tr>\n<td>DefaultTemplateId</td>\n<td>String</td>\n<td>Template ID (name of the Template) - which will be applied to unfound Pages by \"Regular Expression\" or if Template for this Page not Exist.</td>\n</tr>\n<tr>\n<td>KeyCoordinate</td>\n<td><em><strong>Coordinates</strong></em></td>\n<td>Assigned by PBDesigner for help search Regular Expression</td>\n</tr>\n<tr>\n<td>PartPageNumberStart</td>\n<td>Int32</td>\n<td>Specific number of page for stating</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"coordinates\">Coordinates:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Top</td>\n<td>Single</td>\n<td>Gets or sets the top position of the coordinate.</td>\n</tr>\n<tr>\n<td>Left</td>\n<td>Single</td>\n<td>Gets or sets the left position of the coordinate.</td>\n</tr>\n<tr>\n<td>Width</td>\n<td>Single</td>\n<td>Gets or sets the width of the coordinate area.</td>\n</tr>\n<tr>\n<td>Height</td>\n<td>Single</td>\n<td>Gets or sets the height of the coordinate area.</td>\n</tr>\n<tr>\n<td>Rotation</td>\n<td>Int32</td>\n<td>Gets or sets the rotation angle of the coordinate area. (0,90,180,270)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"splitpdfalgorithmtype\">SplitPDFAlgorithmType:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>value</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>FIND_STARTING</td>\n</tr>\n<tr>\n<td>1</td>\n<td>FIND_STARTING_FINISHING</td>\n</tr>\n<tr>\n<td>2</td>\n<td>FIND_BY_PAGE_NUMBER</td>\n</tr>\n<tr>\n<td>100</td>\n<td>UNKNOWN</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Accessibility","GenerateAccessibleFileBase64",":templateId"],"host":["/"],"query":[],"variable":[{"id":"f79607c8-02d7-4702-801e-874d15929797","type":"any","value":"string","key":"templateId"}]}},"response":[{"id":"5ec27e6b-f57f-4087-8f0f-f00b546f61eb","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"sourceFileBase64\": \"string\",\n  \"filePassword\": \"string\",\n  \"partDefinitions\": [\n    {\n      \"expression\": \"string\",\n      \"templateId\": \"string\",\n      \"splitPDFAlgorithmType\": 0,\n      \"defaultTemplateId\": \"string\",\n      \"keyCoordinate\": {\n        \"top\": 9908.009607926586,\n        \"left\": 2115.6147404630833,\n        \"width\": 8149.722382063797,\n        \"height\": 2801.7949036737045,\n        \"rotation\": 2672\n      },\n      \"partPageNumberStart\": 5383\n    },\n    {\n      \"expression\": \"string\",\n      \"templateId\": \"string\",\n      \"splitPDFAlgorithmType\": 0,\n      \"defaultTemplateId\": \"string\",\n      \"keyCoordinate\": {\n        \"top\": 9923.27804521418,\n        \"left\": 9198.988973253261,\n        \"width\": 3300.8086908609325,\n        \"height\": 1678.9599190395377,\n        \"rotation\": 8309\n      },\n      \"partPageNumberStart\": 9124\n    }\n  ],\n  \"accessibilityISOHandling\": 787,\n  \"remarkProcedureMask\": 5130\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//Accessibility/GenerateAccessibleFileBase64/:templateId","host":["/"],"path":["Accessibility","GenerateAccessibleFileBase64",":templateId"],"variable":[{"key":"templateId","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"base64TargetPDFFile\": \"string\",\n  \"header\": {\n    \"controlData\": {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\",\n      \"key_2\": \"string\"\n    }\n  },\n  \"uuid\": \"string\"\n}"}],"_postman_id":"cdb021d3-6ba1-4e31-ab09-d5ebbe83d2cc"},{"name":"/Accessibility/GeneratePreview","id":"13737d54-5d89-4ddc-b168-37daedd92be7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"formdata","formdata":[{"key":"JsonRequest","value":"string","type":"text"},{"key":"SourceFile","type":"file","value":null},{"key":"FilePassword","value":"string","type":"text"},{"key":"AccessibilityISOHandling","value":"7464","type":"text"},{"key":"RemarkProcedureMask","value":"3365","type":"text"}]},"url":"//Accessibility/GeneratePreview","description":"<p>Used by PBDesigner to display the Tags tree</p>\n<h2 id=\"json-object-description\">JSON object description:</h2>\n<hr />\n<h2 id=\"getaccessiblefilerequestgetaccessiblepreviewrequest\">getAccessibleFileRequestGetAccessiblePreviewRequest:</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>* JsonRequest</td>\n<td>String</td>\n<td>Json of the template create by PBDesigner</td>\n</tr>\n<tr>\n<td>* SourceFile</td>\n<td>IFormFile</td>\n<td>source PDF file - path to file-stream</td>\n</tr>\n<tr>\n<td>FilePassword</td>\n<td>String</td>\n<td>Required if the PDF file is password protected. Not required by Default.</td>\n</tr>\n<tr>\n<td>AccessibilityISOHandling</td>\n<td>Nullable&lt;Int32&gt;</td>\n<td>Purpose of production conditions for PDF-UA file    '0' - default MODE -&gt; for output PDF-UA with ISO 14289-1    '1' - ISO MODE -&gt; for output PDF-UA with ISO 32000    '2' - attempt to use \"ISO MODE\" if the attempt fails -&gt; use \"default MODE\"</td>\n</tr>\n<tr>\n<td>RemarkProcedureMask</td>\n<td>Nullable&lt;Int32&gt;</td>\n<td>Default value is 15615 (content tree closed by Artifact) or 14591 (provided that the PDF complies with the standard) see PdfStreamManipulation class</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Accessibility","GeneratePreview"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"9f1953a0-84f4-463d-a8b6-496812e119fa","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"formdata","formdata":[{"key":"JsonRequest","value":"string","type":"text"},{"key":"SourceFile","type":"file","src":[]},{"key":"FilePassword","value":"string","type":"text"},{"key":"AccessibilityISOHandling","value":"7464","type":"text"},{"key":"RemarkProcedureMask","value":"3365","type":"text"}]},"url":"//Accessibility/GeneratePreview"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"triggersXML\": \"string\",\n  \"tagsXML\": \"string\",\n  \"header\": {\n    \"controlData\": {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    }\n  },\n  \"uuid\": \"string\"\n}"}],"_postman_id":"13737d54-5d89-4ddc-b168-37daedd92be7"},{"name":"/Accessibility/GenerateTagXML/:templateId","id":"7aa3b816-964f-488f-99be-24952e5ff9a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"SourceFile","type":"file","value":null},{"key":"FilePassword","value":"string","type":"text"},{"key":"PartDefinitions","value":"[object Object],[object Object]","type":"text"},{"key":"AccessibilityISOHandling","value":"9366","type":"text"},{"key":"RemarkProcedureMask","value":"914","type":"text"}]},"url":"//Accessibility/GenerateTagXML/:templateId","description":"<p>Generate XML with an accessibility tag based on a PDF file as file-stream.</p>\n<hr />\n<h2 id=\"templateidstring\">templateId(String):</h2>\n<hr />\n<h2 id=\"getaccessiblefilerequestgetaccessiblefilerequest\">getAccessibleFileRequestGetAccessibleFileRequest:</h2>\n<h3 id=\"the-class-accepts-parameters-as-input-pdf-file-and-information-job-metadata\">The class accepts parameters as input \"PDF file\" and information \"Job MetaData\"</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>* SourceFile</td>\n<td>IFormFile</td>\n<td>source PDF file - path to file-stream</td>\n</tr>\n<tr>\n<td>FilePassword</td>\n<td>String</td>\n<td>Required if the PDF file is password protected. Not required by Default.</td>\n</tr>\n<tr>\n<td>PartDefinitions</td>\n<td><em><strong>PartDefinition[]</strong></em></td>\n<td>Options for splitting PDF for decrease production time</td>\n</tr>\n<tr>\n<td>AccessibilityISOHandling</td>\n<td>Nullable&lt;Int32&gt;</td>\n<td>Purpose of production conditions for PDF-UA file    '0' - default MODE -&gt; for output PDF-UA with ISO 14289-1    '1' - ISO MODE -&gt; for output PDF-UA with ISO 32000    '2' - attempt to use \"ISO MODE\" if the attempt fails -&gt; use \"default MODE\"</td>\n</tr>\n<tr>\n<td>RemarkProcedureMask</td>\n<td>Nullable&lt;Int32&gt;</td>\n<td>Default value is 15615 (content tree closed by Artifact) or 14591 (provided that the PDF complies with the standard) see PdfStreamManipulation class</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"partdefinition\">PartDefinition:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Expression</td>\n<td>String</td>\n<td>regular expression at a specific place and only on the first Page (Chunk and Coordinates)</td>\n</tr>\n<tr>\n<td>TemplateId</td>\n<td>String</td>\n<td>Tempalte ID (returned from /AccessibilityTemplate/{id} Template (GET) method)</td>\n</tr>\n<tr>\n<td>SplitPDFAlgorithmType</td>\n<td><em><strong>Nullable&lt;SplitPDFAlgorithmType&gt;</strong></em></td>\n<td>choose which Algorithm for splitting:        '0' - Find Start Page By Regular Expression        '1' - Find End Page By Regular Expression        '2' - Find Start Page By Number</td>\n</tr>\n<tr>\n<td>DefaultTemplateId</td>\n<td>String</td>\n<td>Template ID (name of the Template) - which will be applied to unfound Pages by \"Regular Expression\" or if Template for this Page not Exist.</td>\n</tr>\n<tr>\n<td>KeyCoordinate</td>\n<td><em><strong>Coordinates</strong></em></td>\n<td>Assigned by PBDesigner for help search Regular Expression</td>\n</tr>\n<tr>\n<td>PartPageNumberStart</td>\n<td>Int32</td>\n<td>Specific number of page for stating</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"coordinates\">Coordinates:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Top</td>\n<td>Single</td>\n<td>Gets or sets the top position of the coordinate.</td>\n</tr>\n<tr>\n<td>Left</td>\n<td>Single</td>\n<td>Gets or sets the left position of the coordinate.</td>\n</tr>\n<tr>\n<td>Width</td>\n<td>Single</td>\n<td>Gets or sets the width of the coordinate area.</td>\n</tr>\n<tr>\n<td>Height</td>\n<td>Single</td>\n<td>Gets or sets the height of the coordinate area.</td>\n</tr>\n<tr>\n<td>Rotation</td>\n<td>Int32</td>\n<td>Gets or sets the rotation angle of the coordinate area. (0,90,180,270)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"splitpdfalgorithmtype\">SplitPDFAlgorithmType:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>value</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>FIND_STARTING</td>\n</tr>\n<tr>\n<td>1</td>\n<td>FIND_STARTING_FINISHING</td>\n</tr>\n<tr>\n<td>2</td>\n<td>FIND_BY_PAGE_NUMBER</td>\n</tr>\n<tr>\n<td>100</td>\n<td>UNKNOWN</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Accessibility","GenerateTagXML",":templateId"],"host":["/"],"query":[],"variable":[{"id":"e2f7de8c-2829-4624-93ae-80b4e3cec8d9","type":"any","value":"string","key":"templateId"}]}},"response":[{"id":"1323c1b2-648b-41f3-a1e6-01d443cad17f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"SourceFile","type":"file","src":[]},{"key":"FilePassword","value":"string","type":"text"},{"key":"PartDefinitions","value":"[object Object],[object Object]","type":"text"},{"key":"AccessibilityISOHandling","value":"9366","type":"text"},{"key":"RemarkProcedureMask","value":"914","type":"text"}]},"url":{"raw":"//Accessibility/GenerateTagXML/:templateId","host":["/"],"path":["Accessibility","GenerateTagXML",":templateId"],"variable":[{"key":"templateId","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7aa3b816-964f-488f-99be-24952e5ff9a6"},{"name":"/Accessibility/GenerateTagXMLBase64/:templateId","id":"bfc53722-ada1-49be-b150-d426464b35e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"sourceFileBase64\": \"string\",\n  \"filePassword\": \"string\",\n  \"partDefinitions\": [\n    {\n      \"expression\": \"string\",\n      \"templateId\": \"string\",\n      \"splitPDFAlgorithmType\": 0,\n      \"defaultTemplateId\": \"string\",\n      \"keyCoordinate\": {\n        \"top\": 9908.009607926586,\n        \"left\": 2115.6147404630833,\n        \"width\": 8149.722382063797,\n        \"height\": 2801.7949036737045,\n        \"rotation\": 2672\n      },\n      \"partPageNumberStart\": 5383\n    },\n    {\n      \"expression\": \"string\",\n      \"templateId\": \"string\",\n      \"splitPDFAlgorithmType\": 0,\n      \"defaultTemplateId\": \"string\",\n      \"keyCoordinate\": {\n        \"top\": 9923.27804521418,\n        \"left\": 9198.988973253261,\n        \"width\": 3300.8086908609325,\n        \"height\": 1678.9599190395377,\n        \"rotation\": 8309\n      },\n      \"partPageNumberStart\": 9124\n    }\n  ],\n  \"accessibilityISOHandling\": 787,\n  \"remarkProcedureMask\": 5130\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//Accessibility/GenerateTagXMLBase64/:templateId","description":"<p>Generate XML with an accessibility tag based on a PDF file in BASE64 format.</p>\n<hr />\n<h2 id=\"templateidstring\">templateId(String):</h2>\n<hr />\n<h2 id=\"getaccessiblefilerequestgetaccessiblefilerequestbase64\">getAccessibleFileRequestGetAccessibleFileRequestBase64:</h2>\n<h3 id=\"the-class-accepts-parameters-as-input-pdf-file-as-base64-and-information-job-metadata\">The class accepts parameters as input PDF file as BASE64 and information \"Job MetaData\"</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>* SourceFileBase64</td>\n<td>String</td>\n<td>PDF file as Base64</td>\n</tr>\n<tr>\n<td>FilePassword</td>\n<td>String</td>\n<td>Required if the PDF file is password protected. Not required by Default.</td>\n</tr>\n<tr>\n<td>PartDefinitions</td>\n<td><em><strong>PartDefinition[]</strong></em></td>\n<td>Options for splitting PDF for decrease production time</td>\n</tr>\n<tr>\n<td>AccessibilityISOHandling</td>\n<td>Nullable&lt;Int32&gt;</td>\n<td>Purpose of production conditions for PDF-UA file    '0' - default MODE -&gt; for output PDF-UA with ISO 14289-1    '1' - ISO MODE -&gt; for output PDF-UA with ISO 32000    '2' - attempt to use \"ISO MODE\" if the attempt fails -&gt; use \"default MODE\"</td>\n</tr>\n<tr>\n<td>RemarkProcedureMask</td>\n<td>Nullable&lt;Int32&gt;</td>\n<td>Default value is 15615 (content tree closed by Artifact) or 14591 (provided that the PDF complies with the standard) see PdfStreamManipulation class</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"partdefinition\">PartDefinition:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Expression</td>\n<td>String</td>\n<td>regular expression at a specific place and only on the first Page (Chunk and Coordinates)</td>\n</tr>\n<tr>\n<td>TemplateId</td>\n<td>String</td>\n<td>Tempalte ID (returned from /AccessibilityTemplate/{id} Template (GET) method)</td>\n</tr>\n<tr>\n<td>SplitPDFAlgorithmType</td>\n<td><em><strong>Nullable&lt;SplitPDFAlgorithmType&gt;</strong></em></td>\n<td>choose which Algorithm for splitting:        '0' - Find Start Page By Regular Expression        '1' - Find End Page By Regular Expression        '2' - Find Start Page By Number</td>\n</tr>\n<tr>\n<td>DefaultTemplateId</td>\n<td>String</td>\n<td>Template ID (name of the Template) - which will be applied to unfound Pages by \"Regular Expression\" or if Template for this Page not Exist.</td>\n</tr>\n<tr>\n<td>KeyCoordinate</td>\n<td><em><strong>Coordinates</strong></em></td>\n<td>Assigned by PBDesigner for help search Regular Expression</td>\n</tr>\n<tr>\n<td>PartPageNumberStart</td>\n<td>Int32</td>\n<td>Specific number of page for stating</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"coordinates\">Coordinates:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Top</td>\n<td>Single</td>\n<td>Gets or sets the top position of the coordinate.</td>\n</tr>\n<tr>\n<td>Left</td>\n<td>Single</td>\n<td>Gets or sets the left position of the coordinate.</td>\n</tr>\n<tr>\n<td>Width</td>\n<td>Single</td>\n<td>Gets or sets the width of the coordinate area.</td>\n</tr>\n<tr>\n<td>Height</td>\n<td>Single</td>\n<td>Gets or sets the height of the coordinate area.</td>\n</tr>\n<tr>\n<td>Rotation</td>\n<td>Int32</td>\n<td>Gets or sets the rotation angle of the coordinate area. (0,90,180,270)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"splitpdfalgorithmtype\">SplitPDFAlgorithmType:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>value</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>FIND_STARTING</td>\n</tr>\n<tr>\n<td>1</td>\n<td>FIND_STARTING_FINISHING</td>\n</tr>\n<tr>\n<td>2</td>\n<td>FIND_BY_PAGE_NUMBER</td>\n</tr>\n<tr>\n<td>100</td>\n<td>UNKNOWN</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Accessibility","GenerateTagXMLBase64",":templateId"],"host":["/"],"query":[],"variable":[{"id":"5f602c5d-7989-4ac6-9135-680b2739c979","type":"any","value":"string","key":"templateId"}]}},"response":[{"id":"b5fbe444-ddaa-4f80-aa7a-ad9185696d56","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"sourceFileBase64\": \"string\",\n  \"filePassword\": \"string\",\n  \"partDefinitions\": [\n    {\n      \"expression\": \"string\",\n      \"templateId\": \"string\",\n      \"splitPDFAlgorithmType\": 0,\n      \"defaultTemplateId\": \"string\",\n      \"keyCoordinate\": {\n        \"top\": 9908.009607926586,\n        \"left\": 2115.6147404630833,\n        \"width\": 8149.722382063797,\n        \"height\": 2801.7949036737045,\n        \"rotation\": 2672\n      },\n      \"partPageNumberStart\": 5383\n    },\n    {\n      \"expression\": \"string\",\n      \"templateId\": \"string\",\n      \"splitPDFAlgorithmType\": 0,\n      \"defaultTemplateId\": \"string\",\n      \"keyCoordinate\": {\n        \"top\": 9923.27804521418,\n        \"left\": 9198.988973253261,\n        \"width\": 3300.8086908609325,\n        \"height\": 1678.9599190395377,\n        \"rotation\": 8309\n      },\n      \"partPageNumberStart\": 9124\n    }\n  ],\n  \"accessibilityISOHandling\": 787,\n  \"remarkProcedureMask\": 5130\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//Accessibility/GenerateTagXMLBase64/:templateId","host":["/"],"path":["Accessibility","GenerateTagXMLBase64",":templateId"],"variable":[{"key":"templateId","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"triggersXML\": \"string\",\n  \"tagsXML\": \"string\",\n  \"header\": {\n    \"controlData\": {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    }\n  },\n  \"uuid\": \"string\"\n}"}],"_postman_id":"bfc53722-ada1-49be-b150-d426464b35e0"},{"name":"/Accessibility/AddXMLTagsToPdf","id":"ce9c6c64-ed9d-41ee-bcf2-a07a833210b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"SourceFile","type":"file","value":null},{"key":"XmlPath","type":"file","value":null},{"key":"OwnerPassword","value":"string","type":"text"}]},"url":"//Accessibility/AddXMLTagsToPdf","description":"<h2 id=\"json-object-description\">JSON object description:</h2>\n<hr />\n<h2 id=\"addxmltagstopdfrequestaddxmltagstopdfrequest\">addXMLTagsToPdfRequestAddXMLTagsToPdfRequest:</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>* SourceFile</td>\n<td>IFormFile</td>\n<td></td>\n</tr>\n<tr>\n<td>OwnerPassword</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>* XmlPath</td>\n<td>IFormFile</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["Accessibility","AddXMLTagsToPdf"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"72dbb356-f143-4d3d-a554-e579b8f9ff58","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"SourceFile","type":"file","src":[]},{"key":"XmlPath","type":"file","src":[]},{"key":"OwnerPassword","value":"string","type":"text"}]},"url":"//Accessibility/AddXMLTagsToPdf"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce9c6c64-ed9d-41ee-bcf2-a07a833210b6"},{"name":"/Accessibility/GetOcrImageText","id":"32b433f4-0fb2-4b98-9f8b-c58f0c814720","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"formdata","formdata":[{"key":"ContentType","value":"string","type":"text"},{"key":"ContentDisposition","value":"string","type":"text"},{"key":"Headers","value":"[object Object]","type":"text"},{"key":"Length","value":"9725","type":"text"},{"key":"Name","value":"string","type":"text"},{"key":"FileName","value":"string","type":"text"},{"key":"Top","value":"3676.5676004141824","type":"text"},{"key":"Left","value":"5455.394342367712","type":"text"},{"key":"Width","value":"1246.615138737024","type":"text"},{"key":"Height","value":"6109.207893516306","type":"text"},{"key":"Rotation","value":"2346","type":"text"},{"key":"pageNumber","value":"string","type":"text"},{"key":"lang","value":"string","type":"text"}]},"url":"//Accessibility/GetOcrImageText","description":"<p>Perform OCR on predefined areas inside a PDF.</p>\n<hr />\n<h2 id=\"pdffileiformfile\">pdfFile(IFormFile):</h2>\n<hr />\n<h2 id=\"poscoordinates\">posCoordinates:</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Top</td>\n<td>Single</td>\n<td>Gets or sets the top position of the coordinate.</td>\n</tr>\n<tr>\n<td>Left</td>\n<td>Single</td>\n<td>Gets or sets the left position of the coordinate.</td>\n</tr>\n<tr>\n<td>Width</td>\n<td>Single</td>\n<td>Gets or sets the width of the coordinate area.</td>\n</tr>\n<tr>\n<td>Height</td>\n<td>Single</td>\n<td>Gets or sets the height of the coordinate area.</td>\n</tr>\n<tr>\n<td>Rotation</td>\n<td>Int32</td>\n<td>Gets or sets the rotation angle of the coordinate area. (0,90,180,270)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"pagenumberstring\">pageNumber(String):</h2>\n<hr />\n<h2 id=\"langstring\">lang(String):</h2>\n","urlObject":{"path":["Accessibility","GetOcrImageText"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"570c2763-64ef-42fe-9ca6-cec891d355df","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"formdata","formdata":[{"key":"ContentType","value":"string","type":"text"},{"key":"ContentDisposition","value":"string","type":"text"},{"key":"Headers","value":"[object Object]","type":"text"},{"key":"Length","value":"9725","type":"text"},{"key":"Name","value":"string","type":"text"},{"key":"FileName","value":"string","type":"text"},{"key":"Top","value":"3676.5676004141824","type":"text"},{"key":"Left","value":"5455.394342367712","type":"text"},{"key":"Width","value":"1246.615138737024","type":"text"},{"key":"Height","value":"6109.207893516306","type":"text"},{"key":"Rotation","value":"2346","type":"text"},{"key":"pageNumber","value":"string","type":"text"},{"key":"lang","value":"string","type":"text"}]},"url":"//Accessibility/GetOcrImageText"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"32b433f4-0fb2-4b98-9f8b-c58f0c814720"}],"id":"ea54d3f7-bab2-4fe6-9ebe-0b15a85158a7","_postman_id":"ea54d3f7-bab2-4fe6-9ebe-0b15a85158a7","description":""},{"name":"AccessibilityDictionary","item":[{"name":"/AccessibilityDictionary","id":"64bad153-a7f1-4462-ac26-d709dc0b6462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"//AccessibilityDictionary","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Displays a list of Dictionaries in JSON format.\n</code></pre>","urlObject":{"path":["AccessibilityDictionary"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"928a2a20-ae0d-4363-a5a9-00f6618d2076","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"//AccessibilityDictionary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"description\": \"string\",\n    \"dictionaryId\": \"string\"\n  },\n  {\n    \"description\": \"string\",\n    \"dictionaryId\": \"string\"\n  }\n]"}],"_postman_id":"64bad153-a7f1-4462-ac26-d709dc0b6462"},{"name":"/AccessibilityDictionary","id":"85627836-77ab-47e0-92a6-e31cb57b8df2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"string\",\n  \"dictionaryId\": \"string\",\n  \"words\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\",\n    \"key_3\": \"string\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//AccessibilityDictionary","description":"<p>Publish or update the Dictionary</p>\n<h2 id=\"json-object-description\">JSON object description:</h2>\n<hr />\n<h2 id=\"valuedictionaryelementrequest\">valueDictionaryElementRequest:</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>* Words</td>\n<td><em><strong>Dictionary&lt;String,String&gt;</strong></em></td>\n<td>Dictionary in JSON format with \"Key\":\"Value\" words list</td>\n</tr>\n<tr>\n<td>* DictionaryId</td>\n<td>String</td>\n<td>Desired Dictionary name</td>\n</tr>\n<tr>\n<td>* Description</td>\n<td>String</td>\n<td>Description of the Dictionary</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"dictionary2\">Dictionary`2:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Comparer</td>\n<td><em><strong>IEqualityComparer&lt;String&gt;</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>Count</td>\n<td>Int32</td>\n<td></td>\n</tr>\n<tr>\n<td>Keys</td>\n<td><em><strong>KeyCollection&lt;String,String&gt;</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>Values</td>\n<td><em><strong>ValueCollection&lt;String,String&gt;</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>Item</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"valuecollection\">ValueCollection:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Count</td>\n<td>Int32</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"keycollection\">KeyCollection:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Count</td>\n<td>Int32</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"iequalitycomparer1\">IEqualityComparer`1:</h3>\n","urlObject":{"path":["AccessibilityDictionary"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"ea1a1cd1-7b0a-4b1e-9b20-f7bcc2269144","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"string\",\n  \"dictionaryId\": \"string\",\n  \"words\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\",\n    \"key_3\": \"string\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//AccessibilityDictionary"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"85627836-77ab-47e0-92a6-e31cb57b8df2"},{"name":"/AccessibilityDictionary/:id","id":"be720ad1-8a71-4f8c-9ac7-fe2395197078","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"//AccessibilityDictionary/:id","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Displays a JSON Dictionary by name.\n</code></pre>","urlObject":{"path":["AccessibilityDictionary",":id"],"host":["/"],"query":[],"variable":[{"id":"53738bcf-c74d-4b09-9a4c-889ceb60c1c7","type":"any","value":"string","key":"id"}]}},"response":[{"id":"71ca4d04-5daf-4ad3-ba43-86c88d7e620e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":{"raw":"//AccessibilityDictionary/:id","host":["/"],"path":["AccessibilityDictionary",":id"],"variable":[{"key":"id","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"string\",\n  \"dictionaryId\": \"string\",\n  \"words\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  },\n  \"createTime\": \"1999-01-06T22:25:01.753Z\",\n  \"lastUpdateTime\": \"1996-12-08T07:12:55.275Z\",\n  \"modifiedBy\": \"string\"\n}"}],"_postman_id":"be720ad1-8a71-4f8c-9ac7-fe2395197078"},{"name":"/AccessibilityDictionary/:id","id":"a474e65d-a2f5-4daa-8b04-6a94c134c4f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"//AccessibilityDictionary/:id","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Delete a JSON Dictionary by name.\n</code></pre>","urlObject":{"path":["AccessibilityDictionary",":id"],"host":["/"],"query":[],"variable":[{"id":"431a8e8c-a7c1-418f-b4b4-e9bacd27c03a","type":"any","value":"string","key":"id"}]}},"response":[{"id":"6061493f-d2c3-4e56-b3de-928632750652","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"//AccessibilityDictionary/:id","host":["/"],"path":["AccessibilityDictionary",":id"],"variable":[{"key":"id","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a474e65d-a2f5-4daa-8b04-6a94c134c4f3"}],"id":"50effff3-769a-4861-8c3f-8c6d6f75c60e","_postman_id":"50effff3-769a-4861-8c3f-8c6d6f75c60e","description":""},{"name":"AccessibilityPreparedXmlInfo","item":[{"name":"/AccessibilityPreparedXmlInfo","id":"1d5c660a-a6a6-474a-8c5f-bcfbbecc7f23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"//AccessibilityPreparedXmlInfo","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Displays a list of Prepared Xml Info in JSON format.\n</code></pre>","urlObject":{"path":["AccessibilityPreparedXmlInfo"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"2e9219d6-16d0-433b-ab33-eb563cbbcead","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"//AccessibilityPreparedXmlInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"preparedXmlInfoId\": \"string\",\n    \"description\": \"string\",\n    \"preparedXmlInfoFilePath\": \"string\",\n    \"preparedXmlInfoFileContent\": \"string\"\n  },\n  {\n    \"preparedXmlInfoId\": \"string\",\n    \"description\": \"string\",\n    \"preparedXmlInfoFilePath\": \"string\",\n    \"preparedXmlInfoFileContent\": \"string\"\n  }\n]"}],"_postman_id":"1d5c660a-a6a6-474a-8c5f-bcfbbecc7f23"},{"name":"/AccessibilityPreparedXmlInfo/:id","id":"4ae1660d-7ad0-450f-99e9-672218541884","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"//AccessibilityPreparedXmlInfo/:id","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Displays a JSON Prepared Xml Info by ID.\n</code></pre>","urlObject":{"path":["AccessibilityPreparedXmlInfo",":id"],"host":["/"],"query":[],"variable":[{"id":"c913fe37-d430-4338-90f3-72fe4f62c5ad","type":"any","value":"string","key":"id"}]}},"response":[{"id":"f32eb8a9-a91e-4023-a21e-3bb4418f2cbe","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":{"raw":"//AccessibilityPreparedXmlInfo/:id","host":["/"],"path":["AccessibilityPreparedXmlInfo",":id"],"variable":[{"key":"id","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"preparedXmlInfoId\": \"string\",\n  \"description\": \"string\",\n  \"preparedXmlInfoFilePath\": \"string\",\n  \"preparedXmlInfoFileContent\": \"string\",\n  \"createTime\": \"2021-02-27T08:35:06.333Z\",\n  \"lastUpdateTime\": \"2002-06-13T03:17:28.647Z\",\n  \"uuid\": \"string\",\n  \"modifiedBy\": \"string\"\n}"}],"_postman_id":"4ae1660d-7ad0-450f-99e9-672218541884"},{"name":"/AccessibilityPreparedXmlInfo/:id","id":"e31a220b-e1f6-412a-836f-1a5789681e96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"//AccessibilityPreparedXmlInfo/:id","description":"","urlObject":{"path":["AccessibilityPreparedXmlInfo",":id"],"host":["/"],"query":[],"variable":[{"id":"2dc7980b-a544-468d-b7ba-6fcbf4e615e4","type":"any","value":"string","key":"id"}]}},"response":[{"id":"a826eef5-b2fc-44d7-94c6-24cc0ca9eebd","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"//AccessibilityPreparedXmlInfo/:id","host":["/"],"path":["AccessibilityPreparedXmlInfo",":id"],"variable":[{"key":"id","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e31a220b-e1f6-412a-836f-1a5789681e96"},{"name":"/AccessibilityPreparedXmlInfo/XMLFile","id":"2406975a-45c8-4241-9cf6-ff1f2c3e7fd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"formdata","formdata":[{"key":"overwriteIfExist","value":"false","type":"text"},{"key":"PreparedXmlInfoFilePath","type":"file","value":null},{"key":"PreparedXmlInfoId","value":"string","type":"text"},{"key":"Description","value":"string","type":"text"}]},"url":"//AccessibilityPreparedXmlInfo/XMLFile","description":"<h2 id=\"json-object-description\">JSON object description:</h2>\n<hr />\n<h2 id=\"valuepreparedxmlinfoweb\">valuePreparedXmlInfoWeb:</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>* overwriteIfExist</td>\n<td>Boolean</td>\n<td>overwrite If Exist Flag (true, false)</td>\n</tr>\n<tr>\n<td>* PreparedXmlInfoFilePath</td>\n<td>IFormFile</td>\n<td>Path to Prepared Xml File</td>\n</tr>\n<tr>\n<td>* PreparedXmlInfoId</td>\n<td>String</td>\n<td>Prepared Xml Id</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>String</td>\n<td>Description of the Prepared Xml</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["AccessibilityPreparedXmlInfo","XMLFile"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"77fe5a1e-62be-4d46-a7c5-456ffb387293","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"formdata","formdata":[{"key":"overwriteIfExist","value":"false","type":"text"},{"key":"PreparedXmlInfoFilePath","type":"file","src":[]},{"key":"PreparedXmlInfoId","value":"string","type":"text"},{"key":"Description","value":"string","type":"text"}]},"url":"//AccessibilityPreparedXmlInfo/XMLFile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"preparedXmlInfoId\": \"string\",\n  \"description\": \"string\",\n  \"preparedXmlInfoFilePath\": \"string\",\n  \"preparedXmlInfoFileContent\": \"string\",\n  \"createTime\": \"2021-02-27T08:35:06.333Z\",\n  \"lastUpdateTime\": \"2002-06-13T03:17:28.647Z\",\n  \"uuid\": \"string\",\n  \"modifiedBy\": \"string\"\n}"}],"_postman_id":"2406975a-45c8-4241-9cf6-ff1f2c3e7fd3"}],"id":"cac5baea-adee-43be-b5ba-81ce9b134c4e","_postman_id":"cac5baea-adee-43be-b5ba-81ce9b134c4e","description":""},{"name":"AccessibilityTemplate","item":[{"name":"/AccessibilityTemplate","id":"d711ad87-4873-4a26-b1c3-2a8ee4c2b307","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"//AccessibilityTemplate","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Displays a list of Templates in JSON format.\n</code></pre>","urlObject":{"path":["AccessibilityTemplate"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"04728b2b-88de-4dc0-9270-7b643b727f55","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"//AccessibilityTemplate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"description\": \"string\",\n    \"templateId\": \"string\"\n  },\n  {\n    \"description\": \"string\",\n    \"templateId\": \"string\"\n  }\n]"}],"_postman_id":"d711ad87-4873-4a26-b1c3-2a8ee4c2b307"},{"name":"/AccessibilityTemplate","id":"fff48264-f0e9-41d1-8ba2-747029d7c690","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"string\",\n  \"templateDefinition\": \"string\",\n  \"templateId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//AccessibilityTemplate","description":"<p>Publish or update the Template</p>\n<h2 id=\"json-object-description\">JSON object description:</h2>\n<hr />\n<h2 id=\"valuetemplateelementrequest\">valueTemplateElementRequest:</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em><strong>filed</strong></em></th>\n<th><em><strong>type</strong></em></th>\n<th><em><strong>description</strong></em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>* TemplateDefinition</td>\n<td>String</td>\n<td>Template Body</td>\n</tr>\n<tr>\n<td>* TemplateId</td>\n<td>String</td>\n<td>Desired Template name</td>\n</tr>\n<tr>\n<td>* Description</td>\n<td>String</td>\n<td>Description of the Template</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["AccessibilityTemplate"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"39a50762-a715-404f-990d-11ad44721e6a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"string\",\n  \"templateDefinition\": \"string\",\n  \"templateId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//AccessibilityTemplate"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fff48264-f0e9-41d1-8ba2-747029d7c690"},{"name":"/AccessibilityTemplate/:id","id":"5556928e-90ca-4adc-9735-661eba5b510b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"//AccessibilityTemplate/:id","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Displays a JSON Template by name.\n</code></pre>","urlObject":{"path":["AccessibilityTemplate",":id"],"host":["/"],"query":[],"variable":[{"id":"742a2452-fbe8-4854-99fb-8325ef46f0a7","type":"any","value":"string","key":"id"}]}},"response":[{"id":"f269725f-0e1b-40b0-925a-a958ae445560","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":{"raw":"//AccessibilityTemplate/:id","host":["/"],"path":["AccessibilityTemplate",":id"],"variable":[{"key":"id","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"string\",\n  \"templateDefinition\": \"string\",\n  \"templateId\": \"string\",\n  \"createTime\": \"1957-03-28T09:56:55.866Z\",\n  \"lastUpdateTime\": \"2002-05-07T21:16:10.686Z\",\n  \"modifiedBy\": \"string\"\n}"}],"_postman_id":"5556928e-90ca-4adc-9735-661eba5b510b"},{"name":"/AccessibilityTemplate/:id","id":"1a25f32c-e05f-4f8d-b701-7d17a55a06af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"//AccessibilityTemplate/:id","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Delete a JSON Template by name.\n</code></pre>","urlObject":{"path":["AccessibilityTemplate",":id"],"host":["/"],"query":[],"variable":[{"id":"2a755fb6-a7d1-4375-bd49-d1cbdd98dc54","type":"any","value":"string","key":"id"}]}},"response":[{"id":"2b58773c-d58d-4464-ad2d-5c3dff1034b1","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"//AccessibilityTemplate/:id","host":["/"],"path":["AccessibilityTemplate",":id"],"variable":[{"key":"id","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1a25f32c-e05f-4f8d-b701-7d17a55a06af"},{"name":"/AccessibilityTemplate/License","id":"b01b67b3-84c4-4eaa-80e9-96b724a9969c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"//AccessibilityTemplate/License","urlObject":{"path":["AccessibilityTemplate","License"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"c2eb4c4c-452a-4597-b220-5190ed574066","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"//AccessibilityTemplate/License"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"isValid\": true,\n  \"description\": \"string\"\n}"}],"_postman_id":"b01b67b3-84c4-4eaa-80e9-96b724a9969c"}],"id":"f8e738af-3082-4531-b1ad-80bc6e55fe74","_postman_id":"f8e738af-3082-4531-b1ad-80bc6e55fe74","description":""},{"name":"EncryptionManager","item":[{"name":"/EncryptionManager/:connectionString","id":"168904c0-c275-4111-85c7-b051e06a29cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"text/plain"}],"url":"//EncryptionManager/:connectionString","description":"<h2 id=\"json-object-description\">JSON object description:</h2>\n<hr />\n<h2 id=\"connectionstringstring\">connectionString(String):</h2>\n","urlObject":{"path":["EncryptionManager",":connectionString"],"host":["/"],"query":[],"variable":[{"id":"85f385e5-b656-422b-a14a-f941ff1e4321","type":"any","value":"string","key":"connectionString"}]}},"response":[{"id":"c06db787-2f54-4f65-bfa2-77c32d4f2d54","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"text/plain"}],"url":{"raw":"//EncryptionManager/:connectionString","host":["/"],"path":["EncryptionManager",":connectionString"],"variable":[{"key":"connectionString","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"168904c0-c275-4111-85c7-b051e06a29cf"}],"id":"7ff0a3f3-8419-47b7-ae00-034fc2eb1a32","_postman_id":"7ff0a3f3-8419-47b7-ae00-034fc2eb1a32","description":""},{"name":"License","item":[{"name":"/License","id":"06584823-880a-4f95-af6a-f3ed3640d632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"//License","urlObject":{"path":["License"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"12fedb0e-45fc-4fcb-acba-e02eb05ad760","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"//License"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"licenseStatus\": \"string\",\n  \"licenseStatusCode\": 4,\n  \"expirationDate\": \"1948-04-22T09:09:32.631Z\",\n  \"purchasedPages\": 7722,\n  \"usedPages\": 2726,\n  \"purchasedTemplates\": 7,\n  \"usedTemplates\": 4279,\n  \"freeTemplates\": 1495,\n  \"isUnlimitedPages\": false\n}"}],"_postman_id":"06584823-880a-4f95-af6a-f3ed3640d632"},{"name":"/License/Ping","id":"bea47729-245c-4174-889a-ce604492d79a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//License/Ping","urlObject":{"path":["License","Ping"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"0328e763-cbfd-47a7-a8d0-762975feba78","name":"Success","originalRequest":{"method":"GET","header":[],"url":"//License/Ping"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bea47729-245c-4174-889a-ce604492d79a"},{"name":"/License/cache/reset","id":"caf9dd92-85f6-4c52-9b3c-6b24be8c5ae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"//License/cache/reset","description":"","urlObject":{"path":["License","cache","reset"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"cafc3921-ea29-4711-9409-4a280c34d8b2","name":"Success","originalRequest":{"method":"POST","header":[],"url":"//License/cache/reset"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"caf9dd92-85f6-4c52-9b3c-6b24be8c5ae4"}],"id":"65c4cc13-35f1-4706-aa67-8ff75642b95c","_postman_id":"65c4cc13-35f1-4706-aa67-8ff75642b95c","description":""}],"event":[{"listen":"prerequest","script":{"id":"c87d2f15-754a-40ff-a63e-3e8463ba9d0e","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"7abe82d4-f7c0-4cdc-a2e0-3cd3fdc66ca6","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"/"},{"key":"tenantid","value":"","type":"default"}]}