[pstricks] pdfpages and pstricks

Luis Sequeira lfsequeira at gmail.com
Tue Feb 3 12:47:08 CET 2015


I don’t know what, but there is something with your pdf.
I tried your code with a different pdf file (actually, “printed” from your pdf by using the save to pdf feature) and it works perfectly.
With your file, it doesn’t.

Luis Sequeira

> When I compile the following with xelatex
> 
> \documentclass[12pt,a4paper]{article}
> \usepackage{graphicx}
> \usepackage{pstricks-add}
> \usepackage[left=3cm,right=1.5cm,top=1.5cm,bottom=1.5cm]{geometry}
> 
> \begin{document}
> 
> \psset{unit=2cm}
> \begin{pspicture}[showgrid](-4.05,-0.25)(4.05,5)
> \psaxes[ticksize=0 -3pt,arrows=->](0,0)(-4.05,0)(4.05,5)
> \rput(-3,1){\includegraphics[page=1,scale=0.25]{kernekort_hel.pdf}}
> \end{pspicture}
> 
> \end{document}
> 
> 
> I get:
> 
> Process started: xelatex.exe -synctex=1 -interaction=nonstopmode
> "pdf_on_top_of_pstricks".tex
> ** WARNING ** Streams with DecodeParams not supported. ** WARNING **
> Cannot parse cross-reference stream. ** WARNING ** Error while parsing PDF
> file. ** WARNING ** pdf image inclusion failed for "./kernekort_hel.pdf".
> 
> 
> 
> Attached you'll find the pdf file I use.
> 
> Poul Riis



More information about the PSTricks mailing list