mirror of
				https://github.com/johnwhitington/cpdf-source.git
				synced 2025-06-05 22:09:39 +02:00 
			
		
		
		
	More recrypting work
This commit is contained in:
		| @@ -1943,7 +1943,11 @@ let really_write_pdf ?(encryption = None) ?(is_decompress=false) mk_id pdf outna | |||||||
|           if args.debugcrypt then Printf.printf "Recrypting in really_write_pdf\n"; |           if args.debugcrypt then Printf.printf "Recrypting in really_write_pdf\n"; | ||||||
|           match args.inputs with |           match args.inputs with | ||||||
|             [] -> raise (Pdf.PDFError "no input in recryption") |             [] -> raise (Pdf.PDFError "no input in recryption") | ||||||
|           | (_, _, _, user_pw, _)::_ -> Pdfwrite.pdf_to_file_recrypting pdf user_pw outname' |           | (_, _, _, user_pw, _)::_ -> | ||||||
|  |               Pdfwrite.pdf_to_file_recrypting | ||||||
|  |                 ~preserve_objstm:args.preserve_objstm | ||||||
|  |                 ~generate_objstm:args.create_objstm | ||||||
|  |                 pdf user_pw outname' | ||||||
|         end |         end | ||||||
|       else |       else | ||||||
|         begin |         begin | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user