Sort Score
Result 10 results
Languages All
Labels All
Results 3,881 - 3,890 of 213,390 for

new

(0.21 sec)
  1. Direct calculation of custom function without w...

    This article introduces how to use Aspose.Cells library to directly calculate custom functions in Microsoft Excel without writing the function in a worksheet using JavaScript via C++. Load an existing Excel file or create a New one, calculate the custom function, and save the modified file....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...Create a new workbook if no file is provided workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/direct-cal...
  2. Java load font TTF file | Java

    Here you will learn how with the help of Aspose.Font for Java to load font from a TTF file on your hard drive disk even if this file is not a font inself....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/font/java/how-to-load-fonts/loa...
  3. Გადაიყვანეთ HTML SVG C#

    გადაიყვანეთ HTML SVG C# ფორმატში კოდით. შეინახეთ HTML როგორც SVG C#....doc = new Document( "Input.html" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/ka/net/conversion/htm...
  4. Გადაიყვანეთ PDF GIF C#

    გადაიყვანეთ PDF GIF C# ფორმატში კოდით. შეინახეთ PDF როგორც GIF C#....doc = new Document( "Input.pdf" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/ka/net/conversion/pdf...
  5. Გადაიყვანეთ TEXT JPG C#

    გადაიყვანეთ TEXT JPG C# ფორმატში კოდით. შეინახეთ TEXT როგორც JPG C#....doc = new Document( "Input.txt" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/ka/net/conversion/tex...
  6. Გადაიყვანეთ PDF TIFF C#

    გადაიყვანეთ PDF TIFF C# ფორმატში კოდით. შეინახეთ PDF როგორც TIFF C#....doc = new Document( "Input.pdf" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/ka/net/conversion/pdf...
  7. Გადაიყვანეთ HTML Გამოსახულება C#

    გადაიყვანეთ HTML Გამოსახულება C# ფორმატში კოდით. შეინახეთ HTML როგორც Გამოსახულება C#....doc = new Document( "Input.html" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/ka/net/conversion/htm...
  8. Add PDF Bookmarks with Named Destinations using...

    Learn how to add PDF bookmarks with named destinations using Aspose.Cells for JavaScript via C++. Ensure bookmarks remain intact regardless of page changes....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...this cell const bookmarkEntry = new PdfBookmarkEntry (); bookmarkEntry...

    docs.aspose.com/cells/javascript-cpp/add-pdf-bo...
  9. "horizontal" parameter is not working as per ex...

    Hi, we wanted to populate data horizontally for a specific array. So we used a horizontal parameter, but it is not working as expected. Please check the attachment. Thanks horizontal.zip (15.8 KB)... Workbook workbook = new Workbook("d:\\files\\horizon...workbookDesigner = new WorkbookDesigner(workbook); String jsonData = new String(Files...

    forum.aspose.com/t/horizontal-parameter-is-not-...
  10. Გადაიყვანეთ Გამოსახულება PNG C#

    გადაიყვანეთ Გამოსახულება PNG C# ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც PNG C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.png" , new ImageSaveOptions(SaveFormat.Png));...

    products.aspose.com/words/ka/net/conversion/ima...