Skip to content

Commit

Permalink
Upgraded Sejda
Browse files Browse the repository at this point in the history
  • Loading branch information
torakiki committed May 10, 2017
1 parent 2e315f0 commit 202d19a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import static org.sejda.common.ComponentsUtility.nullSafeCloseQuietly;
import static org.sejda.core.notification.dsl.ApplicationEventsNotifier.notifyEvent;
import static org.sejda.core.support.io.IOUtils.createTemporaryPdfBuffer;
import static org.sejda.core.support.io.IOUtils.createTemporaryBuffer;
import static org.sejda.core.support.io.model.FileOutput.file;
import static org.sejda.core.support.prefix.NameGenerator.nameGenerator;
import static org.sejda.core.support.prefix.model.NameGenerationRequest.nameRequest;
Expand Down Expand Up @@ -75,7 +75,7 @@ public void execute(BulkRotateParameters parameters) throws TaskException {
documentHandler.getPermissions().ensurePermission(PdfAccessPermission.ASSEMBLE);
documentHandler.setCreatorOnPDDocument();

File tmpFile = createTemporaryPdfBuffer();
File tmpFile = createTemporaryBuffer(parameters.getOutput());
LOG.debug("Created output on temporary buffer {}", tmpFile);

PdfRotator rotator = new PdfRotator(documentHandler.getUnderlyingPDDocument());
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<logback.version>1.2.1</logback.version>
<jdepend.version>2.9.1</jdepend.version>
<hibernate-validator.version>4.2.0.Final</hibernate-validator.version>
<sejda.version>3.0.13</sejda.version>
<sejda.version>3.1</sejda.version>
<eventstudio.version>1.0.6</eventstudio.version>
<injector.version>1.0.2</injector.version>
<fontawesomefx.version>8.9</fontawesomefx.version>
Expand Down

0 comments on commit 202d19a

Please sign in to comment.