org.sejda.impl.pdfbox.component
Class PdfAlternateMixer
java.lang.Object
org.sejda.impl.pdfbox.component.PDDocumentHandler
org.sejda.impl.pdfbox.component.PdfAlternateMixer
- All Implemented Interfaces:
- Closeable
public class PdfAlternateMixer
- extends PDDocumentHandler
Component providing functionalities to perform an alternate mix on two PdfMixInput
.
- Author:
- Andrea Vacondio
Methods inherited from class org.sejda.impl.pdfbox.component.PDDocumentHandler |
compressXrefStream, getNumberOfPages, getPermissions, getUnderlyingPDDocument, getViewerPreferences, importPage, saveDecryptedPDDocument, savePDDocument, setCreatorOnPDDocument, setDocumentInformation, setPageLayoutOnDocument, setPageModeOnDocument, setVersionOnPDDocument, setViewerPreferences |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PdfAlternateMixer
public PdfAlternateMixer(PdfMixInput firstInput,
PdfMixInput secondInput)
throws TaskIOException
- Throws:
TaskIOException
mix
public void mix(NotifiableTaskMetadata taskMetadata)
throws TaskException
- Perform the alternate mix on the given
PdfMixInput
s.
- Parameters:
taskMetadata
- metadata of the task executing the mix.
- Throws:
TaskException
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class PDDocumentHandler
- Throws:
IOException
Copyright © 2012. All Rights Reserved.