Rémi G. - 2014-06-09

It seems related to the cursive font I'm using with LaTeX from the frcursive package. So I think the bug can be closed (sorry for the inconvenience, I should have investigate further before).

For completeness, i have copied below the two minimal examples I have used and attached the corresponding PDF files.

Minimal working example that works with PDFShuffler:

\documentclass[varwidth,margin=0.5cm]{standalone}
\begin{document}
  test
\end{document}

The corresponding file is Example1-works(without_frcursive).pdf

Minimal working example that fails with PDFShuffler

\documentclass[varwidth,margin=0.5cm]{standalone}
\usepackage{frcursive} 
\begin{document}
  \cursive test
\end{document}

The corresponding file is Example2-fails(with_frcursive).pdf and I encounter the same error message as in my bug report.