pdf_forms web service

I saw the pdf_forms solution sample calls functions on a pdf_forms web service.
I can’t find any documentation on this in the help and in the manuals.
Where can I find more info?

Nothing?

a.mariottini:
I saw the pdf_forms solution sample calls functions on a pdf_forms web service.
I can’t find any documentation on this in the help and in the manuals.
Where can I find more info?

Andrea,

You can find a complete list of the Servoy PDF plugin functions,
along with description and example, in the:

Printed Servoy Developer Edition Volume 2: Reference Guide:
Methods chapter; Methods: Plugins; PDF_Output plugin, pages 368 - 372.


Online Servoy Developer Help Navigator

  • Choose Help [F1] to open the Servoy Help Navigator.
  • Open the “Index” tab.
  • Enter PDF_Output in the “Index” search box and press “Enter”.

You should see the list of PDF plugin functions in the Index list.
Select the function you are interested in and you will see the
appropriate topic appear the the Topics list below.

  • Doublclick to open the desired topic.

Marc Norman
Servoy

This is not what I mean…
In the solution example I see this code:

application.showURL(application.getServerURL()+'servoy-service/pdf_forms/load.fdf?action_id='+pdf_forms_to_actions.action_id)

Is there any documentation on actions?
Are there other similar things not used in the example?

The sample uses all functions that exist at the moment. Expect them to appear in the documentation in the future, meanwhile if you have a specific question you can post it here!