save as pdf: acrobat - a number value is out of range
Hello guys,
I'm having a problem to save a figure as .pdf. I tried to reduce the number of objects of my original figure to figure out where is the error.
So if a simply create a new file and import the object computer/server_olivier_boyer_01.svg from openclipart, after I save this file, when I open my Acrobat 7.0.1 I receive the message "a number value is out of range".
Has anybody had this problem? I don't know if there is something special in the "server_oliver_boyer_01.svg" file.
Please, any help is very welcome. (I'm using inkscape 0.44.)
Thanks in advance, Marco
Marco A. S. Netto wrote:
So if a simply create a new file and import the object computer/server_olivier_boyer_01.svg from openclipart, after I save this file, when I open my Acrobat 7.0.1 I receive the message "a number value is out of range".
Has anybody had this problem? I don't know if there is something special in the "server_oliver_boyer_01.svg" file.
The problem is the miter-limit which is set to 0. PDF requires a value
= 1 and Acrobat throws an error otherwise. Looking at the SVG spec I
think also SVG requires a value >= 1... http://www.w3.org/TR/SVG11/painting.html#StrokeMiterlimitProperty
A fix to avoid exporting miter-limits < 1 has been accepted http://sourceforge.net/tracker/index.php?func=detail&aid=1514638&gro...
Okay Ulf, I opened the server_oliver_boyer_01.svg using a text editor and replaced by 1 the miter-limit values that were 0.
It worked! Thanks for the tip. But is there an easier way to do this? :)
Cheers, Marco
On 7/7/06, Ulf Erikson <ulferikson@...155...> wrote:
Marco A. S. Netto wrote:
So if a simply create a new file and import the object computer/server_olivier_boyer_01.svg from openclipart, after I save this file, when I open my Acrobat 7.0.1 I receive the message "a number value is out of range".
Has anybody had this problem? I don't know if there is something special in the "server_oliver_boyer_01.svg" file.
The problem is the miter-limit which is set to 0. PDF requires a value
= 1 and Acrobat throws an error otherwise. Looking at the SVG spec I
think also SVG requires a value >= 1... http://www.w3.org/TR/SVG11/painting.html#StrokeMiterlimitProperty
A fix to avoid exporting miter-limits < 1 has been accepted http://sourceforge.net/tracker/index.php?func=detail&aid=1514638&gro...
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&da... _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
participants (2)
-
Marco A. S. Netto
-
Ulf Erikson