Hello,
I recently purchased the Aspose.Words product to convert PDF files to RTF documents. My PDF files contain checkboxes and radio buttons, and I would like the RTF output to reflect the same design but without using…...rtf"); Next Steps Test the code with your PDF documents...
Hi,
When converting a .docx file to a.html file using Aspose.Words, I noticed a formatting issue when my EMF table is converted see screenshot attached.
I had the same error with pdf conversion which as solved with
…...htmlSaveOptions; } Additional Suggestions: Test with Simpler File : Create a...
Hello @alexey.noskov and Team ,
We observing strange behavior , when replacing tag inside table .
Table tag -replaced data font type is changing to Aptos from Times New Roman , for other font it is working fine .
Be…...Replace; } } Thanks, Avinash Test Data.zip (47.9 KB) Professionalize...
原始需求:将word转成pdf,同时将word中各种类型的附件也转成pdf并拼接到后面。
遇到问题:遇到pdf格式的附件保存后存在许多乱码页
部分代码:
aspose-words: 24.11
aspose-cells: 25.1
OS: Oracle Linux Server 8.5
List<byte[]> attachmentPdfs = new ArrayList<>();
Document document = …...try the latest version and re‑test the extraction. Additional troubleshooting...
Learn how to manage ranges in Excel files using Aspose.Cells with C++. Create, modify, and style ranges programmatically....Please download the following test file, open it in Excel , use...
Learn how to manage ranges in Excel using Aspose.Cells for Node.js via C++. Create ranges, set values, styles, and perform various operations....Please download the following test file, open it in Excel, use...
Code:
List<DocReadFilePro> docReadFilesPros = new ArrayList(); WordPropsUtil.setProperty(ParamKeys.WORD_IMAGE_RESOLUTION, wordImageResolution);
HtmlSaveOptions htmlSaveOptions = HtmlSaveOptionsBuilder.build(documentWra…...removing complex elements and test again. If you continue to face...
Aspose OCR is not extracting text from pdf which is not searchable , from a multipge or single pdf only extraction is done for top few lines and the remaining is still image only, even though i have Aspose Total License…... We will test the scenario in our environment...
Hi Aspose team,
I’m trying to convert a range of cells in excel that contains a chart to an EMF image using the following code:
//Load the Excel file
Workbook workbook = new Workbook(dir + @"\Test_07312025\Chart_templa…...workbook = new Workbook(dir + @"\Test_07312025\Chart_template.xlsm");...options); string dataDir = dir + @"\Test_07312025\Out_CorrelationAnalysisK_N37...