adobe.document.graphics.server
Subject: I need help .. doc server wont convert this SVG 2 PDF correctly
Here is a link to the svg.
www.41where.com/41where/wontgo.svg
Here is the code I am using:
Set s = server.CreateObject("AlterCastCOM.ACServer.1")
c = "
c = c & vbtab & "
c = c & vbtab & "
c = c & vbtab & "
c = c & "
dim d
set d = server.CreateObject ("AlterCastCOM.ACRequest.1")
d.addFile "test", application("svgFilePath") & "svgFiles\" & session.SessionID & "_polys.svg"
d.setCommands c
Dim r
Set r = s.Execute(d)
set s = nothing
set d = nothing
set r = nothing
Here is a link to my output pdf.
Even if I take the last groups out of the document I still can't get this svg to convert.
Any help would be greatly appreciated
Thanks,
Tim
Reply
View All Messages in adobe.document.graphics.server
path:
Replies:
Re: I need help .. doc server wont convert this SVG 2 PDF correctly
Re: I need help .. doc server wont convert this SVG 2 PDF correctly
Re: I need help .. doc server wont convert this SVG 2 PDF correctly
Copyright © 2006 WatermarkFactory.com. All Rights Reserved.


