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

InDesign Server 5.5 Missing Links

$
0
0

I'm getting missing link errors in the log when InDesign Server opens files. The missing links reported are for xml files and snippets. Opening the document and looking in the links pallette shows no missing links. I tried using AppleScript to see if I could access these links but they are not there. I can find the links if I open the document in a text editor so I know they are actually there but I cannot seem to find a way to get rid of them. Any suggestions would be great. Thanks.

 

  1. Has any one else seen this problem?
  2. Is there some way to "clean" the file? ( I already tried doing a save as on the files. )

Need help executing jsx in InDesign Server

$
0
0

Hi All,

 

I have written a javascript and indd template to convert my data in xml to pdf in InDesign. Now I want to use this javascript and indd template in InDesign Server. I have removed all GUI related thing in my script so that it doesnt need any GUI input. I am having a problem using SOAP implementation for this.

 

Can any one guide me how can i call this script in InDesign Server. I've tried sample client given in InDesign Products SDK and it is giving me error executing this javascript.

 

Any help in this issue will be highly appreciated.

Unable to use sample-java-soap client

$
0
0

Hi all,

 

I am trying to use sample client for java given with indesign server SDK.

 

I am trying to compile it using indesign however I imported all the libraries it is still not importing the following libraries.

 

import localhost.Service_wsdl.Service;

import localhost.Service_wsdl.ServiceLocator;

import localhost.Service_wsdl.ServicePortType;

 

import com.adobe.ns.InDesign.soap.IDSPScriptArg;

import com.adobe.ns.InDesign.soap.RunScriptParameters;

import com.adobe.ns.InDesign.soap.holders.DataHolder;

 

These libraries are not getting imported. Can any body help me where can I find out these libraries or else if anyone of u used sample-java-soap client please help me.

InDesign Server (5.5) and problem with german umlauts

$
0
0

Hi,

 

I'm currently facing a problem with a localized version of InDesign Server (v5.5). Unluckily the pre-defined joboptions

seem to include german umlaut such as "[Kleinste Dateigröße]" or "[Druckausgabequalität]", which renders them

unreachable from my java application. Other presets without umlauts are reachable (e.g. [Qualitativ hochwertiger Druck])

without problems.

 

Anyone knows how to solve this issue?

 

Regs,

Rob

Important Changes to InDesign Server CS6

$
0
0

There are a couple of changes that were introduced specific to InDesign Server in CS6.

 

1) Java APIs are no longer supported. All scripting must be done using the same scripting languages as InDesign Desktop (i.e. Javascript, VB, or Applescript). It seems that the development costs for the Java APIs were too high for continued support. If you are starting development on new projects that might be migrated to CS6 or later, you probably do not want to use Java.

 

This does not mean to say you cannot develop your apps in Java. You can still connect from a Java app via SOAP, but no Java API calls can be made. The documentation that will be shipped with ID Server CS6 has some guidlines for porting code to Javascript, and if you need any help, just pop on over to the Scripting forum...

 

2) CS6 introduces "Session Support". Calls made via SOAP can be executed in separate threads grreatly increasing performance for SOAP calls. This is different than separate instances in that all the sessions are run within the same instance of InDesign, but scripts can be executed in concurrent threads. So ID Server now has both multi-threaded and multi-instance support.

 

HTH,

Harbs

How to start Debug server? No Redistributables?

$
0
0

Hi everyone,

 

Having issues with trying to run a Debug server for development testing. The server is not on the same dev box as Visual Studio, etc. It's a standalone W2008R2 box. I have the Debug version installed for testing but when trying to run it I get the 'side-by-side configuration error'.

 

Did a quick search and just installed the 2005 C++ redistributables but still no go.

 

So how can I get this Debug server up and running so we can develop against it without using our Production license?

 

There is zero Adobe documentation on this that I have found and quite frustrating for sure.

 

Edit:

 

I did a sxstrace and here are the results:

 

 

=================
Begin Activation Context Generation.
Input Parameter:          Flags = 0          ProcessorArchitecture = AMD64          CultureFallBacks = en-US;en          ManifestPath = C:\Program Files\Adobe\Adobe InDesign CS5.5 Server x64 Debug\InDesignServer.com          AssemblyDirectory = C:\Program Files\Adobe\Adobe InDesign CS5.5 Server x64 Debug\          Application Config File =
-----------------
INFO: Parsing Manifest File C:\Program Files\Adobe\Adobe InDesign CS5.5 Server x64 Debug\InDesignServer.com.          INFO: Manifest Definition Identity is (null).          INFO: Reference: Microsoft.VC90.DebugCRT,processorArchitecture="amd64",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8"
INFO: Resolving reference Microsoft.VC90.DebugCRT,processorArchitecture="amd64",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8".          INFO: Resolving reference for ProcessorArchitecture amd64.                    INFO: Resolving reference for culture Neutral.                              INFO: Applying Binding Policy.                                        INFO: No publisher policy found.                                        INFO: No binding policy redirect found.                              INFO: Begin assembly probing.                                        INFO: Did not find the assembly in WinSxS.                                        INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_64\Microsoft.VC90.DebugCRT\9.0.21022.8__1fc8b3b9a1e18e3b\Microsoft.VC90.DebugCRT.DLL.                                        INFO: Attempt to probe manifest at C:\Program Files\Adobe\Adobe InDesign CS5.5 Server x64 Debug\Microsoft.VC90.DebugCRT.DLL.                                        INFO: Attempt to probe manifest at C:\Program Files\Adobe\Adobe InDesign CS5.5 Server x64 Debug\Microsoft.VC90.DebugCRT.MANIFEST.                                        INFO: Attempt to probe manifest at C:\Program Files\Adobe\Adobe InDesign CS5.5 Server x64 Debug\Microsoft.VC90.DebugCRT\Microsoft.VC90.DebugCRT.DLL.                                        INFO: Attempt to probe manifest at C:\Program Files\Adobe\Adobe InDesign CS5.5 Server x64 Debug\Microsoft.VC90.DebugCRT\Microsoft.VC90.DebugCRT.MANIFEST.                                        INFO: Did not find manifest for culture Neutral.                              INFO: End assembly probing.          ERROR: Cannot resolve reference Microsoft.VC90.DebugCRT,processorArchitecture="amd64",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8".
ERROR: Activation Context generation failed.
End Activation Context Generation.

 

On the same server I have the Release version of 5.5 and it starts up with no issue. What's the point of the Debug/Developer version if it doesn't start? Do I need to reach out to my Adobe rep for answers on this?

 

Thanks for any help/tips/pointers.

 

~Allen

 

 

Message was edited by: AJDValien

Indesign Server Licensing

$
0
0

I am looking into purchasing a 3rd party product for doing dynamic date publishing using Indesign. The vendor is telling me in order to be complaint with Adobe I need to purchase an Indesign Server license even though the 3rd party application doesnt need it. It will basically sit on the shelf and collect dust. The vendor isnt even looking for us to purchase Indesign Server through, so its not like they are making any money.

 

Just doesnt make sense on why I would need to purchase it. I have tried calling Adobe sales reps numerous times and either no one knows the answer or I never get called back from the people who are supposed to know the answer.

 

I figured this was the best board to post this on, not sure if it would be better somewhere else.

 

Does anyone have any insight into this? Any response is greatly appreciated.

 

Thanks!

Indesign refuses the socket connection with JVM, and not creating any response

$
0
0

Hi all,

 

I am facing the following error while trying to spray the indesign pdf.Actually we need to generate 100's of pdf but after 12 to 15 jobs indesign refuses the connection with JVM.So that is why JVM is not giving the response to indesign and the indesign stucks waitnig for java side's data.

 

(1) I have tried to increase the jvm memory using the  -Xms512M -Xmx1024M)

I am getting this error in eclipse console.

ClientAbortException:  java.net.SocketException: Connection reset by peer: socket write error

          at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:358)

          at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:434)

          at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:349)

          at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:381)

          at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:370)

          at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:89)

          at java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1838)

          at java.io.ObjectOutputStream$BlockDataOutputStream.setBlockDataMode(ObjectOutputStream.java :1747)

          at java.io.ObjectOutputStream.<init>(ObjectOutputStream.java:226)

          at com.apsiva.commframework.server.CommunicationServlet.sendSerializedResponse(Communication Servlet.java:155)

          at com.apsiva.commframework.server.CommunicationServlet.doPost(CommunicationServlet.java:79)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

          at org.apache.catalina.servlets.InvokerServlet.serveRequest(InvokerServlet.java:402)

          at org.apache.catalina.servlets.InvokerServlet.doPost(InvokerServlet.java:170)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)

          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)

          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)

          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

          at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)

          at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)

          at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:583)

          at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

          at java.lang.Thread.run(Thread.java:619)

Caused by: java.net.SocketException: Connection reset by peer: socket write error

          at java.net.SocketOutputStream.socketWrite0(Native Method)

          at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)

          at java.net.SocketOutputStream.write(SocketOutputStream.java:136)

          at org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:74 0)

          at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:434)

          at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:349)

          at org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOu tputBuffer.java:764)

          at org.apache.coyote.http11.filters.ChunkedOutputFilter.doWrite(ChunkedOutputFilter.java:124 )

          at org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:573)

          at org.apache.coyote.Response.doWrite(Response.java:560)

          at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)

          ... 28 more

 

 

Thanks.


InDesign - ORB - Java not working

$
0
0

I am trying to use InDesign using Java via ORB.

 

When I run following java program

 

package indesigntest;

import java.io.BufferedReader;

import java.io.FileReader;

import org.omg.CORBA.ORB;

import org.omg.CORBA.Object;

import com.adobe.ids.IdsException;

import com.adobe.ids.basics.Application;

import com.adobe.ids.basics.ApplicationHelper;

public class Main {

 

    public static void main(String[] args) {

        try {

            ORB orb = ORB.init(args, null);

            BufferedReader iorIn = new BufferedReader(new FileReader("d:\\ior.txt"));

            String application_IOR = iorIn.readLine();

            Object object = orb.string_to_object(application_IOR);

            Application myApp = ApplicationHelper.narrow(object);

            myApp.consoleerr("Error occur");

            myApp.consoleout("First Hello Server");

        } catch (IdsException e) {

            e.printStackTrace();

        } catch (Exception e) {

            e.printStackTrace();           

        }

    }

}

 

 

 

I got following exception:

 

com.adobe.ids.IdsException: IDL:com/adobe/ids/IdsException:1.0

        at com.adobe.ids.IdsExceptionHelper.read(Unknown Source)

        at com.adobe.ids.basics._ApplicationStub.consoleerr(Unknown Source)

        at indesigntest.Main.main(Main.java:18)

 

 

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

 

Here is InDesign server command that is running sucessfully at backend

 

D:\>c:

 

C:\>cd\

 

C:\>cd C:\Program Files\Adobe\Adobe InDesign CS6 Server x64

 

C:\Program Files\Adobe\Adobe InDesign CS6 Server x64>InDesignServer -iorfile d:\

ior.txt -pluginpath Server\Corba

================================================================================

 

.  InDesign CS6 Server Version 8.0 x64 Evaluation

.  Copyright 1999-2012 Adobe Systems Incorporated and its licensors.

.  All rights reserved. See the other legal notices in the ReadMe.

================================================================================

 

08/09/12 17:41:07 INFO  [server] Initializing

08/09/12 17:41:07 INFO  [server] Loading the application

08/09/12 17:41:07 INFO  [server] Restoring Object Model

08/09/12 17:41:07 INFO  [server] Scanning for plug-ins

08/09/12 17:41:08 INFO  [server] Initializing plug-ins

08/09/12 17:41:08 INFO  [server] Starting up Service Registry

08/09/12 17:41:25 INFO  [server] Executing startup services

08/09/12 17:41:25 INFO  [server] Using configuration configuration_noport

08/09/12 17:41:28 INFO  [server] Initializing Application

08/09/12 17:41:28 INFO  [server] Completing Initialization

08/09/12 17:41:32 INFO  [server] Image previews are off

08/09/12 17:41:32 INFO  [server] Server Running

08/09/12 17:41:32 INFO  [javascript] Executing File: C:\Program Files\Adobe\Adob

e InDesign CS6 Server x64\Scripts\startup scripts\ConnectInstancesToESTK.js

08/09/12 17:41:32 INFO  [javascript] Executing File: C:\Program Files\Adobe\Adob

e InDesign CS6 Server x64\Scripts\converturltohyperlink\startup scripts\ConvertU

RLToHyperlinkMenuItemLoader.jsx

08/09/12 17:41:32 INFO  [javascript] Executing File: C:\Program Files\Adobe\Adob

e InDesign CS6 Server x64\Scripts\converturltohyperlink\ConvertURLToHyperlinkMen

uItem.jsxbin

08/09/12 17:41:36 INFO  [server] Initializing Corba API

08/09/12 17:41:36 INFO  [server] ApplicationIOR:010000002200000049444c3a636f6d2f

61646f62652f6964732f4170706c69636174696f6e3a312e30000000010000000000000068000000

010102000b00000031302e302e302e3231390000380a000013000000ff6964735f706f61fe00b023

50010008b40031000200000000000000080000000100000000545441010000001c00000001000000

010001000100000001000105090101000100000009010100

08/09/12 17:41:36 INFO  [server] Writing IOR to 'd:\ior.txt'

 

Generated iot.txt file

 

IOR:010000002200000049444c3a636f6d2f61646f62652f6964732f4170706c69636174696f6e3a312e300000 00010000000000000068000000010102000b00000031302e302e302e3231390000d008000013000000ff696473 5f706f61fe8fa023500100130c0031000200000000000000080000000100000000545441010000001c00000001 000000010001000100000001000105090101000100000009010100

 

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

 

Environment:

Windows 7 64 bit

JDK 6

Adobe InDesign CS6 Server x64

Adobe InDesign CS5.5 Server SDK

 

Trial Activated using

"adobe_prtk --tool=StartTrial --leid=InDesignServer-CS6-Win-GM"

 

 

PLEASE LET ME KNOW WHAT I AM MISSING.

 

I am also interested in Indesign purchase if it got working.

 

 

Thanks in advance.

ESTK not connecting to InDesign Server

$
0
0

Hello All,

 

I'm a newbie to write JS for InDesign Server and I'm getting the error like 'Cannot launch target Adobe InDesign CS6 Server!' while connecting the InDesign Server using ESTK (as shown below), could anyone help me to resolve this feedback?ESTK_InDesignServerTargetError.jpg

 

Thanks,

 

Praveen

Connecting Via COM with Indesign CC Server

$
0
0

Hi

We are currently using Adobe CS5 Server - and connecting to it VIA COM.

We are looking to upgrade to Indesign CC Server - but we want to know if we can still connect to it via COM ?


Best Regards

Martin

InDesign Server CS6でエラー発生、原因と対処方法を教えてください。

$
0
0

InDesign Serverを利用中、下記2件のエラーが発生しました。

原因、及び対処方法をご存知の方がいらっしゃれば、教えてください。

 

When we use the InDesign Server, two issue case were occurred below:

If you find any causes, solutions , please reply for this comment.

 

 

OS: Windows Server 2008 R2 Standard

a)

Faulting application name: indesignserver.exe,

version: 8.0.1.406,

time stamp: 0x5033740b

Faulting module name: ntdll.dll,

version: 6.1.7601.17514,

time stamp: 0x4ce7c8f9

Exception code: 0xc00000fd

Fault offset: 0x0000000000054f4a

Faulting process id: 0x1334

Faulting application start time: 0x01cf2cd301390b3b

Faulting application path: C:\Program Files\Adobe\Adobe InDesign CS6 Server x64\indesignserver.exe

Faulting module path: C:\Windows\SYSTEM32\ntdll.dll

Report Id: b5097170-993c-11e3-90ff-001018c9f90e

 

b)

Faulting application name: indesignserver.exe,

version: 8.0.1.406,

time stamp: 0x5033740b

Faulting module name: AFL.dll,

version: 1.0.0.0,

time stamp: 0x4ed884f4

Exception code: 0xc0000005

Fault offset: 0x00000000000017c5

Faulting process id: 0x149c

Faulting application start time: 0x01cf72c2a380404f

Faulting application path: C:\Program Files\Adobe\Adobe InDesign CS6 Server x64\indesignserver.exe

Faulting module path: C:\Program Files\Adobe\Adobe InDesign CS6 Server x64\AFL.dll

Report Id: 8526a06c-df2e-11e3-a6c7-001018c9f90e

Problems with Updating InDesign CC Server from 9.0 to 9.2

$
0
0

Hi,

 

I'm using an InDesign Server CC in Version 9.0 with Windows Server

 

When i will update to 9.2 or 9.2.2 i got error message:

 

 

This patch is not suitable for you. Looking over the menu "Help" of the product to check for updates to get a list of available current updates.

 

 

But the InDesign Server is an command-line program without the Help-Menu.

 

anyone knows the problem?

configure Indesign server WS to run in SSL mode

$
0
0

How does one configure Indesign server (CS6) WS to run in SSL mode?  If not in CS6, how about CC 2014?

 

thanks

Cris

Is InDesign Server really the only solution for me?

$
0
0

I'm an independent developer working on a data management platform (which I would like to commercialise at some stage but certainly not right now). The primary reason for developing this is to form the base for another system I'm developing with a small independent school to help them manage all of their administrative tasks more effectively. This means that more or less every need, in terms of document production, management and publication must be supported by a system that they use.

 

Below is what I need from the system where document production is required. I'm just wondering if someone can help me get some perspective on whether or not InDesign server is my only option. The core of the systems are web based, hosted with MS (Azure) and built using C# on an SQL background. I'm not even sure about how I would run an InDesign server instance to link with this setup but that is a separate challenge (suggestions welcome).

 

Document features already managed.

  • Document storage, version control and management (multiple formats etc) - already handled very simply in code with the file storage and the SQL DB.
  • Production of Invoices (and other billing documents), reports, newsletters, company documents, letters, contracts, surveys, posters, adverts... (etc. etc. - you see where this is going)
    • Generating documents from templates (preferably InDesign produced and uploaded to the server) - content can be presented as XML (or whatever is needed as it will be translated when pulled from the database) as PDFs. Ability to export in other formats would be preferable but PDF is the most generally useful.
    • Simple modification of templates. This bit is less important as the system will contain most of the templates that will be required but being able to make some layout changes within the system would be really useful to give some flexibility to the user without having to leave the system.

 

Essentially, I need to be able to do everything in code so that the system can spit out documents as required without them having to think about layout or design. From everything I've heard about the costs of InDesign server and having looked at the subscription costs for printui - it is far too expensive for a business that operates on a very small budget. At present, this system will just be used by them - and that may well only ever be the case so I'm starting worry about what I can do. I am aware of the PDF creation libraries available to simplify document production and am also considering that route. This whole project is largely about labour saving to reduce costs on the business, so being able to just create InDesign templates and upload them would be the ideal solution for us.

 

I hope that someone is able to offer some help or just talk through ideas with me as this whole area of the system is slowing progress quite significantly.


Passing a param to a JavaScript in Java using myApp.doScript

$
0
0
Hi!

I'm trying to pass a very simple string parameter to a JavaScript within my Java code. I am using the example DoRunScript.java that was given in the CS3 SDK:

... (here's a snippet of the code)

//call the javascript, passing in the arguments
VariableType returnValue = myApp.doScript (
VariableTypeUtils.createFile (scriptFilePath),
OptArg.makeScriptLanguageEnum (kScriptLanguageJavascript.value), argSeq);

My question is how do I retrieve the value of the parameter in my Javascript? I gather that I must use something like the following, but I'm not sure what to use as the name.

var myArg = app.scriptArgs.get ("name");

Am I going about this the wrong way? Eventually, I would like to pass an array or an ArrayList. Could I do this?

Thanks for your help!
Jennifer

No translation of key 'Apply Text Style' to English string

$
0
0
Has anyone ever seen this error from IDS before?

No translation of key 'Apply Text Style' to English string

I got into some sort of infinite loop and the console just kept printing that line.

InDesign Server serial number

$
0
0

Hi,

 

We have a customer who bought InDesign server at a company that has gone out of business...

 

We now need to know our customers' serial number, but I cannot find a way to get the serial number of the InDesign Server installation through the command line?

 

Anyone knows how I can find out the serial number of an existing installation?

 

Kind Regards,

 

Tom A.

Indesign server CC trial help

$
0
0

I have programmed Applescript and Indesign for desktop for years.

I have a solution that should work well with Indesign server and applescript.

Downloaded the Trial for Indesign Server CC.

Then you have to figure out how to activate the product, which i think i have done via this command :

 

adobe_prtk --tool=StartTrial --leid=InDesignServer-CS7-Mac-GM

 

Now that its not compaining about being activated i can see that the sample applescripts provided in the install can compile.

If i run them however i get a failiure thats odd.

 

tell application "Finder"

          get startup disk

                    --> "CWFM1:"

          exists "CWFM1:ServerTestFiles"

                    --> true

          exists "CWFM1:ServerTestFiles:bob.indd"

                    --> false

end tell

tell application "InDesignServer"

          close every document saving no

          make new document

                    --> document "Untitled 3"

          save document "Untitled 3" to "CWFM1:ServerTestFiles:bob.indd"

                    --> error number -1728

Result:

error "InDesignServer got an error: Can’t get document \"Untitled 3\"." number -1728 from document "Untitled 3"

 

 

The folder is chmod'd to 777 so its not a read write issue.

 

if i just use the normal open command in applescript i get this error :

 

The document “bob.indd” could not be opened. InDesignServer cannot open files of this type.

 

which is just odd. its a normal empty indesign document with nothing in it!

 

 

has anyone got ideas?

 

 

 

Server is MacMini i7 with 16gb ram, OS X 10.8.5 server.

Starting InDesign server from a remote location

$
0
0

Hi All,

 

I have a java application program running on a remote machine say M1.

I have InDesign Server CS6 installed on another machine say M2.

 

Now my question is as follows.

Is it possible to start InDesign Server which will serve SOAP request from a java application program(running on M1).

 

Regards,

Alam

Viewing all 20709 articles
Browse latest View live


Latest Images

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