DITA to pdf loses images
Posted: Sat Apr 02, 2022 4:48 am
I have a simple DITA file that looks like:
When I create a pdf, it cannot find the images. I can output from FrameMaker without problems. Any suggestions?
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA 1.3 Task//EN" "technicalContent/dtd/task.dtd" [
]>
<task id="id223PDG00Y5Z"
xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/">
<title>my title</title>
<shortdesc>description</shortdesc>
<taskbody><steps><step><cmd>Details of step 1.</cmd>
<info><image href="../../../../Pictures/image1.jpg" scale="30"/></info></step>
<step><cmd>Details of step 2.</cmd>
<info><image href="../../../../Pictures/image2.jpg" scale="30"/></info></step>
<step><cmd>Details of step 3.</cmd>
<info><image href="../../../../Pictures/image3.jpg" scale="30"/></info></step>
</steps></taskbody></task>