Menu

#22 ECG DICOM conversion to PDF

v1.0 (example)
pending
nobody
5
2022-02-25
2022-02-22
uveeme
No

Hello;

I am trying to use your ECGToolkit C# library in a VS solution written in C#.

I just want to convert a DICOM ECG waveform to a PDF. But when I use your library, it seems that it only loads other plugins, but not the pdf. What am I doing wrong?

Thanks!!

Discussion

  • MJB van Ettinger

    I'm not 100% sure, but for me the PDF plug-in appears to be working. However it might be the fact that plug-ins are loaded in a separate thread. Use: ECGConversion.ECGConverter.Instance.waitForFormatSupport("PDF") (returns true when support is loaded)

    Other approach might be to wait for all loading of all plug-ins, but I prefer the specific wait.

     
  • MJB van Ettinger

    • status: open --> pending
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.