DinkToPdf icon indicating copy to clipboard operation
DinkToPdf copied to clipboard

Generate pdf on fly

Open cissemy opened this issue 2 years ago • 1 comments

Hi, is it possible to create the pdft on fly (in memory) isntead of using Out = @"C:\DinkToPdf\src\DinkToPdf.TestThreadSafe\test.pdf"? Thanks

cissemy avatar Sep 06 '21 10:09 cissemy

Yes. You can return a ByteArray. Dont specifiy the "Out" properti in ObjectSettings settings and nothing will be saved.

marexv avatar Oct 15 '21 13:10 marexv