Sort Score
Result 10 results
Languages All
Labels All
Results 6,501 - 6,510 of 226,378 for

new

(0.18 sec)
  1. Public API Changes in Aspose.Imaging 2.3.0|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... It includes not only new and obsoleted public methods...Imaging . Rectangle rectangle = new Aspose . Imaging . Rectangle...

    docs.aspose.com/imaging/net/public-api-changes-...
  2. Caculate Formula causes some cells to return #R...

    PFA Workbook (2.5 MB) Sample code: var workbook = New Aspose.Cells.Workbook(@"02_Investment Template v01.00 - 04.29.25.xlsx"); var worksheet = workbook.Worksheets["EDA"]; var valueBefore = work…...Sample code: var workbook = new Aspose.Cells.Workbook(@"02_Investment...Cells["CJ4"].Value; var options = new CalculationOptions { CustomEngine...

    forum.aspose.com/t/caculate-formula-causes-some...
  3. FindReplaceOptions.IgnoreDeleted | Aspose.Words...

    Discover the FindReplaceOptions IgnoreDeleted property, control text visibility in deleted revisions with an easy boolean toggle. Enhance your editing experience!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FindReplaceOptions options = new FindReplaceOptions (); // Set...

    reference.aspose.com/words/net/aspose.words.rep...
  4. TxtSaveOptions.ListIndentation | Aspose.Words f...

    Discover the TxtSaveOptions ListIndentation property, which customizes list indentation for enhanced readability. Control characters and levels effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...TxtSaveOptions txtSaveOptions = new TxtSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Height and width is not setting as per html - F...

    I am evaluating Aspose.Cells for purchasing a license, but I am not getting the same output as in Microsoft Excel when converting HTML to Excel. The height and width are not being set according to the column text data, …...HtmlLoadOptions htmlLoadOptions = new HtmlLoadOptions(); htmlLoadOptions...SupportDivTag = true; Workbook wb = new Workbook("test.html", htmlLoadOptions);...

    forum.aspose.com/t/height-and-width-is-not-sett...
  6. Blank PDF while converion from HTML(Email Body)...

    We have paid support on Aspose.Java , The issue blank PDF occurs while we are converting from HTML(email body) to PDF , as an application, we have increased the Memory, but the issue occuring 2 twice a month...HtmlLoadOptions htmlLoadOptions = new HtmlLoadOptions(); htmlLoadOptions...fi = new FileInputStream(htmlFile); Document document = new Document(fi...

    forum.aspose.com/t/blank-pdf-while-converion-fr...
  7. Convert Visio to Excel format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to Excel formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to CSV with a few lines of code....VSD diagram Diagram diagram = new Diagram ( dataDir + "ExportToCSV...); MemoryStream csvStream = new MemoryStream (); // Save diagram...

    docs.aspose.com/diagram/net/convert-visio-to-ex...
  8. Resize Image in a Word Document|Aspose.Words fo...

    Resize an image in a Word document. NPOI does not provide an opportunity to resize an image using C#....Document doc = new Document (); // Create New Document. DocumentBuilder...DocumentBuilder builder = new DocumentBuilder ( doc ); builder ....

    docs.aspose.com/words/net/resize-image-in-word-...
  9. ImageSaveOptions.ImageBrightness | Aspose.Words...

    Adjust the brightness of your images effortlessly with the ImageSaveOptions property. Enhance your visuals for stunning results!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... ImageSaveOptions options = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  10. ImageSaveOptions.HorizontalResolution | Aspose....

    Discover the ImageSaveOptions HorizontalResolution property to easily adjust image quality in DPI for optimal clarity and detail in your projects....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... ImageSaveOptions options = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...