You are not logged in.
Pages: 1
Suppose I have the following EMF file:
https://docs.google.com/file/d/0B5Z5axE … sp=sharing
At the time of convetring to PDF file I get the following message:
"(...) Assertion failure (...\SynPDF.pas, line 8890)"
procedure TPdfEnum.SaveDC;
begin
Assert(nDC<high(DC));
DC[nDC+1] := DC[nDC];
inc(nDC);
end;
What is wrong with the file ?
Offline
The file is correct, this is just a limitation of the number of internal EMR_SAVEDC/EMR_RESTOREDC pairs which is very high.
I've committed a fix:
http://synopse.info/fossil/info/4dd805c5cb
It now generates the file without exception, but the rendering is pretty strange: there is a "star" of lines in the middle of the page.
How is this file created?
It sounds like if the text was created in a weird way. 600 KB of emf for such a page is huge.
Offline
Pages: 1