Skip to content

Inserting big PDF files gives error #229

@pgundlach

Description

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions