pdf-css-html5 transformation - external html links trying to be copied
Posted: Fri Feb 19, 2021 4:56 pm
Hi,
Our pdf transformation is failing on links like the one below:
We are getting the error below:
Is there a way to configure oxygenCopyNonDitaResources process to ignore copying any xrefs flagged as format="html" scope="external"?
Thanks
Our pdf transformation is failing on links like the one below:
Code: Select all
<xref class="- topic/xref " format="html" scope="external" href="https://library.agfahealthcare.com/doc/75495318">
Code: Select all
oxygenCopyNonDitaResources:
copy-html:
[copy] Copying 1 resource to D:\sApps\Ixiasoft\OutputGenerator\OG_6.x\temp\Oxygenxml_PDFGuides.axhxu.30.1613740872430\out
Error: java.nio.file.InvalidPathException: Illegal char <:> at index 98: D:\sApps\Ixiasoft\OutputGenerator\OG_6.x\temp\Oxygenxml_PDFGuides.axhxu.30.1613740872430\out\https:\library.agfahealthcare.com\overview?ID=61683494
Thanks