GroupDocs.Conversion for Java GroupDocs.Conversion for Java

GroupDocs.Conversion for Java 檔案格式轉換元件

GroupDocs.Conversion for Java 是一套由群昱公司代理的檔案格式轉換元件。

分類: 元件開發軟體

GroupDocs.Conversion for Java是一個輕量級的多格式檔案轉換API,被設計為Java應用程式的中間件。它允許使用50種文檔和圖像文件格式來回轉換功能來增強您的應用程式。

An overview of Java conversion API.

 Features
  • Native Java API
  • Simple to Use
  • Abstract Storage
  • Abstract Cache
 Convert Documents to
  • Spreadsheet Formats
  • Word Processing Formats
  • Presentation Formats
  • Image Formats
  • PDF Format
  • HTML Format

GroupDocs.Conversion for Java supports following formats.

Microsoft Office, Visio & Project
  • Word: DOC, DOCX, DOT, DOTX, DOCM, DOTM, RTF
  • Excel: XLS, XLSX, XLSM, XLSB, XLTX, XLTM
  • PowerPoint: PPT, PPTX, PPS, PPSX, POTX, POTM, PPTM, PPSM
  • Visio: VSD, VSDX, VSS, VST, VSX, VTX, VDW, VDX
  • Project: MPP, MPT
  • Outlook: MSG, EML, EMLX
OpenDocument & Other Formats
  • OpenDocument: ODT, OTT, ODS, ODP
  • Fixed Layout Formats: PDF, XPS
  • Image Formats: BMP, GIF, JPG, JPEG, Jpeg2000, PNG, TIFF, TIF, ICO
  • AutoCAD Drawings: DXF, DWG, IFC, STL
  • Web: HTML, MHT, HTM
  • Text: TXT, CSV
  • Photoshop: PSD
  • LaTex: LaTex
  • XML: XSLT

Advanced Document Conversion API Features 產品特色

 

  

支援超過50種檔案格式

  

快速精準的轉換

  

高輸出品質

  

靈活的文件路徑處理

  

E

 

Possibility to convert specific pages

  

File IO 透過 Java stream 自動檢測文件檔案來源

  報告轉換進度
  

新增浮水印

  

Html 轉 Image

  

統計檔案的總頁數

  將以轉檔的文件返回
  計量授權
  

專門技術支援

Flexible File Path Handling

The input documents can be read from a URL or a file path, while output documents can be either saved to a file or sent directly into streams - the library automatically provides you with paths to each saved file/stream

Easy Integration

GroupDocs.Conversion for Java API can easily be integrated with just few lines of code.

Document conversion - Java

 // Setup Conversion configuration
ConversionConfig config = new ConversionConfig();
config.setStoragePath("D:\storage\");  
 // Initailize ConversionHandler
ConversionHandler conversionHandler = new ConversionHandler(config);
WordsSaveOptions saveOption = new WordsSaveOptions(); //Define save options
saveOption.setOutputType(OutputType.String); 
//Convert and save
ConvertedDocument convertedDocumentPath = conversionHandler.<String>convert("sample.pdf", saveOption);
convertedDocumentPath.save(fileName +"." + convertedDocumentPath.getFileType());

Supported Operating Systems and Environments

 Java Runtime Environment
  • J2SE 6.0 and above
 Installation
  • ZIP Archive
  • Maven
 Operating Systems
  • Windows, Desktops and Servers
  • Linux
  • macOS