Inkscape Pdf Editor



  1. Inkscape Pdf Editor Software
  2. Inkscape Pdf Editor Online
  3. Inkscape Pdf Editor Free Download
  4. Inkscape Pdf Editor Free Download

Inkscape is a free and portable PDF editor software for Windows. It is mainly a vector graphics editor that is also used as a PDF editor. This portable version provides every feature that a standard version of Inkscape provides. In order to download the portable version, make sure to download only the binary (7z) version of Inkscape. .Inkscape can include bitmaps in images.Appear as objects alongside vector objects.Can’t edit the images.Can’t increase the resolution of the image.Transparency (from PNG etc) is preserved.File Import –PNG, JPEG, SVG, PDF etc. PDF Chain is what I used when I was an Ubuntu user, and it’s what I’d recommend for all Linux users looking to create a multi page PDF with Inkscape. PDF Chain is a desktop application that allows you to merge PDF documents.

This page contains outdated information and needs to be updated.

  • 1Current PDF support
    • 1.1PDF Import
    • 1.2PDF Export
      • 1.2.1Uncompressed PDF Output
  • 2Current Postscript support
  • 3Current Adobe Illustrator support
    • 3.1AI Import

Current PDF support

PDF Import

SVN version of Inkscape (to-be 0.46) uses poppler (0.5.4 and above) to import PDF files.

Implemented features: The new import extension can import paths, text, clippaths, masked or non-masked images, and softmasks. It supports pattern fills (XStep and YStep attributes are ignored) as well as linear and radial gradients (only those using sampled or exponential functions). Gradient meshes are imported, but they get converted to groups of small tiles (flat-colored paths) that approximate the mesh; the user can adjust the precision of this approximation.

Only one page can be imported. Users can preview pages and choose the one they need. This is because Inkscape doens't support multiple pages itself.

Use of Gnulibplot

A short way for converting files to import in Inkscape is to use gsview and the command 'edit/convert to vector format' to convert any pdf to svg. Easy and fast to use.Incidentally, gsview invokes a command similar to 'pstoedit -f plot-svg input-fileoutput-file' and, after downloading and installing pstoedit, this command can be run on the command line without opening gsview.

PDF Export

PDF export is now supported by main program, using cairo backend (choose Cairo PDF in the save as file requester).

Before there was the need from external program :pdf_output.inx exports PDF files by first saving them as Postscript and use an external converter to creat PDFs, requiring ps2pdf (Installed separately, included in ghostscript)

Strengths: Depend of Cairo version.

Weaknesses: Depend of Cairo version.

Uncompressed PDF Output

At this time, it looks as if Inkscape only outputs uncompressed PDF output. Once you export a PDF, look at its file size. If it is too large for your application, then you have different options:

epstopdf

Export the exact same file to EPS (encapsulated postscript) and then use epstopdf to convert the file to PDF. This will make a compressed PDF.

Ghostscript

An other method utilizing Ghostscript[1] to compress pdfs.As an example see:
http://www.itechies.net/blog/archives/1764 (Ghostscript on Windows, English)
A little bit more extensive bash-scripts (therefore for Linux) also using ghostscript can be found herehttp://www.alfredklomp.com/programming/shrinkpdf/ (English)
http://blog.tenstral.net/2010/05/pdfs-verkleinern.html (German)
and here
https://dr-luthardt.de/linux.htm?tip=pdfshr (German)

Examples

As an illustration, my 72 page document went from 80 megabytes down to 3.1.

Current Postscript support

PS Import

ps_input.inx imports Postscript files by using two external conversion scripts:

Requirements:

  • pstoedit (Installed separately), this tool need a sharware plugin to support SVG.
  • skconvert (Installed separately)

Strengths:

Weaknesses:

PS Export

Inkscape has built-in support to write Postscript files.

Strengths:

  • Outputs nice readable Postscript

Weaknesses:

  • Doesn't support fill patterns and clipping, see bugs 1208874 and 1170322
  • Postscript doesn't support transparency and Inkscape doesn't emulate this, so they are just ignored, that is you get the color you would get with opacity:1

Current Adobe Illustrator support

The files used by Adobe Illustrator were earlier postscript files but are now Pdf files.

AI Import

Pre 9.0 AI files

Requirements:

  • ill2svg.pl requires perl

Strengths:

Weaknesses:

  • Only works on the old Postscript-based Adobe format
  • Code is sort of a hack
  • No maintainer exists for this code

9.0 and above AI files

SVN version of Inkscape (to-be 0.46) supports AI files based on PDF (9.0 and above) using same code as for PDF import. All supported features are equivalent to those in the PDF.

AI Export

ai_output.inx exports Illustrator files by first saving them as Postscript and use an external converter to creat AIs (PostScript based).

Requirements:

  • ps2ai.ps (requires gs)

Strengths:

Weaknesses:

Retrieved from 'https://wiki.inkscape.org/wiki/index.php?title=Current_PDF_Support&oldid=78974'

This page contains outdated information and needs to be updated.

  • 1Current PDF support
    • 1.1PDF Import
    • 1.2PDF Export
      • 1.2.1Uncompressed PDF Output
  • 2Current Postscript support
  • 3Current Adobe Illustrator support
    • 3.1AI Import

Current PDF support

PDF Import

SVN version of Inkscape (to-be 0.46) uses poppler (0.5.4 and above) to import PDF files.

Pdf

Implemented features: The new import extension can import paths, text, clippaths, masked or non-masked images, and softmasks. It supports pattern fills (XStep and YStep attributes are ignored) as well as linear and radial gradients (only those using sampled or exponential functions). Gradient meshes are imported, but they get converted to groups of small tiles (flat-colored paths) that approximate the mesh; the user can adjust the precision of this approximation.

Only one page can be imported. Users can preview pages and choose the one they need. This is because Inkscape doens't support multiple pages itself.

Use of Gnulibplot

A short way for converting files to import in Inkscape is to use gsview and the command 'edit/convert to vector format' to convert any pdf to svg. Easy and fast to use.Incidentally, gsview invokes a command similar to 'pstoedit -f plot-svg input-fileoutput-file' and, after downloading and installing pstoedit, this command can be run on the command line without opening gsview.

PDF Export

PDF export is now supported by main program, using cairo backend (choose Cairo PDF in the save as file requester).

Before there was the need from external program :pdf_output.inx exports PDF files by first saving them as Postscript and use an external converter to creat PDFs, requiring ps2pdf (Installed separately, included in ghostscript)

Strengths: Depend of Cairo version.

Weaknesses: Depend of Cairo version.

Inkscape Pdf Editor Software

Uncompressed PDF Output

At this time, it looks as if Inkscape only outputs uncompressed PDF output. Once you export a PDF, look at its file size. If it is too large for your application, then you have different options:

epstopdf

Export the exact same file to EPS (encapsulated postscript) and then use epstopdf to convert the file to PDF. This will make a compressed PDF.

Ghostscript

An other method utilizing Ghostscript[1] to compress pdfs.As an example see:
http://www.itechies.net/blog/archives/1764 (Ghostscript on Windows, English)
A little bit more extensive bash-scripts (therefore for Linux) also using ghostscript can be found herehttp://www.alfredklomp.com/programming/shrinkpdf/ (English)
http://blog.tenstral.net/2010/05/pdfs-verkleinern.html (German)
and here
https://dr-luthardt.de/linux.htm?tip=pdfshr (German)

Examples

As an illustration, my 72 page document went from 80 megabytes down to 3.1.

Current Postscript support

PS Import

ps_input.inx imports Postscript files by using two external conversion scripts:

Requirements:

  • pstoedit (Installed separately), this tool need a sharware plugin to support SVG.
  • skconvert (Installed separately)

Strengths:

Weaknesses:

PS Export

Inkscape has built-in support to write Postscript files.

Strengths:

  • Outputs nice readable Postscript

Weaknesses:

  • Doesn't support fill patterns and clipping, see bugs 1208874 and 1170322
  • Postscript doesn't support transparency and Inkscape doesn't emulate this, so they are just ignored, that is you get the color you would get with opacity:1

Inkscape Pdf Editor Online

Current Adobe Illustrator support

The files used by Adobe Illustrator were earlier postscript files but are now Pdf files.

Inkscape Pdf Editor Free Download

AI Import

Pre 9.0 AI files

Requirements:

  • ill2svg.pl requires perl

Strengths:

Weaknesses:

  • Only works on the old Postscript-based Adobe format
  • Code is sort of a hack
  • No maintainer exists for this code

9.0 and above AI files

Inkscape Pdf Editor Free Download

SVN version of Inkscape (to-be 0.46) supports AI files based on PDF (9.0 and above) using same code as for PDF import. All supported features are equivalent to those in the PDF.

AI Export

ai_output.inx exports Illustrator files by first saving them as Postscript and use an external converter to creat AIs (PostScript based).

Requirements:

  • ps2ai.ps (requires gs)
Pdf

Strengths:

Weaknesses:

Retrieved from 'https://wiki.inkscape.org/wiki/index.php?title=Current_PDF_Support&oldid=78974'