Thanks for the hint! -t pdf -e resulting.pdf works perfectly ... if combined 
with pdfcrop!

Yes, I used to create PDFs with one or two corners. My last approach was

%.pdf: %.fig:
    awk '/^4/{$$6+=4; $$7=8; $$10=135; $$11=10000; $$13+=5; print $$0;}{print 
$$0;}' $< |\
    fig2dev -L pdf -F |\
    pdfcrop - $@

%.fig: %.dia
    dia -t fig -e $@ $<
 
which actually creates quite nice PDF files!

I haven't used the graphical export dialogue in a long time and the 
documentation doesn't mention the pdf export capability.
Eps-builtin creates files no program can open, with an error message I don't 
(care to) understand, eps and eps-pango both convert text to path.

On the missing documentation, there is even a bug report, with a few attached 
patches ... 
https://bugzilla.gnome.org/show_bug.cgi?id=606377

Cheers

Martin

> Gesendet: Donnerstag, 14. August 2014 um 21:16 Uhr
> Von: "Hans Breuer" <h...@breuer.org>
>
> Actually only one of three SVG exporters does this. Also the PostScript 
> exporter has a variant keeping text as text.
> 
> Huh? You are creating SVG or EPS to create PDF with another program?
> Why not go to PDF with Dia directly? Like:
> 
>       dia ..\samples\render-test.dia -e rt.pdf
>
> I think all this is also available with PDF created directly by Dia.
_______________________________________________
dia-list mailing list
dia-list@gnome.org
https://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://live.gnome.org/Dia/Faq
Main page at http://live.gnome.org/Dia

Reply via email to