Copy link to clipboard
Copied
Hi,
I have noticed that some recent version of Distiller is not providing log (*.log) file. Previously when I tested the Acrobat Distiller XI I was able to get the log while I drag and drop a PostScript file, in the same folder as PostScript. Now after updating it, I am not getting the log like that.
My question is why this change ? Is it intended or a bug ?
Is there any way to make this work as older version ? (i.e. getting log in drop folder)
Where can we getting the log if not in the same folder.
I am using Windows 10 and I am using Acrobat DC Pro.
Copy link to clipboard
Copied
None of those messages are guaranteed. Most of them come because the PostScript to be written contains instructions to write to the log. The %%[Page: NN]%% lines are just written from the PostScript.
Try distilling this:
%!
clippath stroke showpage
No log. Now try this:
%!
(Good afternoon folks) == clippath stroke showpage
Should get log.
Copy link to clipboard
Copied
Make sure that in the preferences "Delete Log Files..." is not ticked.
Discussion successfully moved from Forum comments to Creating PDFs
Copy link to clipboard
Copied
It is not ticked, but still I am not getting any log. Also drag and drop PS file is generating pdf but not log.
Copy link to clipboard
Copied
I just tried Distiller for the first time since an eternity ... and the log file got created without any problems. The log file is, as expected in the directory of the ps file and the newly created pdf file.
Copy link to clipboard
Copied
For us the log file is only getting generated if PS file causing error in Distiller. But when we got successful processing of PS file log is not getting generated.
Copy link to clipboard
Copied
There needs to be a different problem. I've looked into all the parameters I could find...
Copy link to clipboard
Copied
FYI: I was getting log in success case with Distiller XI. Log I was getting:
--------------------------------------------------------------------------
<PDFX ISO="15930-1:2001" COMPLIANT="false">
PDF/X Compliance Report
1. Color
Violation. The output intent profile was not specified.
Violations: The total found in this section was 1.
2. Summary
Warnings: The total found in this document was 0.
Violations: The total found in this document was 1.
This document does not pass PDF/X-1a:2001 compliance checks.
</PDFX>
-------------------------------------------------------------------------------
Copy link to clipboard
Copied
Your log file looks differently than mine:
%%[ ProductName: Distiller ]%%
%%[Page: 1]%%
%%[LastPage]%%
Copy link to clipboard
Copied
Could be because of the version of Acrobat. I am using Distiller XI.
Copy link to clipboard
Copied
I don't think so.
%%[ ProductName: Distiller ]%%
%%[Page: 1]%%
%%[Page: 2]%%
%%[Page: 3]%%
%%[Page: 4]%%
%%[Page: 5]%%
%%[Page: 6]%%
%%[Page: 7]%%
%%[Page: 8]%%
%%[Page: 9]%%
%%[Page: 10]%%
%%[Page: 11]%%
%%[Page: 12]%%
%%[Page: 13]%%
%%[Page: 14]%%
%%[Page: 15]%%
%%[Page: 16]%%
%%[Page: 17]%%
%%[Page: 18]%%
%%[Page: 19]%%
%%[Page: 20]%%
%%[Page: 21]%%
%%[Page: 22]%%
%%[LastPage]%%
This is a log file from 1999!
Looks pretty the same...
Copy link to clipboard
Copied
None of those messages are guaranteed. Most of them come because the PostScript to be written contains instructions to write to the log. The %%[Page: NN]%% lines are just written from the PostScript.
Try distilling this:
%!
clippath stroke showpage
No log. Now try this:
%!
(Good afternoon folks) == clippath stroke showpage
Should get log.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now