Any idea why Inkscape uses PDF 1.4 instead of a new version? I believe we're coming up on PDF 2.0 now.
Layered PDFs and other really complex drawings simply don't properly save as PDFs from Inkscape. A real hindrance.
Search found 8 matches
- Wed Mar 30, 2011 4:07 am
- Forum: Inkscape Ideas
- Topic: PDF 1.5+
- Replies: 2
- Views: 2435
- Sat Mar 26, 2011 9:53 am
- Forum: SVG / XML Code
- Topic: Are tspans always necessary?
- Replies: 4
- Views: 2307
Re: Are tspans always necessary?
Wouldn't it be worth saving the space in the filesize? I can't imagine it'd be that difficult to detect whether the text element has a tspan inside...
- Sat Mar 26, 2011 5:37 am
- Forum: SVG / XML Code
- Topic: Are tspans always necessary?
- Replies: 4
- Views: 2307
Re: Are tspans always necessary?
This should probably be how Inkscape acts by default, only putting in tspans if attributes are applied to chunks of the text.
- Sat Mar 26, 2011 2:42 am
- Forum: SVG / XML Code
- Topic: SVG in HTML, with CSS and JS
- Replies: 3
- Views: 5440
Re: SVG in HTML, with CSS and JS
I use the jQuery SVG plugin to load my SVGs, however, IE 8 and older don't work with regular SVGs.
I recently discovered http://svgboilerplate.com/ and I might trying that out for all the cross-browser goodness it promises.
I recently discovered http://svgboilerplate.com/ and I might trying that out for all the cross-browser goodness it promises.
- Sat Mar 26, 2011 1:58 am
- Forum: SVG / XML Code
- Topic: SVG and DOM
- Replies: 1
- Views: 1836
Re: SVG and DOM
What happens if you save them as optimized or plain SVG files?
- Sat Mar 26, 2011 1:49 am
- Forum: SVG / XML Code
- Topic: Are tspans always necessary?
- Replies: 4
- Views: 2307
Are tspans always necessary?
Inkscape creates tspan elements inside each text element by default. Perhaps this could be cleaned up? I'm noticing that much of my XML has repetitive tspan elements that mirror their parent text element. Are these really necessary?
- Sat Mar 26, 2011 1:46 am
- Forum: Inkscape & the Web
- Topic: Web to Print service
- Replies: 2
- Views: 4694
Re: Web to Print service
I'll make sure to test that. Currently I've just avoided it altogether by splitting the lines using one of the text extensions that comes with Inkscape. I also have been saving as optimized SVGs but more complex ones need to be just plain SVG (not Inkscape format) because of rendering issues.
- Fri Mar 25, 2011 5:34 pm
- Forum: Inkscape & the Web
- Topic: Web to Print service
- Replies: 2
- Views: 4694
Web to Print service
Hey everyone, I'm brand new to the forum, I hope I can be of some use :) I've been working for several months now to find the right tools to create a next generation web2print service. My first focus is on business cards. I started out with fillable PDFs, which are garbage. Then I manually created H...