Sort Score
Result 10 results
Languages All
Labels All
Results 8,571 - 8,580 of 213,190 for

new

(0.37 sec)
  1. Public API Changes in Aspose.Cells 8.3.1|Docume...

    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....Excel file Workbook workbook = new Workbook ( "sample.xlsx" ); //Access...Dim m_workbook As Workbook = New Workbook ( "sample.xlsx" ) '...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. Prevent table header rows from repeating in lar...

    Hello, I am attempting to stop long HTML tables from repeating headers if the spill to many pages. This is successful for both HTML and PDF output, as with the code below. However, when the document is very big (700+ …...simple code: Document doc = new Document(@"C:\Temp\in.html");...var myDoc = new Aspose.Words.Document(htmlStream, new Aspose.Words...

    forum.aspose.com/t/prevent-table-header-rows-fr...
  3. 用JavaScript通过C++对ODS文件进行加密与解密|Documentation

    使用C++的Aspose.Cells for JavaScript对ODS文件进行密码保护和加密。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Ods ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/encrypt...
  4. Extract Assets from RVM File Formats via Java |...

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

    products.aspose.com/3d/java/extractor/rvm/
  5. Extract Assets from GLTF File Formats via Java ...

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

    products.aspose.com/3d/java/extractor/gltf/
  6. Extract Assets from PLY File Formats via Java |...

    Sample Java extract assets code for PLY file. Use this example code to extract assets from PLY 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/ply/
  7. Փոխարկել Պատկեր HTML Java

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

    products.aspose.com/words/hy/java/conversion/im...
  8. Repair PDF with Rust via C++|Aspose.PDF for Rus...

    This topic describes how to Repair PDF via Rust via C++...PDF file and saving it as a new document is a common requirement...starting point for developers new to using PDF libraries like Aspose...

    docs.aspose.com/pdf/rust-cpp/repair-pdf/
  9. Setting a table font issue - Free Support Forum...

    I found that if I just did: Table table1 = builder.StartTable(); builder.InsertCell().CellFormat.Borders.LineStyle = LineStyle.None; //table1.Style = document.Styles["tableStyle"]; builder.InsertParagraph(); b…...table, it defaults to Times New Roman, and since we had applied...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    forum.aspose.com/t/setting-a-table-font-issue/3...
  10. Შეკუმშოს JPG Java

    შეკუმშოს JPG Java ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ JPG კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/ka/java/compress/jpg/