GroupDocs.Conversion for Java 是一套由群昱公司代理的檔案格式轉換元件。
GroupDocs.Conversion for Java是一個輕量級的多格式檔案轉換API,被設計為Java應用程式的中間件。它允許使用50種文檔和圖像文件格式來回轉換功能來增強您的應用程式。
An overview of Java conversion API.
GroupDocs.Conversion for Java supports following formats.
支援超過50種檔案格式
快速精準的轉換
高輸出品質
靈活的文件路徑處理
E
Possibility to convert specific pages
File IO 透過 Java stream 自動檢測文件檔案來源
新增浮水印
Html 轉 Image
統計檔案的總頁數
專門技術支援
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
GroupDocs.Conversion for Java API can easily be integrated with just few lines of code.
// 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
請留下完整資訊,以便我們提供精確的服務內容給你。