Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 1,007 for

march

(0.1 sec)
  1. Docx to pdf - bubble graphics missing in pdf af...

    Document: test.DOCX (64.4 KB) Before convert: After convert: Code: using Aspose.Words; Aspose.Words.License license; license = new Aspose.Words.License(); license.SetLicense("Aspose.Total.NET.lic"); string da…... andersalvsaker March 24, 2026, 9:50am 3 Hi Alexey...Regards, Anders alexey.noskov March 24, 2026, 2:08pm 4 @andersalvsaker...

    forum.aspose.com/t/docx-to-pdf-bubble-graphics-...
  2. Aspose.Pdf.Facades.PdfExtractor 在 MacOS 存的檔案都是 ...

    您好,我在 Apple M4 Pro 上使用 Aspose.PDF V25.3 .0 使用 Aspose.Pdf.Facades.PdfExtractor 來儲存 PDF 中的影像,儲存的圖檔都是 0 byte ,也沒有任何的錯誤。 註: 已透過 brew 安裝 mono-libgdiplus , 並重新開機過。 brew install mono-libgdiplus 程式如下, using System.IO; using …...aspose-pdf-net rainmaker_ho March 28, 2025, 6:33am 1 您好,我在 Apple...ImageFormat.Jpeg); } } asad.ali March 28, 2025, 6:47pm 2 @rainmaker_ho...

    forum.aspose.com/t/aspose-pdf-facades-pdfextrac...
  3. Convert .eps image file into pdf - Free Support...

    please suggest how to convert .eps image file into pdf file using java?...sit March 24, 2025, 4:53pm 1 please suggest...pdf file using java? asad.ali March 24, 2025, 11:27pm 2 @veeru.sit...

    forum.aspose.com/t/convert-eps-image-file-into-...
  4. Converting EML file to PDF using aspose - Free ...

    Hi Team, In our project we are trying to convert eml to pdf file and code is as below: MailMessage message = MailMessage.Load(source); System.IO.MemoryStream msMsg = new System.IO.MemoryStream(); message.Save(msMsg, As…... Nithyav March 2, 2026, 6:46am 5 Hi Alexey...pdf (363.4 KB) alexey.noskov March 2, 2026, 8:02am 6 @Nithyav Thank...

    forum.aspose.com/t/converting-eml-file-to-pdf-u...
  5. How to find and iterate list lead in and childr...

    Hi Team, I am trying to find and iterate lists in an word documents using aspose words python library. Current approach : I have tried iterating all paragraphs and filtering list items using is_list_item method. Furt…...tiwari1 March 27, 2025, 8:22am 1 Hi Team,...docx (11.9 KB) alexey.noskov March 27, 2025, 12:30pm 2 @anshuman...

    forum.aspose.com/t/how-to-find-and-iterate-list...
  6. Bug Report: Aspose.Words InsertImage(byte[]) re...

    DocumentBuilder.InsertImage(byte[]) returns a Shape with incorrect Width and Height values when the PNG image contains specific DPI metadata. The dimensions are significantly smaller than expected based on the image’s pi…...Product Family words-net Bunnynut March 30, 2026, 1:30pm 1 DocumentBuilder...in this chunk. alexey.noskov March 30, 2026, 1:34pm 2 @Bunnynut...

    forum.aspose.com/t/bug-report-aspose-words-inse...
  7. Mht to pdf, exception is thrown "Incompatible u...

    language java 21 library aspose-html 25.2.2 During conversion from mht to pdf, exception is thrown “Incompatible unit types.”. Output pdf gets generated but the content is getting cut. contents are missing input file …...HTML Product Family divine1 March 4, 2025, 3:21am 1 language java...KB) Professionalize.Discourse March 4, 2025, 3:22am 2 @divine1 The...

    forum.aspose.com/t/mht-to-pdf-exception-is-thro...
  8. CalculateFormula fails on chained dynamic array...

    Hi, we have a problem with complex dynamic array formulas: Environment Aspose.Cells for .NET: 26.3.0 .NET 9.0, Windows 11 Use case We use Aspose.Cells as a calculation engine for pre-existing Excel templates. The temp…...Product Family cells-net rof March 19, 2026, 7:31am 1 Hi, we have...advance for your help! amjad.sahi March 19, 2026, 7:53am 2 @rof , Thanks...

    forum.aspose.com/t/calculateformula-fails-on-ch...
  9. Limiting font folders and providing custom path...

    Hi, I have a usecase where I need to let aspose cells api know where to look for fonts. I use the below mentioned line to achieve that: Fontconfigs.setFontFolders(new String[]{“pathToMyDir”}, true); I also have a usec…...Cells Product Family oraspose March 22, 2017, 3:43pm 1 Hi, I have...(default) Thanks. shakeel.faiz March 22, 2017, 11:46pm 2 Hi. Thanks...

    forum.aspose.com/t/limiting-font-folders-and-pr...
  10. Appending a TextFragment to TextBuilder gives a...

    I have code that modifies a pdf by adding a TextFragment to TextBuilder. It works for most PDFs but for this specific PDF it throws an IndexOutOfRangeException on the line: textBuilder.AppendText(textFragment); Any ide…...broden March 15, 2023, 2:17pm 1 I have code...Dispose(); } sergei.shibanov March 15, 2023, 6:02pm 3 @ka.broden...

    forum.aspose.com/t/appending-a-textfragment-to-...