Wkhtmltopdf.NetCore.Example-deprecated icon indicating copy to clipboard operation
Wkhtmltopdf.NetCore.Example-deprecated copied to clipboard

error when save pdf on linux

Open CRAG666 opened this issue 2 years ago • 0 comments

screen-1659637002

Code:

    public async Task<UploadedFileInformation> RenderPdf<T>(string module, string vista, T format)
    {
        string pathFolder = Path.Combine(storage, $"{file.Id}-{file.Name}");
        byte[] pdf = await _generatePdf.GetByteArray($"Modules/{module}/Views/{vista}.cshtml", format);
        File.WriteAllBytes(pathFolder, pdf);

@fpanaccia help me pleace

CRAG666 avatar Aug 04 '22 18:08 CRAG666