Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Acrobat Distiller log

New Here ,
May 08, 2019 May 08, 2019

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.

TOPICS
Create PDFs
4.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
LEGEND ,
May 08, 2019 May 08, 2019
LATEST

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.

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 08, 2019 May 08, 2019

Make sure that in the preferences "Delete Log Files..." is not ticked.

Discussion successfully moved from Forum comments to Creating PDFs

ABAMBO | Hard- and Software Engineer | Photographer
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 08, 2019 May 08, 2019

It is not ticked, but still I am not getting any log. Also drag and drop PS file is generating pdf but not log.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 08, 2019 May 08, 2019

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.

ABAMBO | Hard- and Software Engineer | Photographer
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 08, 2019 May 08, 2019

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 08, 2019 May 08, 2019

There needs to be a different problem. I've looked into all the parameters I could find...

ABAMBO | Hard- and Software Engineer | Photographer
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 08, 2019 May 08, 2019

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>

-------------------------------------------------------------------------------

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 08, 2019 May 08, 2019

Your log file looks differently than mine:

%%[ ProductName: Distiller ]%%

%%[Page: 1]%%

%%[LastPage]%%

ABAMBO | Hard- and Software Engineer | Photographer
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 08, 2019 May 08, 2019

Could be because of the version of Acrobat. I am using Distiller XI.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 08, 2019 May 08, 2019

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...

ABAMBO | Hard- and Software Engineer | Photographer
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 08, 2019 May 08, 2019
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines