Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

eps

Inkscape command line: Need to convert SVG to eps without filter rasterisation

August 16, 2023 by Tarik

The command I had to use to fix this problem was inkscape in.svg -E out.eps –export-ignore-filters –export-ps-level=3 where in.svg is your image and out.eps is the eps that comes out. Edit As suggested by Vladimir in comments, newer versions of inkscape doesn’t have -E option, so need to replace it with -o.

Categories svg Tags eps, inkscape, svg Leave a comment

Error including image in Latex [closed]

August 7, 2023 by Tarik

To include png and jpg, you need to specify the Bounding Box explicitly. \includegraphics[bb=0 0 1280 960]{images/some_image.png} Where 1280 and 960 are respectively width and height.

Categories pdf Tags eps, latex, pdf Leave a comment

Export a graph to .eps file with R

December 20, 2022 by Tarik

The easiest way I’ve found to create postscripts is the following, using the setEPS() command: setEPS() postscript(“whatever.eps”) plot(rnorm(100), main=”Hey Some Data”) dev.off()

Categories r Tags eps, graph, r Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa