- Thread Starter
- #26
i converted all the 4150 html files into a pdf files
which took a while
then i combined them into one pdf
that created a 577mb pdf
which is too large to upload to google notebooklm which has an upload filesize limit of 200mb
so i split the pdf into 4 pdfs using the following command
that created the following files
which are less than the 200mb upload limit
just uploading the files to google drive
then ill create a public link for the files
and after that upload them to notebook and try querying them
which took a while
then i combined them into one pdf
Code:
qpdf --empty --pages pdf_manpages/*.pdf -- freebsd_manpages.pdf
that created a 577mb pdf
which is too large to upload to google notebooklm which has an upload filesize limit of 200mb
so i split the pdf into 4 pdfs using the following command
Code:
qpdf freebsd_manpages.pdf --split-pages=4000 freebsd_manpages_part_%d.pdf
that created the following files
Code:
-rw-r--r-- 1 djwilcox djwilcox 130M Mar 26 22:31 freebsd_manpages_part_00001-04000.pdf
-rw-r--r-- 1 djwilcox djwilcox 161M Mar 26 22:31 freebsd_manpages_part_04001-08000.pdf
-rw-r--r-- 1 djwilcox djwilcox 187M Mar 26 22:31 freebsd_manpages_part_08001-12000.pdf
-rw-r--r-- 1 djwilcox djwilcox 101M Mar 26 22:31 freebsd_manpages_part_12001-14361.pdf
which are less than the 200mb upload limit
just uploading the files to google drive
then ill create a public link for the files
and after that upload them to notebook and try querying them