Skip to content
New issue

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

Inserting big PDF files gives error #229

Closed
pgundlach opened this issue Apr 2, 2019 · 1 comment
Closed

Inserting big PDF files gives error #229

pgundlach opened this issue Apr 2, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@pgundlach
Copy link
Member

<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".

@pgundlach pgundlach added the Bug label Apr 2, 2019
@pgundlach pgundlach added this to the Version 3.8 milestone Apr 2, 2019
@pgundlach pgundlach self-assigned this Apr 2, 2019
@pgundlach
Copy link
Member Author

A fix is to use keepopen=true on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant