We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<Layout xmlns="urn:speedata.de:2009/publisher/en" xmlns:sd="urn:speedata:2009/publisher/functions/en"> <Record element="data"> <Loop select="250" variable="i"> <PlaceObject column="0mm" row="0mm"> <Image file="...pdf" page="{$i}"/> </PlaceObject> <NewPage/> </Loop> </Record> </Layout>
On Windows (7, 32 bit), including big PDF files result in an error "-1073741819".
The text was updated successfully, but these errors were encountered:
A fix is to use keepopen=true on Windows.
keepopen=true
Sorry, something went wrong.
93941f9
pgundlach
No branches or pull requests
On Windows (7, 32 bit), including big PDF files result in an error "-1073741819".
The text was updated successfully, but these errors were encountered: