Hi, I have a table creator node with page references and I want to add more pages, but when I add a new page I then get an error in my python script that merges these pages into a pdf. Does anyone know why adding or changing one of the pages in the table creator is causing this? I’ve done this before and its worked so not sure why now I get an error message saying “PDF starts with ‘<!DOC’ but ‘%PDF-’ expected”
not sure what you python script looks like
Have you used the stict flag (depending on what kind of library you use just guessing)
reader = PdfFileReader("example.pdf", strict=False)
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.