Sort Score
Result 10 results
Languages All
Labels All
Results 7,221 - 7,230 of 213,606 for

new

(0.56 sec)
  1. Inconsistent Line Height Rendering When Convert...

    Problem Description When converting DOCX files to images using Aspose, documents containing parentheses show inconsistent line height rendering compared to documents without parentheses, even when paragraph line spacing …...Words; new License().SetLicense(@"licensePath");...SetLicense(@"licensePath"); var doc = new Document($@"intputDocxPath"); doc.Sa...

    forum.aspose.com/t/inconsistent-line-height-ren...
  2. Work and Generate Shapefile using C# library|Do...

    Using GIS C# Library API, you can create or generate New Esri ShapeFile and add information to it. You can also add New features in ShapeFile....NET lets you create new ShapeFile and add information...Spatial Reference System Add new features in ShapeFile Convert...

    docs.aspose.com/gis/net/shapefile-esri/
  3. Set DefaultFont property of PdfSaveOptions and ...

    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....ImageOrPrintOptions to “Times New Roman”. We also set CheckWorkbookDefault...cell is rendered with “Times New Roman” font and should not use...

    docs.aspose.com/cells/java/set-defaultfont-prop...
  4. Փոխարկել JPG DOC Java

    Փոխարկեք JPG ը DOC ձևաչափի Java կոդով: Պահեք JPG որպես DOC օգտագործելով Java:...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.words.*; Document doc = new Document("Input.jpg"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/jp...
  5. Փոխարկել JPG DOCX Java

    Փոխարկեք JPG ը DOCX ձևաչափի Java կոդով: Պահեք JPG որպես DOCX օգտագործելով Java:...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.words.*; Document doc = new Document("Input.jpg"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/jp...
  6. Extract Assets from 3DS File Formats via Java |...

    Sample Java extract assets code for 3DS file. Use this example code to extract assets from 3DS file within any Web or Desktop Java based application....instance of Scene Scene scene = new Scene(); scene.open(file, FileFormat..."OutputFile.zip" ; File newFile= new File(zipOutput); newFile.createNewFile();...

    products.aspose.com/3d/java/extractor/3ds/
  7. Implement Custom Paper Size of Worksheet for Re...

    This article explains how to use the JavaScript API via C++ to set a custom paper size for your desired worksheets when rendering an Excel file to PDF format programmatically....If no file provided, create a new workbook as in the original JavaScript...JavaScript example const wb = new Workbook (); // Access first...

    docs.aspose.com/cells/javascript-cpp/implement-...
  8. Values between 2^31 and 2^32 − 1 become two’s c...

    We are using a the below script to generate excel files from csv: // Values between 2^31 and 2^32 - 1 appear as their two’s complement negative equivalents when the CSV is converted to EXCEL using the below logic. const…...cells'); const loadOptions = new aspose.cells.TxtLoadOptions(...setConvertNumericDat(false); const workBook = new aspose.cells.Workbook('csvData...

    forum.aspose.com/t/values-between-2-31-and-2-32...
  9. Generate QR Code|Documentation

    Learn how to generate QR codes using Aspose.BarCode for Java with examples of error correction levels, encoding modes, and common use cases....BarcodeGenerator generator = new BarcodeGenerator ( EncodeTypes...BarcodeGenerator generator = new BarcodeGenerator ( EncodeTypes...

    docs.aspose.com/barcode/java/developer-guide/ba...
  10. TxtLoadOptions.AutoNumberingDetection | Aspose....

    Discover TxtLoadOptions' AutoNumberingDetection property. Easily enable or disable automatic numbering for seamless document loading. Default is true.... TxtLoadOptions options = new TxtLoadOptions { AutoNumberingDetecti...AutoNumberingDetecti = false }; Document doc = new Document ( MyDir + "Number detection...

    reference.aspose.com/words/net/aspose.words.loa...