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

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.


InDesign Server CC 2014 Trial - how to activate the tiral license

$
0
0

Hi everybody,

 

I just downloaded the trial of the InDesign Server CC 2014 for MacOS X but I do not find the correct command to activate the trial license.

I always get the following error: ERROR [server] Adobe InDesign Server is not properly licensed and will now quit.

 

What shall I do to activate the trail?

 

TIA & BR

 

-- Stefano

Adding XMP Details in Indesign INDD and generated PDF File

$
0
0

HI,

How can we add xmp details to indd and pdf file in indesign. and the added xmp details should be populated in IPTC content of indesign xmp viewer.

IDML to PDF using Java API

$
0
0

Hi,

 

   I have created an IDML with template through the Indesign GUI and have created the respective XML files(story,designmap,etc) and able to make the changes in it and display that in the UI. This is fine, my requirement is to use the Java API to pass the .idml file (which holds the template) and creates a .PDF out of this. I am unable to get any source code samples for this, this should be done through Java API and no scripting is allowed. I went through the IDML spec, but doesn't have any source code samples for the requirement. Hence, please do provide the source code samples to achieve this using Java API. Expecting positive response...

 

Thanks

Rithu

InDesign Server CC Multi-Instances

$
0
0

Following the documentation for multi-instance support the application, running as a web service under IIS7 on Windows Server 2008 R2, is failing to access the object. For a single instance I use CreateObject("InDesignServer.Application")but as document for multiple instances I useGetObject(“myIDS1”)(where I have an instance of InDesign Server CC running with parameter “indesignserver -configuration myIDS1”. I have tried running the instance both from command line, elevated command line, and from the InDesignServerService). It is acting as though it does not recognise the instance name, but then I don't really understand how it would. Any ideas appreciated.

InDesign Server CC 2014

$
0
0

Hi,

I am setting up my indesign servers and as of to date I only can support the Indesign CC version of the application because that is all my server will support. I did hear however that Adobe Indesign CC Server 2014 has been released, and if this is true where is this available at? I would like to update my servers to CC Server 2014 so my users can use the latest version of Adobe Indesign CC 2014. Thank you for your time.

Indesign CC 2014 Server.

$
0
0

Hi,

Is InDesign CC 2014 Sever compatible with "Windows 2008 Server R2" ?

SOAP FAULT: SOAP-ENV:Client

$
0
0
Hi all,

I'm trying to get the Adobe InDesign Server to work, but having no experience with SOAP I'm running into a few problems.

After I make sure that the server is running I use the testclient to try HelloWorld.jsx
"testclient HelloWorls.jsx"

When executing this I get the following errors:
----
SOAP FAULT: SOAP-ENV:Client
"Unknown error"
Detail: TCP connect failed in tcp_connect()
---

Any ideas on how I can solve this? A few google searches about this problem gave me no relief...

Kind regards,
Tibor

InDesign Server command-line flags

$
0
0
How can I get command-line flags list of InDesign Server?

Actually the situation is testclient doesn't work.
I installed InDesign Server and SDK.
I run InDesignServer.com then I use something like this "testclient -server t.js".
Server and client runs on same comp.
As result I have this exception:
SOAP FAULT: SOAP-ENV:Client
"Unknown error"
Detail: TCP connect failed in tcp_connect()

in SDK indesign-server-test-client.pdf I found:
"Using InDesign Server
In order to use the test client, you must have a machine that has InDesign Server installed and
running properly, as the test client will communicate with the InDesign Server application.
For instructions on running and terminating InDesign Server, including command-line flags,
please refer to the InDesign Server Installation and Configuration Guide."

Any suggestion?

Indesign Server CS4 service is not starting on Windows Server 2003 64bit

$
0
0

Hello guys,

 

I am not able to start Indesign Server CS4 service on windows Server 2003 SP2 64bit .

I have successfuly configured the service with InDesignServerService.msc, set the port to 18555. InDesignServerWinService the Log On option is set to "This Account". Also tried using different accounts!

 

When starting the indesign service from windows Service control panel I get this error:

Could not start the InDesignServerService x64 service on Local Computer.
Error 1053: The service did not respond to the start or control request in a timely fashion.

 

Error log from windows Event viewer:
Error
Timeout (30000 milliseconds) waiting for the InDesignServerService x64 service to connect.

 

Indesign server application works if launching from command line with the specified port 18555.

If trying to lauch IndesignServerService.exe from command line, there is a delay and finally nothing happens.

 

I have also tried launching 32bit indesign server service and the same error comes.

 

Would be grateful for your thoughts!

 

Message was edited by: Andrewdev Server specs: Windows Server 2003 Standard x64 Edition Service Pack 2 Intel Xeon CPU 3.00Ghz 9.76 GB of Ram Server is running virtualy on Xen hypervisor, there is no antivirus and windows firewall is disabled.

IDS CS4 installation issue wierdness

$
0
0

Hi,

 

here's the scenario

 

- IDS CS4 installed on our dev server - fine.

- Developed com/vb web app for client - fine.

- Installed IDS CS4 on clients server (Win 2003 vanilla install) - not so fine.

 

Differences

- IDS CS4 on our server doesn't 'seem' to show up in task manager and works at speeds I would expect for the system spec.

- On clients server it appears in task manager when lauched via com/vb from a web app and runs very slow (the clients server is a blistering quad core 64bit monster)


Also on our server it shows in the DCOM list but doesn't show up on the clients server in the DCOM list and I notice on the clients server there is a DCOM error appearing in the event viewer.


but here's the thing

 

I can only run IDS CS4 once, after that it just sits there doing nout, as if crashed.

To get the thing to work on the clients server I've had to add InDesignerServer.quit to get the thing to shut down ready for the next time it wants to be launched. And I can track this in task manager.

 

Observations

It seems to me that I'm having to launch and close IDS CS4 each time I want to use it on the clients server. Whilst on our server it is 'on' listening/waiting for calls/instructions as you would expect.

 

IDS CS4 seemed to serialise correctly although I did have to uninstall and reinstall twice before it worked.

Is this a 64bit issue? ...dunno. Any help greatly appreciated from this excellent forum.

 

 

cheers

InDesign Server Developer Edition, PDF export problem

$
0
0

I'm currently testing our application on IDS CS5, using Developer Edition. Whenever I attempt to export a PDF, I receive the following error:

Wed Mar  2 10:17:29 2011 WARN [server] Colour in one or more placed graphics cannot be represented as CMYK.  Non-CMYK colour is not compliant with the PDF/X-1a standard. You can click OK to produce a valid PDF, but it will not be a PDF/X-1a compliant file.
Wed Mar  2 10:17:29 2011 ERROR[server] JavaScript Error!
Error Number: 2
Error String: User cancelled this action.
Engine: main
Line: 1428
Source: this.document.exportFile(ExportFormat.pdfType, documentFile);
Interpreter: CS4 (6.0)

This happens even with a completely blank document. It works fine if I export JPGs or an INDD file from the same file. I'm guessing this is due to the watermark that Developer Edition places on every page. I'm fine with that, but not actually being able to export an X-1a PDF makes testing quite tricky.

Any suggestions?

Problems with installation Fonts into Adobe InDesign Server

$
0
0

Hi,

 

I have a problem to install the fonts into Adobe InDesign Server.

 

I'm developing an application that manage the fonts, principally It's move font file to directory Fonts of Indesign Server. That works.

The problem is that InDesing spends more than 10 seconds to detect it. I need that it works inmediately.

 

How can I do it? Can I load the font with SDK?

 

Thanks for your help

 

Best Regards

Stuck parsing an InDesign document, extracting data to an XML file

$
0
0

Hi,

 

I have an indesign document of a newspaper page (1 spread + 1 page) with some articles (title, body, img, img caption) and ads (img). I need to parse this and create an XML file from which data can be stored into a mysql db. The db handling is already programmed.

 

The xml file will have this structure (page = root):

<page>

     <article>

          <title>Title</title>

          <content>Lorem ipsum</content>

          <img title=""></img>

     </article>

     <ad>

          <img title=""></img>

     </ad>

</page>

 

The .indd file is created using the Smart Layout plugin from WoodWing software. When trying to print the "TextFrames>Texts>contents" the textframes that use the smart layout plugin do not show, they seem to be not included in the data model of the app. That's why I went another route, and parsed "Stories>Texts>contents". I can get all the text objects of the page, including the articles that are created using the smart layout plugin. Among these objects are article title's and article bodies. The problem is I don't know which title belongs to which body, so I can't create a new article node in the XML. I have exported the orignal file as IDML and browsed the spread and the stories, but I see no way to link article titles (textframe), article bodies (textframe) and images (contained by rectangles) together.

 

Is there a way to solve this?

 

Setup:

InDesign CS4 .indd documents

Win2k8 server

JavaScript (via ExtendScript toolkit)

InDesignServer CS5.5 (64bit) (want to use this)

SmartLayout plugin (installs @ InDesignServer CS5.5 32bit. This 32bit InDServer does not start, it has missing dll's).

InDesign template editable WYSIWYG

$
0
0

With what technology I can make my InDesing template editable in a Browser?

I also need to be able to update the document with information from my existing DB.

Thanks


How to get 'clover.cmd' running as Windows service?

$
0
0

Right now I have the InDesign instances all running great as services so on a server reboot they start up fine. The clover/lbq part is  just the .cmd script and it's not running as a service. I looked in the documentation but haven't found any info on getting clover to run as a Windows service.

 

Anyone know how to set it to do this? I'm on InDesign CS6 (server).

 

thanks.

How to get CORBA LBQ started as a Windows service for InDesign Server CS6?

$
0
0

So we have a production InDesign Server (CS6) running 4 instances. The instances are set to start as Windows services and no issues there at all. The problem is my Clover commands that handles the LBQ to manage those instances. Right now I have a .bat file that I run manually and it opens a command prompt and runs it there.

 

The problem is that if the server gets logged off or reboots then that Clover part dies and my LBQ dies with it.

 

How can I go about setting this up as a Windows service so that it runs automatically?

InDesign Server 10 CC 2014

$
0
0

Hi there,

 

we are using InDesign CS4 upt o CC 2014 and have some automation going with InDesign Server.

Our latest InDesign Server is 9. This workflow can't handle CC 2014- Documents.

 

Is there any Release-Date for InDesign Server CC 2014?

 

Many thanks,

Florian

does adobe charge maintenance on adobe indesign server subscription model?

$
0
0

does adobe charge maintenance on adobe indesign server's subscription model?

How to work with Layout Windows

$
0
0

myDoc.layoutWindows[0] not working with indesign server It shows object not supported.

Any alternative for this to use with indesign server??

Viewing all 20709 articles
Browse latest View live


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