Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 19,991 for

2 of

(0.27 sec)
  1. Key Features of Aspose.PDF|Aspose.PDF for Andro...

    Aspose.PDF for Android via Java shows the main features in working with PDF documents....2, 1.3, 1.4, 1.5, 1.6 and 1.7. Fonts...

    docs.aspose.com/pdf/androidjava/key-features/
  2. Rotated Parts of SmartArt Are Cropped When Conv...

    Hello, When trying to convert a smartArt object which has a part Of it rotated outside Of smartArt border to image the rotated part is cropped and not converted properly. Here’s a simple code snippet I’m using to conve…...Discourse April 14, 2025, 1:16pm 2 @dfinsolutions It seems that you...dfinsolutions April 14, 2025, 2:09pm 3 Ok, I’ve changed getImage...

    forum.aspose.com/t/rotated-parts-of-smartart-ar...
  3. Setting ScaleCrop and LinksUpToDate Properties ...

    Learn how to set ScaleCrop and LinksUpToDate properties Of built-in document properties using Aspose.Cells for C++.... 2) LinksUpToDate This element indicates...

    docs.aspose.com/cells/cpp/setting-scalecrop-and...
  4. [Aspose.PDF.Drawing]Pdf To Docx issue with OCR ...

    Hello. Our company utilizes Aspose.PDF to convert Pdfs to Docx. The code is as follows: using (var pdfDocument = new Aspose.Pdf.Document(pdfFilePath)) { var saveOptions = new DocSaveOptions { Format = DocSaveOption…...false, RelativeHorizontalPr = 2.5f }; try { pdfDocument.Save(asposePdfSavePath...in Linux, using Amazon Linux 2 base image, and net8. Any idea...

    forum.aspose.com/t/aspose-pdf-drawing-pdf-to-do...
  5. System.InvalidOperationException when one Objec...

    Hi, I am using the Aspose.Words (.net) LinqReportingEngine with a JsonDataSource to generate documents for multiple persons. In my example, I have a list Of multiple persons, and for each person, I want to create a sepa…...2 KB) In my production scenario...Discourse April 1, 2025, 7:21am 2 @KiBa1231 The issue you’re encountering...

    forum.aspose.com/t/system-invalidoperationexcep...
  6. PSB Reduce Size Solution | products.aspose.com

    Reduce PSD files size...NET Framework 2, 3.5, 4.0, 4.0CP, .netstandard 2, .NET 5, 6, 7...

    products.aspose.com/psd/reduce-size/psb/
  7. Symbol/character move to next line of PDF file ...

    Hi Team, Could you please help to check that symbol is coming in next line in pdf. When you will come the pdf and word file you will see the difference. I have attached screenshot and files for reference. Code snippet…...MB) ilyazhuykov June 23, 2025, 2:52pm 3 @forasposeissues Do I understand...

    forum.aspose.com/t/symbol-character-move-to-nex...
  8. Bookmark setText breaks left indent of the book...

    Hello, using Aspose.PDF for Java 25.7 to fill a bookmark in a Word document with a specific left indent, we noticed that after bookmark.setText(), the bookmark paragraph’s left indent was lost. Here’s a code example an…...Discourse July 31, 2025, 4:23pm 2 @fabio.parise It appears that...

    forum.aspose.com/t/bookmark-settext-breaks-left...
  9. Index was outside the bounds of the array when ...

    Hello, I am updating the XMP metadata Of a PSB file approximately 2.7GB in size. However, upon saving the file, I encountered the following error: “System.IndexOutOfRangeException: Index was outside the bounds Of the ar…...metadata of a PSB file approximately 2.7GB in size. However, upon saving...Rectangle ) at . . (Dictionary`2 , Size , Rectangle ) at . .Process(Rectangle...

    forum.aspose.com/t/index-was-outside-the-bounds...
  10. Visit public Cell this[int row, int column] of ...

    using Aspose.Cells; namespace TestExcelFormat { internal class Program { static void Main(string[] args) { Workbook wb = new Workbook(@“1.xlsx”); Console.WriteLine(wb.Worksheets[0].Cells.MaxColumn); var cell = w…...Cells[0, 2]; Console.WriteLine(wb.Worksheets[0]...MaxColumn); wb.Save(@“2.xlsx”); } } } unzip 2.xlsx and open sheet1...

    forum.aspose.com/t/visit-public-cell-this-int-r...