I am exploring possibilities to generate vector GeoPDF from data which is accessible from ArcGIS Server services.
I have ArcGIS Server MapService with complex styles. They are very simplified in FeatureService - so it is not an option.
I have already tried to use Export Map operation of MapService and was lucky to get nicely styled vector PDF from it. Of course, I have a coordinates of BoundBox (this info actually is used for querying).
So, now I need to include also additional data (some labels, borders and other pre-print graphic) and generate result PDF.
It seems like a task for FME Desktop. But! I have not found how I can import input PDF from http query. In fact it seems that I can't even open PDF from disk in FME, it is capable only to write it.
The question is: what possible solutions do you see for this task?
The key thing is to keep complex styling from ArcGIS Server. I can also access to mxd which was used for creation of service.
PS I need solution which is possible to run from scripts, as it will be scheduled task.
EDIT1
May be there is any solution to combine several PDF files into one in Python? Some advanced Python lib for editing PDFs?
Thanks!
