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

Indesign server doesn't create package

Contributor ,
Oct 06, 2025 Oct 06, 2025

Hi, 

 

I'm trying to create a package on Indesign Server 2025 (Windows). No package is generated, but also no exception is thrown. The script works well on the desktop version (Mac).

 

		try {
			result = _myIndesignDoc.packageForPrint(packageDocFolder, copyFonts, copyLinks, copyProfiles, updateGraphics, includeHiddenLayers, ignorePreflightErrors, createReport, includeIDML, includePDF);
		} catch (ex) {
			log("ERROR", "ERROR: Could not create package: " + ex);
		}

 

How to find out why the package is not created. Does Indesign server has some extended logging?

 

Can this be a performance issue? Lack of CPU / Memory?

 

Thank you.

 

Tm

TOPICS
Bug , Performance , Scripting
50
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 ,
Oct 06, 2025 Oct 06, 2025
LATEST

Some export functions in ID Server are deffierent from those in ID Desktop (PDF export, for example). I don't know whether packaging is different, you can check that in an ID Server object model. Not sure where to find that, but googling around should uncover it.

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