You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help me understand why this PDF file was imported with an error message 11524355_1-5.pdf
`pdf := gopdf.GoPdf{}
pdfRect := gopdf.Rect{W: pdfWidth, H: pdfHeight}
pdf.Start(gopdf.Config{PageSize: pdfRect})
Hi, the ‘ImportPage’ function relies on the phpdave11/gopdi library for its underlying function. I would kindly suggest reporting the issues directly to gopdi project.
Please help me understand why this PDF file was imported with an error message
11524355_1-5.pdf
`pdf := gopdf.GoPdf{}
pdfRect := gopdf.Rect{W: pdfWidth, H: pdfHeight}
pdf.Start(gopdf.Config{PageSize: pdfRect})
The text was updated successfully, but these errors were encountered: