Skip to main content

All Questions

Tagged with
0 votes
1 answer
95 views

How to fix 4 arc issue when converting pdf to dxf using inkscape?

I'm trying to convert a pdf file to a dxf file using the inkscape command. I converted a pdf file to a svg file first and converted this to dxf file. This is the inkscape command I've used: inkscape ...
skaihugger's user avatar
0 votes
1 answer
322 views

Converting pdf to dxf using pstoedit - How to fix the double border issue?

I'm currently using pstoedit to convert pdf files to dxf files. This is the pstoedit command I'm using: pstoedit -f "dxf: -ctl -mm" input.pdf output.dxf I get a file output.dxf from a file ...
skaihugger's user avatar
0 votes
1 answer
387 views

Converting a SVG file to a PDF or JPG with the embedded base64 CSS fonts

I have a bunch of .svgz files I need to convert to PDF, or, if that's not possible, to JPG and then to PDF. All these files use custom fonts that are embedded in the file, using @font-face base64, ...
SaltyIsaac's user avatar
0 votes
0 answers
42 views

PDF cover page printed as the only on the sheet, without empty pages inserted

I have a make-based workflow which uses pdftk to merge cover with LaTeX document. The cover is generated by the following recipe (if that matters): $(COVER) : $(patsubst %.pdf,%.svg,$(COVER)) ...
abukaj's user avatar
  • 2,692
0 votes
0 answers
63 views

Plot clipped when saving with Matplotlib, but recovered when imported to Inkscape

I'm saving a plot using Matplotlib (3.6.2, with Python 3.9.12, Windows 10). Part of the x, y labels get clipped. To reproduce: import numpy as np import matplotlib.pyplot as plt x = np.arange(100) y =...
Zhengyang's user avatar
2 votes
0 answers
283 views

Inksacpe: Is it possible to add relative links for multipage navigation

I try to create a multipage pdf with navigation from one page to the other using Inkscape 1.2. Therefore I created an object A on Page 1 and an object B on Page 2. Object B has the id myId. It is ...
DrMarbuse's user avatar
  • 854
2 votes
1 answer
239 views

Inkscape PDF to eps conversion with matplotlib generated font

I usually create figures using matplotlib. Here is a minimal working example: def cm2inch(*tupl): inch = 2.54 if isinstance(tupl[0], tuple): return tuple(i/inch for i in tupl[0]) ...
Wolpertinger's user avatar
  • 1,251
1 vote
0 answers
663 views

Extract pdf_tex graphics from pdf-file

I created a lot of vector graphics with inkscape, where I add a lot of math-code directly in the image (see example below). I normally extract a pdf_tex out of the svg document, and include the ...
user18089872's user avatar
0 votes
0 answers
379 views

Batch conversion of PDF to EPS via command line

I am trying to convert some figures from *.pdf to *.eps via Inkscape and Python. I resorted to the Inkscape Manual and Inkscape Wiki and came up with the code below. However when I run the script, no ...
Stücke's user avatar
  • 1,020
0 votes
1 answer
1k views

Convert PDF to get vectorized text ("convert all text to outlines")

I'm using nodejs and I'm processing PDFs. One thing I'd like to do is to outline all the fonts of the PDF (so that they are not selectable with the mouse cursor afterwards). I tried the pdftk's ...
Contestosis's user avatar
1 vote
1 answer
159 views

Inkscape PDF import. "tspan" element attributes

After importing the PDF file, the tspan elements have the X and Y attributes. These attributes unnecessary and interfere with the correct positioning of the element. How I can they be removed ...
S. Inf's user avatar
  • 13
0 votes
2 answers
477 views

Extract a label from several single page PDF files and align them to fill an A4 page (to save paper)

I receive a single page A4 PDF file from my shipping courier. It contains a small label on the top left corner, and the rest of the page is blank. As I usually have to print several a day, I end up ...
J.Nada's user avatar
  • 1
0 votes
1 answer
372 views

Converting from svg into pdf preserving image metadata

I have .svg files with metadata information, e.g., creator, contributor, licence, and so on. Now, when I convert them into .pdf I loose all these metadata and I see only cairo 1.14.6 (http://...
loved.by.Jesus's user avatar
2 votes
1 answer
3k views

Changing DPI when exporting SVG to PDF with Inkscape (command line)

I have created a simple SVG file that has a high-resolution JPEG background and some text on top: I grabbed a random high-resolution image form Unsplash I opened it with Inkscape I added some text on ...
Peque's user avatar
  • 14.5k
3 votes
1 answer
535 views

PDF created by inkscape contains thin gray line through dashed line

I have the following svg: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns="http://www.w3.org/2000/svg" width="300" viewBox=&...
schade96's user avatar
  • 183

15 30 50 per page