Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 213,069 for

new

(0.15 sec)
  1. 使用JavaScript通过C++插入区域|Documentation

    学习如何在Excel中插入区域并移动其他数据,使用Aspose.Cells for JavaScript via C++。...links const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Instantiate a new Workbook. const newWorkbook = new Workbook ();...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  2. Convert HTML To JPG C#

    Convert HTML to JPG format in C# code. Save HTML as JPG using C#....doc = new Document( "Input.html" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/html-t...
  3. Convert WORD To PNG C#

    Convert a Word document to PNG format in C# code. Save a Word document as PNG using C#....doc = new Document( "Input.docx" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/word-t...
  4. Convert HTML To Image C#

    Convert HTML to Image format in C# code. Save HTML as Image using C#....doc = new Document( "Input.html" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/html-t...
  5. Convert PDF To Image C#

    Convert PDF to Image format in C# code. Save PDF as Image using C#....doc = new Document( "Input.pdf" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/pdf-to...
  6. JoinStyle | Aspose.Words for Java

    Line join style in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...the right end: Shape arrow = new Shape(doc, ShapeType.LINE); arrow...

    reference.aspose.com/words/java/com.aspose.word...
  7. Update Links in PDF|Aspose.PDF for Java

    Update links in PDF programmatically. This guide is about how to update links in PDF in Java language....PDF file Document document = new Document ( _dataDir + "UpdateLinks...goToAction . setDestination ( new XYZExplicitDestinati ( 1 , 1...

    docs.aspose.com/pdf/java/update-links/
  8. Managing Pictures with JavaScript via C++|Docum...

    Learn how to add and position pictures in spreadsheets using Aspose.Cells for JavaScript via C++....(or leave empty to create a new workbook), and select an image...provided, otherwise create a new one let workbook ; if ( fileInput...

    docs.aspose.com/cells/javascript-cpp/managing-p...
  9. Extended Features lost - Free Support Forum - a...

    I'm trying to open a PDF, replace some text and then save the document. The problem is that when I do this the extended features are disabled. public static void CreateProfile(SurveyProfile userProfile, string userProfi…...using (FileStream fileStream = new FileStream(templatePath, FileMode...{ Document profileDocument = new Document(fileStream); Replac...

    forum.aspose.com/t/extended-features-lost/32287
  10. Convert HTML To JPG Java

    Convert HTML to JPG format in Java code. Save HTML as JPG using Java....*; Document doc = new Document ( "Input.html" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/html-...