Skip to main content
Solved

How could i change the line width at parameters in specific layer (Adobe spatial pdf feature writer ) without effecting lines width at other layers ?

  • August 27, 2021
  • 2 replies
  • 101 views

gogopotter90
Contributor
Forum|alt.badge.img+14

when i change the Default line width to 0.6 in feature wirter ( adobe geospatial pdf in Feature writer ) ,i found it changes for all layers .

 

i would like to change only for one layer and others still has the same width of lines .

How could i achieve it ?

i need only to change paramter of width of lines in one layer without effecting other lines at other layers .

 

my workspace : i have different lines ,with different colors

and i would like to increase the width line with green color that i show in pdf output and others still have the same line width in pdf output .

Thanks in advance

FME 2018

PDF-Feature writer 

 

Best answer by gio

Hi

 

You can use/set pdf attributes directly.

When yo set a pdf_line_width using for instance a attribute creator it wil override the defaultsetting.

You can see

 

You could to read the Readers and Writers document. PDF section.

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • Best Answer
  • August 27, 2021

Hi

 

You can use/set pdf attributes directly.

When yo set a pdf_line_width using for instance a attribute creator it wil override the defaultsetting.

You can see

 

You could to read the Readers and Writers document. PDF section.

 


gogopotter90
Contributor
Forum|alt.badge.img+14
  • Author
  • Contributor
  • August 28, 2021

Hi

 

You can use/set pdf attributes directly.

When yo set a pdf_line_width using for instance a attribute creator it wil override the defaultsetting.

You can see

 

You could to read the Readers and Writers document. PDF section.

 

Thanks for ur idea,it works great