日日操夜夜添-日日操影院-日日草夜夜操-日日干干-精品一区二区三区波多野结衣-精品一区二区三区高清免费不卡

公告:魔扣目錄網為廣大站長提供免費收錄網站服務,提交前請做好本站友鏈:【 網站目錄:http://www.ylptlb.cn 】, 免友鏈快審服務(50元/站),

點擊這里在線咨詢客服
新站提交
  • 網站:51998
  • 待審:31
  • 小程序:12
  • 文章:1030137
  • 會員:747

JAVA實現PDF打印的方式有很多,話不多說,我這里將給出J三種打開PDF的方法。

第一種:Java Swing自帶的組件預覽、打印PDF

首先需要一個工具類:

package com.beiqisoft.cic;

import java.awt.EventQueue;

import javax.swing.JFrame;

import javax.swing.JPanel;

import org.icepdf.ri.common.SwingController;

import org.icepdf.ri.common.SwingViewBuilder;

public class PDFViewer {

public JFrame frame;

public String pdf;

public static void main(String[] args) {

EventQueue.invokeLater(new Runnable() {

public void run() {

try {

PDFViewer window = new PDFViewer("c:/wd/b.pdf");

window.frame.setVisible(true);

} catch (Exception e) {

e.printStackTrace();

}

}

});

}

public PDFViewer(String pdf) {

this.pdf = pdf;

initialize();

}

private void initialize() {

frame = new JFrame();

frame.setSize(1100, 1000);

frame.setLocationRelativeTo(null);

frame.getContentPane().setLayout(null);

SwingController controller = new SwingController();

SwingViewBuilder factory = new SwingViewBuilder(controller);

JPanel viewerComponentPanel = factory.buildViewerPanel();

controller.getDocumentViewController().setAnnotationCallback(

new org.icepdf.ri.common.MyAnnotationCallback(

controller.getDocumentViewController()));

controller.openDocument(pdf);

frame.setContentPane(viewerComponentPanel);

}

}

然后在主程序中調用:

new PDFViewer(fileName).frame.setVisible(true);

fileName是你生成的PDF文件路徑

效果圖:

Java預覽及打印PDF的三種方法
Java預覽及打印PDF的三種方法

弊端:不能修改右邊距和下邊距參數,對于打印位置要求精準的項目,不適用。

第二種:使用系統默認程序(瀏覽器)打開PDF文件

工具類:

package com.beiqisoft.cic.util;

import java.io.File;

import java.util.Iterator;

import java.util.Map;

public class googlepdf {

public static void opengoogle(String jurl,String fileName) {

if (java.awt.Desktop.isDesktopSupported()) {

try {

// 創建一個URI實例

String url="file:///"+jurl.replace("\", "/")+"/"+fileName.substring(2);

String url="file:///D:/cic/"+fileName.substring(2);

java.net.URI uri = java.net.URI.create(url);

// 獲取當前系統桌面擴展

java.awt.Desktop dp = java.awt.Desktop.getDesktop();

// 判斷系統桌面是否支持要執行的功能

if (dp.isSupported(java.awt.Desktop.Action.BROWSE)) {

// 獲取系統默認瀏覽器打開鏈接

dp.browse(uri);

}

} catch (Exception e) {

e.printStackTrace();

}

}

}

}

主程序調用工具類:

googlepdf.opengoogle(getLujing(),fileName);

public String getLujing(){

//獲取類加載的根路徑

//

File file3 = new File(this.getClass().getResource("/").getPath());

//

String fileurl=file3.toString();

//

String url=fileurl.substring(0,fileurl.length()-14);

//

return url.replace("\", "/");

File file3 = new File(".");

String fileurl = "";

try {

fileurl = file3.getCanonicalPath().toString();

} catch (IOException e) {

// TODO Auto-generated catch block

e.printStackTrace();

}

return fileurl;

}

}

效果圖因不同系統PDF默認程序不同,這里就不展示了

第三種:Java指定瀏覽器預覽及打印PDF

工具類與第二種方式一樣,將里面的默認程序打開的代碼換成

//瀏覽器位置

String google=jC:\Users\wangdong-surface\Desktop\cic\Google\Chrome\Application\chrome.exe";

Map map = System.getenv();

for (Iterator itr = map.keySet().iterator(); itr.hasNext();) {

String value = (String) map.get((String) itr.next());

if (value.contains("firefox.exe")) {

google = value;

break;

}

}

Runtime.getRuntime().exec(new String[] { google, url });

我將Google瀏覽器安裝到了我的項目路徑下,這樣,不同的用戶使用該客戶端都不需要重新安裝我指定的瀏覽器。

效果圖:

Java預覽及打印PDF的三種方法

以上就是三種Java PDF打印方法,希望能幫到需要的你。

分享到:
標簽:打印 Java PDF
用戶無頭像

網友整理

注冊時間:

網站:5 個   小程序:0 個  文章:12 篇

  • 51998

    網站

  • 12

    小程序

  • 1030137

    文章

  • 747

    會員

趕快注冊賬號,推廣您的網站吧!
最新入駐小程序

數獨大挑戰2018-06-03

數獨一種數學游戲,玩家需要根據9

答題星2018-06-03

您可以通過答題星輕松地創建試卷

全階人生考試2018-06-03

各種考試題,題庫,初中,高中,大學四六

運動步數有氧達人2018-06-03

記錄運動步數,積累氧氣值。還可偷

每日養生app2018-06-03

每日養生,天天健康

體育訓練成績評定2018-06-03

通用課目體育訓練成績評定