Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 39,126 for

2025

(0.3 sec)
  1. getColumnWidthPixel how to calculate width - Fr...

    Workbook workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets().get(0); Cells cells = worksheet.getCells(); cells.setColumnWidthPixel(0, 170); ByteArrayOutputStream baos = new ByteArrayOutputStream(); …...cells-java xuerui December 24, 2025, 2:47am 1 Workbook workbook...Professionalize.Discourse December 24, 2025, 2:49am 2 @xuerui setColumnWidthPixel...

    forum.aspose.com/t/getcolumnwidthpixel-how-to-c...
  2. Extra Artifact Appears When Converting a Presen...

    Hi Team, I have attached a sample PPTX with a single slide containing a single shape. When I use Aspose to open this PPTX and try to get the image of this shape, I am getting extra artifact in the image. I have attache…...slides-rendering , slides-math bhav May 12, 2025, 4:57am 1 Hi Team, I have attached...Professionalize.Discourse May 12, 2025, 4:57am 2 @bhav It seems you...

    forum.aspose.com/t/extra-artifact-appears-when-...
  3. PST | Not able to convert .ics files to PST | P...

    Not able to convert .ics file to PST format using aspose lib getting below error. C:\Users\Tejas>python calendarissue.py Traceback (most recent call last): File “mailissue.py”, line 57, in run() File “mailissue.py”,…...email-python TejasA September 11, 2025, 3:54am 1 Not able to convert...Professionalize.Discourse September 11, 2025, 3:54am 2 @TejasA The error...

    forum.aspose.com/t/pst-not-able-to-convert-ics-...
  4. Issue with Font Rendering when converting DOCX ...

    Hi! I am writing to report an issue with font rendering encountered in Aspose.Words version 25.1.0. Problem description: When converting a .docx document containing text in the regular “Baskerville” font to PDF (or PNG…...words-net directum December 9, 2025, 10:19am 1 Hi! I am writing...Professionalize.Discourse December 9, 2025, 10:20am 2 @directum The behavior...

    forum.aspose.com/t/issue-with-font-rendering-wh...
  5. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...words-java m16vip123 March 31, 2025, 10:48am 1 I am using the below...Professionalize.Discourse March 31, 2025, 10:48am 2 @m16vip123 To extract...

    forum.aspose.com/t/alternative-way-to-extract-a...
  6. SVG Shape with PNG Image Is Not Displayed in Re...

    Dear Aspose, We have a problem with Aspose generated Svg containing Png image the way how it is done for this particular case. The problem is that we use React on FE to display html, that has to pass sanitization. DOM…...slides-svgexport ottap April 24, 2025, 1:12pm 1 Dear Aspose, We have...Pavel andrey.potapov April 24, 2025, 3:54pm 2 @ottap , Thank you...

    forum.aspose.com/t/svg-shape-with-png-image-is-...
  7. Aspose.PSD failed to maintain curved text - Fre...

    I have a PSD containing curved text as below test_expected.jpg (59.5 KB) When it’s loaded using Aspose.PSD 24.11 and exported to PND/JPEG the curved text is distorted. The code I used:... OrangeLogic May 19, 2025, 2:01am 3 Hi, what is the current...issue? Dmitriy.Sorokin May 19, 2025, 10:45am 4 @OrangeLogic at this...

    forum.aspose.com/t/aspose-psd-failed-to-maintai...
  8. AttributeError: type object 'aspose.email.mapi....

    AttributeError: type object ‘aspose.email.mapi.MapiMessage’ has no attribute ‘from_file’ when loading the .msg file from aspose.email.mapi import MapiMessage msg = MapiMessage.from_file(“message.msg”)...Kolambran July 2, 2025, 4:57pm 1 AttributeError: type...Professionalize.Discourse July 2, 2025, 4:58pm 2 @Sijo.Kolambran Cause...

    forum.aspose.com/t/attributeerror-type-object-a...
  9. Need Complete Documentation for Word Range Oper...

    Hello Team, I am using Aspose.Words for Node.js and I need complete documentation + practical examples related to the following areas: 1. Word Range Operations I am looking for full details and examples for: …...Family AbhayKumar007 December 6, 2025, 10:04am 1 Hello Team, I am...Professionalize.Discourse December 6, 2025, 10:04am 2 @AbhayKumar007 Aspose...

    forum.aspose.com/t/need-complete-documentation-...
  10. AutoFitColumns会让隐藏列展示出来 - Free Support Forum - ...

    SyntaxEditor Code Snippet 代码: string filePath = @“C:\Users\25477\Downloads\工作簿1.xlsx”; using Workbook workbook = new Workbook(filePath); workbook.Worksheets[0].Cells.HideColumn(1); workbook.Worksheets[0].Cells.Colum…... 中文技术支持 cloudy December 26, 2025, 1:46am 1 SyntaxEditor Code...xlsx”); John.He December 26, 2025, 2:03am 4 @cloudy 这是符合预期的行为...

    forum.aspose.com/t/autofitcolumns/323726