i would like to merge the output pdf that include image to put directly inside sheet file at excel file .
Do we have method to do that inside FME workbench ?
or is there a method by using python in workbench to do that?
thanks in advance .
FME 2018
i would like to merge the output pdf that include image to put directly inside sheet file at excel file .
Do we have method to do that inside FME workbench ?
or is there a method by using python in workbench to do that?
thanks in advance .
FME 2018
Best answer by debbiatsafe
Hi @debbiatsafe Thanks for ur suggestion , i got the idea but i have still problem .
i was using pdf formatter page to let the frame around my output (catographic map with lines ) and specific frame , but now i am using vectoronRsteroverlayer so it works great when i put map with line only ,and i have added also the method to write in excel file .it works great.but my problem ,how could i add the frame around my image output ? ,image output includes catographic map with lines over it .
my frame includes rectangular box and at right corner of rectangular box ,a small table to write some data about the map ,name,type,etc .
could you tell me ,how could i arrange the frame around my output?
Thanks alot for help .
FME 2018
One method you could try is to create the required page elements (frame, table), then move and scale them so they appear as expected in relation to your cartographic features. You can look at the frames in the PDFPageFormatter as a starting point for the size and positioning of the page elements. I have attached an example of this workflow based on this article.
Alternatively, if you do not wish to recreate the page elements, the PDF reader does offer a rasterize page option. Create the PDF using a FeatureWriter and then read it back into the workspace as a rasterized page before writing to Excel.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.