All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jpedal.examples.viewer.commands.Print Maven / Gradle / Ivy

/*
 * ===========================================
 * Java Pdf Extraction Decoding Access Library
 * ===========================================
 *
 * Project Info:  http://www.idrsolutions.com
 * Help section for developers at http://www.idrsolutions.com/support/
 *
 * (C) Copyright 1997-2016 IDRsolutions and Contributors.
 *
 * This file is part of JPedal/JPDF2HTML5
 *
 @LICENSE@
 *
 * ---------------
 * Print.java
 * ---------------
 */
package org.jpedal.examples.viewer.commands;

import javax.print.PrintServiceLookup;
import org.jpedal.PdfDecoderInt;
import org.jpedal.examples.viewer.Values;
import org.jpedal.examples.viewer.utils.*;
import org.jpedal.gui.GUIFactory;
import org.jpedal.utils.Messages;

/**
 * Print the current document
 */
public class Print {

    public static void execute(final Object[] args, final GUIFactory currentGUI, final Values commonValues,
            final PropertiesFile properties, final PrinterInt currentPrinter, final PdfDecoderInt decode_pdf) {
        throw new UnsupportedOperationException("Not supported in JavaFX");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy