0

I am having an issue using Winnovatives HTML to pdf converter.

When the base url is a local path e.g C:\path\to\base, the converter resolves the files just fine.

however, in scenarios where the base url points to a server e.g \\server\share\path\to\base, winnovative fails to find the css and generates a non formatted file.

Fullmetal99012
  • 191
  • 3
  • 12

1 Answers1

0

Looks like it always needs a Drive:\ format path, and not a \server\share UNC path.

for remote files, you have to use File://server/share/path/to/file

Fullmetal99012
  • 191
  • 3
  • 12