Quantcast
Channel: Adobe Community : Popular Discussions - InDesign Server Developers
Viewing all 20709 articles
Browse latest View live

IndesignServer Object Model files

$
0
0

Greetings

 

I was wondering: when loading the IndesignServer Object Model in extendscript_toolkit , where are those files located?

It looks like an Adobe Flex application, that loads like for example, and XML or something.

 

Does anyone know where I can find all the class files information in a seperate file or something, for Indesign Server?

 

Thanks!

 

Regards

 

Mario


Picture with profile causes crash

$
0
0

I load xml with InDesign Server CS6 into an existing template. The resulting document includes inline graphics. I duplicate the picture and then try to delete the original picture. For some reason IDS crashes (only on Windows) if the picture contains color profiles and metadata.

If I get rid of the profile and metadata the picture can be deleted.

Has anybody an explanation for this, or even better a solution?

Thank you,

Ralf

Looking for developer for Server Scripting project

$
0
0

Hi everybody,

 

For a customer project we're looking for a developer with experience in InDesign Server Scripting (we have a InDesign Plugin, but not much experience with Server Scripting) and I hope to find somebody here in this forum.

For the project several InDesign and InCopy document with simple content must be opened and read and the content must be written in one final InDesign Document. Simple for the InCopy documents, more complicated for the InDesign files, they can include images.

 

If you're interested in helping us with this project, please answer here or send me a mail to kfriese@dataplan.de.

 

Thanks

Klaus

InDesignServerService not running on specified port

$
0
0

Hello,

 

 

 

I'm having an issue where I've downloaded the trial version of InDesign CC Server 2014 for use with Sitecore's PXM module. According to their instructions, if I were to modify the .msc file located at C:\Program Files\Adobe\Adobe InDesign CC Server 2014 by setting the port setting to a specific value, it should then listen on that port provided I restart the service. The InDesignServerService is running according to the task manager, but when I check via netstat, I don't see it at all.

 

Is anyone familiar with issue and if so, what might I be missing? Any help is appreciated.

 

 

 

Thank you,

 

Anthony

InDesign Server vs Scene7

$
0
0

Is there a resource where InDesign Server and Scene7 features/capabilities would be compared? Or are those even comparable?

Exporting to JPEG and keeping the bleed

$
0
0
How do i export my indesign file with bleed into a jpeg then bring it into photoshop while retaining this bleed?

PDF Preset (joboptions)

$
0
0

Hi,

 

Where do PDF Preset files or joboptions files need to be stored for InDesign CS3 Server to "see" them. Would InDesign Server need to be restarted to pick up changes to the Presets?

 

 

Thanks

InDesign server, eh? Discuss...

$
0
0

From what I read about InDesign Server it sounds like an amazing product, but what I see by way of evidence are two case studies on the Adobe site (which feature the words 'CS3' and '2007' respectively) and a developer forum with 24 members and most posts unanswered.

 

So tell me, are you guys making ID Server do amazing things? Is it as awesome as Adobe is trying to make it out, or does it have a way to go yet?


Problem with InDesign Server CS5

$
0
0

Hi all,

when i run from prompt (of Windows Server 2008) the command "InDesign Server.com -port 18383" the system respond "Adobe InDesign Server is not properly licensed and will now quit", until some days ago the InDesign Server work perfecly. What i do for that issue ? I try to run cthe command "InDesignServer.com -serilanumber xxxxxx" and the command "InDesignServer.exe -serilanumber xxxxxxx" but doesn't work (the system says me the same think "Adobe InDesign Server is not properly licensed etc etc"). What can i do ?

 

Thank you in advance

 

Luca

how to increase indesign server memory limit, It seems to crash when memory usage spikes to 1GB

$
0
0

how to increase indesign server memory limit, It seems to crash when memory usage spikes to 1GB

InDesign server using VB Dot Net

$
0
0
Hi,

I need help regarding using InDesign server using Visual Basic .Net.
I tried to generate a new document in the following ways:

Dim IdApp As InDesign.Application
Dim Doc As InDesign.Document
Dim DocP As InDesign.DocumentPreset


IdApp = CreateObject("InDesignServer.Application.CS3")

' This is the command that appears in the documentation:
' Adobe Indesign CS Scripting guide, page 11
'Doc = IdApp.Documents.Add
' The Result:
' Compiles but generates the following run time error:
'An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in mscorlib.dll
'Additional information: Invalid value for parameter 'DocumentPreset' of event 'Add'. Expected DocumentPreset, but received TRUE.
' In the following command I pass the parameters
' from the correct type in the correct order.
' The runtime result is as if the DocumentPreset
' parameter is the first and not the second
Doc = IdApp.Documents.Add(False, DocP)
' The Result:
'An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in mscorlib.dll
'Additional information: Invalid value for parameter 'DocumentPreset' of event 'Add'. Expected DocumentPreset, but received FALSE.
' I tried passing the parameters in reverse order
Doc = IdApp.Documents.Add(DocP, False)
' Result
' Compile error:
' error BC30311: Value of type 'InDesign.DocumentPreset' cannot be converted to 'Boolean'.

Besides these methods, I saw at the InDesign Java documentation that in non-scripting languages, as Visual Basic
parameters cannot be omitted.
At Java, the class OptArg is provided in order to supply such parameters.
I couldn't find the corresponding class for Visual Basic.

Thanks in advance for your help,
C

CS4: XMP info missing for placed images

$
0
0

Hi all,

 

in Documents produced on our InDesign Servers, the XMP information is missing from placed images, and also not available to later PDF export.

If we re-link the same images via InDesign Desktop, the XMP information is loaded.

 

Does anybody know the problem, is there even any matching InDesign Server configuration flag or alike?

 

Thanks,

Dirk

InDesign Server crashing on hyperlinks - HYPERLINKS.RPLN

$
0
0

When trying to access properties of a hyperlink it causes InDesign to crash. I can assign properties of the hyperlink but if I try and retrieve properties it hangs and crashes resulting in the error below. I'm using InDesign Server 64bit version 7.0.4.553. What's interesting is this works completely fine when testing using InDesign CS5 client version.

 

I have used Extend script toolkit to try and debug the issue but you can't even use the databrowser to look at the hyperlink properties as it'll crash there as well. But if I debug using toolkit with client version of InDesign it works fine. It really seems like an issue with InDesign Server and I'm not sure what I can do to work around/fix this problem.

 

Example script -

 

var myDoc = app.open([document path]);

for (i = 0; i < myDoc.hyperlinks.length; i++)

{

     var myHyperlink = myDoc.hyperlinks[i];  

     var newDestination = myHyperlink.destination; // - this causes indesign to crash

     //Do some processing...

}

 

 

Faulting application name: InDesignServer.exe, version: 7.0.4.553, time stamp: 0x4d891c6d

Faulting module name: HYPERLINKS.RPLN, version: 7.0.4.553, time stamp: 0x4d891ef9

Exception code: 0xc0000005

Fault offset: 0x000000000006e33b

Faulting process id: 0x1dfc

Faulting application start time: 0x01ccd52e23e3216c

Faulting application path: C:\Program Files\Adobe\Adobe InDesign CS5 Server x64\InDesignServer.exe

Faulting module path: C:\Program Files\Adobe\Adobe InDesign CS5 Server x64\Required\HYPERLINKS.RPLN

 

Any help would be great! I can post more information if needed.

CD ROM drive requirement for Indesign server installation

$
0
0

I am finalizing a machine before acquiring Indesign server. The requirements say CD ROM drive and Graphics card is required on Server machine. I intend to use it only for generating the documents programatically, not for writing the documents. IS it really required that I have CD ROM and graphics card on server? I am looking for a cloud installation and do not have access to CD ROM drive. Would anyone know?

(Mac) Malloc in export JPEG

$
0
0

When exporting to JPEG, I get the following error:

 

InDesignServer(1039,0xacc502c0) malloc: *** mmap(size=1512448000) failed (error code=12)

*** error: can't allocate region

*** set a breakpoint in malloc_error_break to debug

 

 

This happens when exporting a document of 2000 mm x 2000 mm to a 200 dpi progressive JPEG.

The max dpi value of 224 is not exceeded, so this should work. (see my other post for max size calculation: Failed to export the JPEG file: Maximum size exceeded)

I can export it on my InDesign client version, but not on the server version.

I'm having this issue on both CS5.5 and CS6 Server on Mac.

It does work on CS6 Server on windows.


Color management policy

$
0
0

Hi,

I am a newbie to InDesign Server and would like to know what is the default color management policy in InDesign Server. I need to replicate our color management policy installed on our desktop machines which is:

RGB: Preserve embedded profiles

CMYK: Preserve numbers (ignore linked profiles)

 

Thanks!

InDesign Server CC2014 Trial issue

$
0
0

Hi,

 

I cannot start our InDesign Server CC 2014 (Windows Server 2008). I have installed the software and was logged with our Adobe ID and installation was successful without any error message. The installation manual states that “InDesign CC Server needs to be activated before it can be used. If the computer is online, activation is done automatically when you install.” However, I got an error message when I tried to launch InDesign Server: “Adobe InDesign Server is not properly licensed and will now quit”.

 

Since  I had previously installed InDesign Server CS6 on another machine, I tried to use the APTEE to start the trial. I used the CS6 one because I did not find any version for CC 2014, I finally got the message:

StartTrial Successful

Return Code = 0

but when I tried to launch again InDesign Server, I always get the Adobe InDesign Server is not properly licensed and will now quit message.

I also read this thread but did not find the solution Indesign Server CC Trial issues

 

Thanks for help!

Adobe Typekit fonts not found

$
0
0

I have an instance of InDesign Server CC 2014 set up on configuration_noport that happily finds my Adobe Typekit fonts, If I run the Indesign server as a service using the same configuration none of my Typekit fonts are found.  I am running the service as the same user as my Desktop user, and also have tried rebooting the box with no success.

 

Does anyone have any ideas how I can force the service to be able to find the Typekit fonts?

 

Thanks.

 

Leigh Warren

retrieve InDesign server warnings

$
0
0

Hi,

 

I am using InDesign Server via its exposed web service to convert an indesign file to PDF.

If there are missing fonts or outdated/missing links, the indesign server console will print out warnings.

Example:

11:21:15 WARN  [font manager] Missing Font TT Slug OTF

 

The problem I have is that the WS API call does not return these warnings, as far as I can tell. It just converts the PDF using replacement fonts.

 

Is there a way for me to get this warning information back from the server or doing a preflight is the only way ? 

 

thanks

Cristian

Applescript server 10 2014

$
0
0

Hi There

 

 

Have anyone tried to use applescript with a CC 2014 (10) server  ???? almost nothing works for me...

 

I can create a document and save it, but can't open the same document....

 

Just a simple script...

tell application "InDesignserver"

set MyDok to make new document

save MyDok to "Mac HD:file.indd"

end tell

 

then...

tell application "InDesignserver"

Open "Mac Hd:file.indd"

end tell

 

i get : The document "file.indd" could not be opened. InDesignserver cannot open files of this type

 

very strange because the file was created by the same server ???

Viewing all 20709 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>