Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
From PDF to *anything* ?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
grgcombs  
View profile  
 More options May 28 2009, 11:43 pm
From: grgcombs <gco...@gmail.com>
Date: Thu, 28 May 2009 20:43:18 -0700 (PDT)
Local: Thurs, May 28 2009 11:43 pm
Subject: From PDF to *anything* ?
Hi, although I'm untrained in the black arts of GIS, I have this
irresistible urge to convert my interior building maps, currently in
vectored PDF, into something like OGR, in order to georeference them,
in order to cram them into Mapnik, in order to spit out map layers, in
order to stuff them in the iPhone as statically available maps, with
on demand markers and annotations.

Looking on Google for GIS conversion stuff to get to OGR from other
vector graphics, this software came up.  I've got it all compiled and
installed and now it seems VectorSection has a means of getting *to*
PDF, but not for getting *from* PDF.  Any advice on such a thing?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Somerlot  
View profile  
 More options May 29 2009, 8:47 am
From: Chris Somerlot <csomer...@gmail.com>
Date: Fri, 29 May 2009 08:47:00 -0400
Subject: Re: [vectorsection] From PDF to *anything* ?

Unfortunately, that converter has not been started. And, although I am
trained in the black arts of GIS, I am not aware of a method to go from
vector pdf to another vector format. It seems there should be some
proprietary graphics packages out there that could convert it to something
like SVG, but I am not aware of any off the top of my head.
Chris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Wilhelm  
View profile  
 More options May 29 2009, 11:00 am
From: Eric Wilhelm <enoba...@gmail.com>
Date: Fri, 29 May 2009 08:00:05 -0700
Local: Fri, May 29 2009 11:00 am
Subject: Re: [vectorsection] From PDF to *anything* ?
# from grgcombs
# on Thursday 28 May 2009:

>VectorSection has a means of getting *to* PDF, but not for getting

*from* PDF.

Hi, the crs2pdf was a very short experiment and probably has quite a
ways to go still.  From what I've seen of PDF, it looks like it is
easier to write than read.  But, I haven't tried reading it, so it
might map pretty easily.

If you can figure out how to code something to get at the vector drawing
aspects of a PDF, I can help get from there to .crs (actually, OVP) --
which is already well-connected to svg.

--Eric
--
"It works better if you plug it in!"
--Sattinger's Law
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alexandre Prokoudine  
View profile  
 More options Jun 3 2009, 9:32 am
From: Alexandre Prokoudine <alexandre.prokoud...@gmail.com>
Date: Wed, 3 Jun 2009 06:32:04 -0700 (PDT)
Local: Wed, Jun 3 2009 9:32 am
Subject: Re: From PDF to *anything* ?

On 29 май, 16:47, Chris Somerlot <csomer...@gmail.com> wrote:

> Unfortunately, that converter has not been started. And, although I am
> trained in the black arts of GIS, I am not aware of a method to go from
> vector pdf to another vector format. It seems there should be some
> proprietary graphics packages out there that could convert it to something
> like SVG, but I am not aware of any off the top of my head.

"Proprietary"...

*sigh*

http://wiki.inkscape.org/wiki/index.php/ReleaseNotes046#PDF_and_AI_im...

Alexandre


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Wilhelm  
View profile  
 More options Jun 3 2009, 12:11 pm
From: Eric Wilhelm <ewilh...@vectorsection.org>
Date: Wed, 3 Jun 2009 09:11:34 -0700
Local: Wed, Jun 3 2009 12:11 pm
Subject: Re: [vectorsection] Re: From PDF to *anything* ?
# from Alexandre Prokoudine
# on Wednesday 03 June 2009 06:32:

That's a good sign.  One could actually use inkscape as a command-line
tool to get to svg, but you're still going to need to get from svg to
dxf, etc.  The OVP hub (formerly "chromista") has good svg support.

The OVD data is different from OVP in terms of what sort of curves can
be expressed and how entity geometry is specified.  Simple entities are
easy to do somewhat losslessly, but even they have linetype and other
properties which don't have an analog in one format or another.

See http://vectorsection.org/formats/

--Eric
--
  http://vectorsection.org/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
hvontres  
View profile  
 More options Jul 20 2009, 2:20 pm
From: hvontres <hvont...@gmail.com>
Date: Mon, 20 Jul 2009 11:20:54 -0700 (PDT)
Local: Mon, Jul 20 2009 2:20 pm
Subject: Re: From PDF to *anything* ?

On May 28, 8:43 pm, grgcombs <gco...@gmail.com> wrote:

> Hi, although I'm untrained in the black arts of GIS, I have this
> irresistible urge to convert my interior building maps, currently in
> vectored PDF, into something like OGR, in order to georeference them,
> in order to cram them into Mapnik, in order to spit out map layers, in
> order to stuff them in the iPhone as statically available maps, with
> on demand markers and annotations.

> Looking on Google for GIS conversion stuff to get to OGR from other
> vector graphics, this software came up.  I've got it all compiled and
> installed and now it seems VectorSection has a means of getting *to*
> PDF, but not for getting *from* PDF.  Any advice on such a thing?

I have found pstoedit to be quite helpful for converting pdf and ps
files to vector formats. We use it at work to extract DXF files from
customer supplied PDF's.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »