I want to convert my .ps file (which was created from an encrypted .pdf file) back to a .pdf format.
Using ps2pdf in ghostscript gives me the following message on my command prompt:
This PostScript file was created from an encrypted PDF file.
Redistilling encrypted PDF is not permitted.
Error: /undefined in
--eexec-- Operand stack: --nostringval-- --dict:89/200(L)-- quit Execution stack: %interp_exit .runexec2 --nostringval--
--nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1977 1 3 %oparray_pop 1976 1 3
%oparray_pop 1960 1 3 %oparray_pop 1852 1 3
%oparray_pop --nostringval-- %errorexec_pop .runexec2
--nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- 1843 2 3 %oparray_pop
--nostringval-- --nostringval-- --nostringval-- Dictionary stack: --dict:1198/1684(ro)(G)-- --dict:1/20(G)-- --dict:89/200(L)-- --dict:1198/1684(ro)(G)--
Current allocation mode is local Last OS error: No such file or directory
GPL Ghostscript 9.18: Unrecoverable
error, exit code 1
Is there anyway to convert my .ps file back to .pdf if I know the password of the original encrypted .pdf file from which the .ps file was created?
-sOwnerPassword=xxxxxoption? – steeldriver Dec 31 '17 at 12:45$INPUT,$OUTPUT, and$PASSWORDin thegsinvocation in the last 5 lines with the respective strings. Examples are in the first 3 lines. Alternatively, save the file, edit the first 3 lines to your liking and execute the script. – David Foerster Jan 01 '18 at 12:06