我正在測試Aspose.OCR,試圖OCR一個簡單的文檔,但發現OcrEngine.Process()返回與我的示例文檔和Aspose提供的示例的jibberish。 我的代碼: var license = new License();
license.SetLicense("Aspose.OCR.lic");
OcrEngine ocrEngine = new OcrEngine();
s
我使用Aspose.Word構建文檔。我嘗試在右邊添加頁碼。圖片更好地解釋它: My result pdf preview 怎麼辦呢? 我當前的代碼: var document = new Document();
_builder = new DocumentBuilder(document)
{
PageSetup =
{
Or
我將html轉換爲使用aspose java庫的ppt。但是,我無法生成樣式,比如(填充,背景顏色等),而類似的款式(顏色,字體大小)的工作就好了,看看代碼.. public class poi {
public static void main(String[] args) throws Exception {
// The path to the document