Skip to main content
henry6782
Participant
April 30, 2020
Answered

FrameMaker Developer Kit vs Cloud solution

  • April 30, 2020
  • 2 replies
  • 2515 views

Hi all,

 

This is my understanding about FDK:

 

(1) The Adobe FrameMaker Developer Kit (FDK) is a set of C libraries and header files that allow you to write Application Programmer Interface (API) clients or plug-ins using the C or C++ programming language.

 (2) Using the FDK, an API client can perform interactive user tasks and more. It gives programmers direct access to all the objects in a FrameMaker session or document. This includes graphics, text, markers, paragraphs, formats, and more.

(3) Only be invoked through FrameMaker application and the FrameMaker must be run parallel with the integration application

 

That means we cannot create a services on cloud to transfrom a Framemaker file to XML by suing FDK?

 

Do you have any ideas for a cloud services to transform a Framemaker file to XML?

This topic has been closed for replies.
Correct answer frameexpert

But as far as your questions, 1 and 2 are true. There is a way to invoke and FDK client on FrameMaker startup so, while 3 is true, you may be able to start FrameMaker with some other process in order to kick off the FDK client.

2 replies

frameexpert
Community Expert
frameexpertCommunity ExpertCorrect answer
Community Expert
April 30, 2020

But as far as your questions, 1 and 2 are true. There is a way to invoke and FDK client on FrameMaker startup so, while 3 is true, you may be able to start FrameMaker with some other process in order to kick off the FDK client.

www.frameexpert.com
henry6782
henry6782Author
Participant
May 1, 2020

Thank you so much. Let me do study on FrameMaker Publishing Server to make sure they will support the features 

frameexpert
Community Expert
Community Expert
April 30, 2020

There is a FrameMaker Server product, but I am not sure if it has the functionality that you want.

www.frameexpert.com
henry6782
henry6782Author
Participant
May 1, 2020

Hi,

I did some research on  FrameMaker Server product and it may work for me, but there are something need to understand:

1.  FrameMaker Server product included FM Windows desktop application and Web Server. That mean the Web server cannot executre the tasks without FM Windows desktop application. Is it correct?

2. The tasks only can run sequencely and cannot run multiple tasks at the same time, right?

 

Thanks.

 

 

frameexpert
Community Expert
Community Expert
May 1, 2020

1 is true, but I am not sure about 2.

www.frameexpert.com