Hi all,
I have two files to insert into latex document, which I would like to insert as PDF (not eps or png, those work just fine). They are both attached. All my tries were in vain, from blank PDFs (saving directly to PDF) to corrupted PDFs (plain SVG -> IM convert), or cut images (eps -> ps2pdf). Any ideas on how to get these to PDF?
Cheers,
Inkscape version 0.45
On 21/09/2007, Paulo J. Matos <pocm@...2348...> wrote:
Hi all,
I have two files to insert into latex document, which I would like to insert as PDF (not eps or png, those work just fine). They are both attached. All my tries were in vain, from blank PDFs (saving directly to PDF) to corrupted PDFs (plain SVG -> IM convert), or cut images (eps -> ps2pdf). Any ideas on how to get these to PDF?
Cheers,
-- Paulo Jorge Matos - pocm at soton.ac.uk http://www.personal.soton.ac.uk/pocm PhD Student @ ECS University of Southampton, UK
I use pdfs exported from inkscape in my Latex docs all the time. I am using the latest version (from the autopackages builds). Usually I draw a rectangle (no fill, no stroke) around the objects, and use document properties to "set page to selection", and then I save as a PDF.
Carlos
On 9/21/07, Paulo J. Matos <pocm@...2348...> wrote:
Inkscape version 0.45
On 21/09/2007, Paulo J. Matos <pocm@...2348...> wrote:
Hi all,
I have two files to insert into latex document, which I would like to insert as PDF (not eps or png, those work just fine). They are both attached. All my tries were in vain, from blank PDFs (saving directly to PDF) to corrupted PDFs (plain SVG -> IM convert), or cut images (eps -> ps2pdf). Any ideas on how to get these to PDF?
Cheers,
-- Paulo Jorge Matos - pocm at soton.ac.uk http://www.personal.soton.ac.uk/pocm PhD Student @ ECS University of Southampton, UK
-- Paulo Jorge Matos - pocm at soton.ac.uk http://www.personal.soton.ac.uk/pocm PhD Student @ ECS University of Southampton, UK
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
On 21/09/2007, Carlos Guâno Grohmann <carlos.grohmann@...155...> wrote:
I use pdfs exported from inkscape in my Latex docs all the time. I am using the latest version (from the autopackages builds). Usually I draw a rectangle (no fill, no stroke) around the objects, and use document properties to "set page to selection", and then I save as a PDF.
I'm amazed. It worked very well. Thanks for the solution! :-)
Carlos
On 9/21/07, Paulo J. Matos <pocm@...2348...> wrote:
Inkscape version 0.45
On 21/09/2007, Paulo J. Matos <pocm@...2348...> wrote:
Hi all,
I have two files to insert into latex document, which I would like to insert as PDF (not eps or png, those work just fine). They are both attached. All my tries were in vain, from blank PDFs (saving directly to PDF) to corrupted PDFs (plain SVG -> IM convert), or cut images (eps -> ps2pdf). Any ideas on how to get these to PDF?
Cheers,
-- Paulo Jorge Matos - pocm at soton.ac.uk http://www.personal.soton.ac.uk/pocm PhD Student @ ECS University of Southampton, UK
-- Paulo Jorge Matos - pocm at soton.ac.uk http://www.personal.soton.ac.uk/pocm PhD Student @ ECS University of Southampton, UK
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
-- +-----------------------------------------------------------+ Carlos Henrique Grohmann - Guano Visiting Researcher at Kingston University London - UK Geologist M.Sc - Doctorate Student at IGc-USP - Brazil Linux User #89721 - carlos dot grohmann at gmail dot com +-----------------------------------------------------------+ _________________ "Good morning, doctors. I have taken the liberty of removing Windows 95 from my hard drive." --The winning entry in a "What were HAL's first words" contest judged by 2001: A SPACE ODYSSEY creator Arthur C. Clarke
Can't stop the signal.
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
Hm,
the page is much smaller than the painting.
Go to page preferences and say "fit page to selection" and try again. I use german inkscape so the terms may vary.
BTW I tested on recent dev-snapshop using cairo-pdf.
HTH,
Adib. --- Paulo J. Matos schrieb:
Hi all,
I have two files to insert into latex document, which I would like to insert as PDF (not eps or png, those work just fine). They are both attached. All my tries were in vain, from blank PDFs (saving directly to PDF) to corrupted PDFs (plain SVG -> IM convert), or cut images (eps -> ps2pdf). Any ideas on how to get these to PDF?
Cheers,
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
On Fri, 21 Sep 2007 10:46:38 +0100 "Paulo J. Matos" <pocm@...2348...> wrote:
Hi all,
I have two files to insert into latex document, which I would like to insert as PDF (not eps or png, those work just fine). They are both attached. All my tries were in vain, from blank PDFs (saving directly to PDF) to corrupted PDFs (plain SVG -> IM convert), or cut images (eps -> ps2pdf). Any ideas on how to get these to PDF?
The reason they get cut is because parts of the drawings are outside the page boundaries (the save as PDF will use those). The page borders seem to be hidden in your SVGs, so first make them visible ("File"->"Document Properties" and set "Border color" to solid black, and check "Show page border"). Then, with the dialog still open, select everything in the drawing and press "Fit page to selection".
Next, the texts in the illustrations are "flow texts", this happens when you drag out an rectangle to type in with the text tool, as opposed to just clicking. These flow texts are kind of problematic for many reasons (e.g. they're no a part of the SVG standard, and probably won't export to PDF), so convert them to regular text objects. Do this by selecting all flowed text objects, and hit "Text" -> "Convert to text".
I've attached the PDFs I got after doing those two things...
-- Gustav
On 9/21/07, Gustav Broberg <broberg@...542...> wrote:
Next, the texts in the illustrations are "flow texts", this happens when you drag out an rectangle to type in with the text tool, as opposed to just clicking. These flow texts are kind of problematic for many reasons (e.g. they're no a part of the SVG standard, and probably won't export to PDF), so convert them to regular text objects.
No need to do that. Flowtext is problematic only when you save it in SVG and use the SVG in other programs. Since converting to PDF is done by Inkscape itself, flowtext is converted fine.
participants (5)
-
Adib Taraben
-
bulia byak
-
Carlos \"Guâno\" Grohmann
-
Gustav Broberg
-
Paulo J. Matos