print the output form pspdfkit

72 views Asked by At

everyone,today I use "pspdfkit" to convert a excel file to pdf,but my output only have one page,the pdf file can be readed in normal way,but if i want to print it(in office) , the data will squeezed together,is there any solution?

enter image description here this is my outcoming

enter image description here if i want to print the file,the data will be too small to read.Also there's only one page in the result

instructions = { 'parts': [ { 'file': 'document' } ] } this is my instructions code

I wish the file can be split in many pages, should I change the code in instructions? thanks everyone for provideing solution.

0

There are 0 answers