通過 Java 在 Android 上將 XPS 渲染到 DOT

在移動應用程序中將 XPS 轉換為 DOT,無需安裝任何軟件

 

您可以使用 Aspose.Total for Android Java 包的兩個 API 在您的移動應用程序中集成 XPS 到 DOT 的轉換功能。首先,您需要使用 Aspose.PDF for Android via Java 將 XPS 文件轉換為 DOC。其次,通過使用文字處理 API Aspose.Words for Android via Java ,您可以將 DOC 渲染為 DOT。

通過 Java 在 Android 上將 XPS 轉換為 DOT

  1. Document 類打開XPS文件
  2. 使用 save 將 XPS 轉換為 DOC ) 方法
  3. 使用 Aspose.Words 的 Document 類加載 DOC 文件
  4. 使用 save 方法將文檔保存為 DOT 格式並設置 DOT保存格式

轉換要求

您可以直接從 Maven 通過 Java 輕鬆使用 Aspose.Total for Android 和安裝 Aspose.PDF for Android via JavaAspose.Words for Android via Java 在您的應用程序中。

或者,您可以從 下載 獲取 ZIP 文件。

// load XPS file with an instance of Document class
Document document = new Document("template.xps");
// save XPS as a DOC 
document.save("DocOutput.doc", SaveFormat.DOC); 
// load DOC with an instance of Document
Document outputDocument = new com.aspose.words.Document("DocOutput.doc");
// call save method while passing SaveFormat.DOT
outputDocument.save("output.dot", SaveFormat.DOT);   

通過 Java 在 Android 上獲取 XPS 文件信息

在將 XPS 轉換為 DOT 之前,您可能需要有關文檔的信息,包括作者、創建日期、關鍵字、修改日期、主題和標題。此信息有助於轉換過程的決策。使用強大的 Aspose.PDF for Android via Java API,您可以獲得所有內容。要獲取有關 XPS 文件的文件特定信息,首先使用 getInfo 方法。一旦檢索到 DocumentInfo 對象,您就可以獲取各個屬性的值。

// load XPS document
Document doc = new Document("template.xps");
// get document information
DocumentInfo docInfo = doc.getInfo();
// show document information
System.out.println("Author: " + docInfo.getAuthor());
System.out.println("Creation Date: " + docInfo.getCreationDate());
System.out.println("Keywords: " + docInfo.getKeywords());
System.out.println("Modify Date: " + docInfo.getModDate());
System.out.println("Subject: " + docInfo.getSubject());
System.out.println("Title: " + docInfo.getTitle());

通過 Java 在 Android 中的 DOT 文檔中插入尾註

除了文檔轉換,您還可以使用 Aspose.Words for Android via Java API 在您的 Android 應用程序中添加許多其他功能。該功能之一是在 DOT 文檔中插入尾註和編號。如果要在 DOT 文檔中插入腳註或尾註,請使用 DocumentBuilder.InsertFootnote 方法。此方法在文檔中插入腳註或尾註。 EndnoteOptions 和 FootnoteOptions 類表示腳註和尾註的編號選項。

// load document
Document doc = new Document("input.DOC");
// initialize document builder
DocumentBuilder builder = new DocumentBuilder(doc);
// add text in it
builder.write("Some text");
// insert footnote
builder.insertFootnote(FootnoteType.ENDNOTE, "Endnote text.");
// initialize endnote options
EndnoteOptions option = doc.getEndnoteOptions();
// set restart rule
option.setRestartRule(FootnoteNumberingRule.RESTART_PAGE);
// set position
option.setPosition(EndnotePosition.END_OF_SECTION);
// save the document to disk.
doc.save("output.dot", SaveFormat.DOT);  

使用 Android 探索 XPS 轉換選項

將 XPS 轉換為 ODP (OpenDocument 演示文稿格式)
將 XPS 轉換為 OTP (OpenDocument 標準格式)
將 XPS 轉換為 POT (Microsoft PowerPoint 模板文件)
將 XPS 轉換為 POTM (微軟 PowerPoint 模板文件)
將 XPS 轉換為 POTX (Microsoft PowerPoint 模板演示)
將 XPS 轉換為 PPT (PowerPoint演示文稿)
將 XPS 轉換為 PPS (PowerPoint 幻燈片放映)
將 XPS 轉換為 PPSM (啟用宏的幻燈片放映)
將 XPS 轉換為 PPSX (PowerPoint 幻燈片放映)
將 XPS 轉換為 PPT (PowerPoint演示文稿)
將 XPS 轉換為 PPTM (啟用宏的演示文稿文件)
將 XPS 轉換為 SWF (衝擊波動畫)
將 XPS 轉換為 DOCM (Microsoft Word 2007 宏文件)
將 XPS 轉換為 DOTM (Microsoft Word 2007+ 模板文件)
將 XPS 轉換為 DOTX (微軟 Word 模板文件)
將 XPS 轉換為 FLATOPC (Microsoft Word 2003 文字處理ML)
將 XPS 轉換為 GIF (圖形交換格式)
將 XPS 轉換為 MARKDOWN (輕量級標記語言)
將 XPS 轉換為 ODT (OpenDocument 文本文件格式)
將 XPS 轉換為 OTT (打開文檔模板)
將 XPS 轉換為 PCL (打印機命令語言)
將 XPS 轉換為 PS (後記文件)
將 XPS 轉換為 RTF (富文本格式)
將 XPS 轉換為 WORDML (Microsoft Word 2003 文字處理ML)
將 XPS 轉換為 XAMLFLOW (微軟的 Power Automate)
將 XPS 轉換為 CSV (逗號分隔值)
將 XPS 轉換為 DIF (數據交換格式)
將 XPS 轉換為 CSV (逗號分隔值)
將 XPS 轉換為 FODS (OpenDocument 平面 XML 電子表格)
將 XPS 轉換為 MD (降價語言)
將 XPS 轉換為 ODS (OpenDocument電子表格)
將 XPS 轉換為 SXC (StarSuite Calc 電子表格)
將 XPS 轉換為 TSV (製表符分隔值)
將 XPS 轉換為 TXT (文本文件)
將 XPS 轉換為 XLAM (Excel 啟用宏的加載項)
將 XPS 轉換為 XLSB (Excel 二進制工作簿)
將 XPS 轉換為 XLSM (啟用宏的電子表格)
將 XPS 轉換為 XLT (Excel 97 - 2003 模板)

什麼是 XPS 文件格式

XPS 是 XML Paper Specification 的縮寫,是 Microsoft 創建的一種文件格式,用於表示固定佈局的文檔。 XPS 文件包含文檔的內容和打印設置,使其適用於在不同設備和平台上保留文檔的佈局和外觀。

XPS 格式基於 XML(可擴展標記語言),一種廣泛用於結構化數據表示的標記語言。 XPS 文件以結構化 XML 格式封裝文檔內容,例如文本、圖像、矢量圖形和註釋。這樣可以輕鬆解釋和呈現文檔的視覺元素。

XPS 文件在概念上類似於 PDF(便攜式文檔格式)文件,因為它們都旨在提供一種可靠的方式來呈現和共享文檔,同時保留其格式和佈局。但是,PDF 文件在不同的軟件應用程序和硬件設備上獲得了更廣泛的支持,從而使它們得到更廣泛的接受和兼容。

要查看和使用 XPS 文件,Microsoft 在 Windows 操作系統中提供了 XPS 查看器.各種第三方應用程序和工具也支持打開、創建和轉換 XPS 文件。不過,相較於PDF,支持XPS格式的軟硬件範圍可能更為有限。

什麼是 DOT 文件格式

Microsoft Word 和其他文字處理軟件通常使用 DOT 文件格式來存儲文檔。雖然與 DOC 文件類似,但 DOT 文件以與 DOC 文件不兼容的獨特格式保存。 DOT 文件以文本格式保存,可以在任何文本編輯器中訪問和修改。

要將 DOT 文件轉換為 DOC 文件,有多種方法可用。一種常見的方法是使用能夠讀取 DOT 文件的文字處理程序。這涉及在程序中打開 DOT 文件,然後將其另存為 DOC 文件。另一種選擇是使用專用於將 DOT 文件轉換為 DOC 格式的文件轉換工具或在線服務。

認識到 DOT 文件經常用作 Microsoft Word 中的模板很重要。這些模板作為創建具有預定義結構、格式和內容的新文檔的基礎。在某些情況下,DOT 文件還可能包含宏或其他自定義項。將 DOT 文件轉換為 DOC 文件時,確保在轉換後的文檔中保留任何自定義設置至關重要。

通過了解 DOT 和 DOC 文件之間的區別並採用適當的轉換方法,用戶可以有效地管理和管理利用他們的文檔,無論它們來自模板還是需要文件格式轉換。