Newbie: heavy pdf scaling and cleaning

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Newbie: heavy pdf scaling and cleaning

teobo
Hello,
I have a heavy pdf-file (which causes performance problems even in inkscape) with several ground plans each in it.
And need to:
-wipe out unnecessary stuff to make it lighter
-scale it to certain scale
-export results to svg

Is this possible/advisable with your program? How do I acchieve that then as a beginner?
Tia

Ps:
I just found:
http://linuxaideddesign.blogspot.de/2011/08/how-to-work-with-pdf-files-with-ares.html
pstoedit -f dxf filename.pdf filename.dxf
pstoedit -f dxf_s filename.pdf
With that one can produce the dfx, with which librecad can be feeded. Good idea?
Reply | Threaded
Open this post in threaded view
|

Re: Newbie: heavy pdf scaling and cleaning

rolgiati
On Fri, 28 Mar 2014 12:37:19 -0700 (PDT)
"teobo [via LibreCAD]" <[hidden email]> wrote:

> Is this possible/advisable with your program? How do I acchieve that then as
> a beginner?

It would help if you told us what OS you use, no ?
 
Cheers,
 
Ron.
--
       Selre bið æghwæe þæt he hsi freond wrece, þonne he fella murne.
                                                            -- Beowulf
                                   
                   -- http://www.olgiati-in-paraguay.org --
 

Reply | Threaded
Open this post in threaded view
|

Re: Newbie: heavy pdf scaling and cleaning

teobo
This post was updated on .
rolgiati wrote
On Fri, 28 Mar 2014 12:37:19 -0700 (PDT)
"teobo [via LibreCAD]" <[hidden email]> wrote:

> Is this possible/advisable with your program? How do I acchieve that then as
> a beginner?

It would help if you ttold us what OS you use, no ?
 
Cheers,
 
Ron.
--
#  
Hello Ron,
I just installed librecad on Win7 (recommended version from the website) and watched some video tutorials about it.
https://www.youtube.com/playlist?list=PLB9CB29692D89976A 
So I am mainly more content with it than with inkscape. Maybe you could anyway drop a comment on the workflow procedure, which import or export formats one could use, ..

-What is missing and what I am still searching for:

First an most important:
Can I and then how do I get the measured values (info or dimensions) to the clipboard in order to save them in an spreadsheet file?

And then: Can one use librecad from a script?

tia

Ps: I now found a work around for the info output, which selectabe but not copyable. I used it from linux, where everything selected goes directly to the clipboard. Hopefully there is another solution.
Reply | Threaded
Open this post in threaded view
|

Re: Newbie: heavy pdf scaling and cleaning

rolgiati
On Fri, 28 Mar 2014 15:31:30 -0700 (PDT)
"teobo [via LibreCAD]" <[hidden email]> wrote:

> I just installed librecad on Win7 (recommended version from the website) and
<snip>
> First an most important:
> Can I and then how do I get the* measured values (info or dimensions) to the
> clipboard* in order to save them in an spreadsheet file?
> And then: Can one use librecad from a script?

Would not know, I run it under Linux; dont know anything about Windows clipboard or scripts.
 
Cheers,
 
Ron.
--
            Keep your mouth shut and people may think you stupid;
                      Open it and you remove all doubt.
                                   
                   -- http://www.olgiati-in-paraguay.org --
 

Reply | Threaded
Open this post in threaded view
|

Re: Newbie: heavy pdf scaling and cleaning

dxli
In reply to this post by teobo
I added a context menu for this:

basically, you can right click and do Copy.

commit: 3a546c7  master

teobo wrote
Ps: I now found a work around for the info output, which selectabe but not copyable. I used it from linux, where everything selected goes directly to the clipboard. Hopefully there is another solution.