MaxMelcher / AzureDevOps.WikiPDFExport

Export Azure DevOps Wiki to PDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Images

Nyhtfury opened this issue · comments

Possibly related to #28

When I add screen captures directly into the Azure DevOps wiki editor, it automatically adds a .png file to /.attachments/image-.png and commits once I save.

I'm trying to generate a PDF via Richard Fennell's extension and I'm generating a pdf but images are broken just like they are in #28. I've taken an additional step to rule out that marketplace extension by cloning the wiki repo locally and attempting to use the .exe from the latest release (4.0.3).

Image links are still broken (examples) if I don't specify the attachments path:

![image.png](/.attachments/image-3b66b830-e48b-47db-9de3-98a73f829156.png)
![image.png](/.attachments/image-8b34b0d2-0f2c-464d-bd65-dde464880467.png)

image.png
image.png

Fortunately, if I explicitly provide --attachments-path .attachments it works, but I thought it was only necessary if I was converting a sub folder.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

potentially fixed f726d3d