-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: 7.10-HF25, 8.10-HF06, 9.2
-
Fix Version/s: None
-
Component/s: Convert
-
Backlog priority:300
-
Sprint:nxcore 9.3.9
-
Story Points:2
- install Nuxeo HF24
- create the following chain:
- Context.FetchDocument - Context.PushDocument - Blob.ToPDF - Context.SetInputAsVar: name: pdfblob - Context.PopDocument - Document.SetBlob: file: "@{Context[\"pdfblob\"]}" save: "true" xpath: "cs:myBlob"
- create a document
- add a blob with filename like Service Guideline V8R1.1_intern.docx
- start the chain using a button
- this is convert the docx file to PDF and store it as Service Guideline V8R1.1_intern.pdf
- install HF25
- retry the scenario
- observe the PDF filename is an alphanumeric string but not the expected Service Guideline V8R1.1_intern.pdf
After further testing, this happens from HF25 and later version probably linked to this fix: NXP-22005