Sort Score
Result 10 results
Languages All
Labels All
Results 5,991 - 6,000 of 213,191 for

new

(0.43 sec)
  1. Convert PDF To PNG C#

    Convert PDF to PNG format in C# code. Save PDF as PNG 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...
  2. Convert WORD To TIFF C#

    Convert a Word document to TIFF format in C# code. Save a Word document as TIFF 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...
  3. Convert PDF To SVG C#

    Convert PDF to SVG format in C# code. Save PDF as SVG 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...
  4. Convert DOC To PNG C#

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

    products.aspose.com/words/net/conversion/doc-to...
  5. 使用 Java 将表格添加到 PDF | Aspose.PDF

    Java原始碼用於在Java和PHP,德爾福的PDF檔中添加表格。...Java Document pdfDocument = new Document ( DATA_DIR . resolve...pdf" ). toString ()); alizes a new instance of the Table com . aspose...

    products.aspose.com/pdf/zh-hant/java/table/add/
  6. ConvertUtil class | Aspose.Words for Node.js

    Aspose.Words.ConvertUtil class. Provides helper functions to convert between various measurement units...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...Add content to demonstrate the new margins. builder . writeln (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ConvertUtil Class | Aspose.Words for .NET

    Discover the Aspose.Words.ConvertUtil class for seamless unit conversion. Enhance your document processing with essential helper functions today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/con...
  8. Convert DOC To JPG Java

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

    products.aspose.com/words/java/conversion/doc-t...
  9. Convert Image To SVG Java

    Convert Image to SVG format in Java code. Save Image as SVG using Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getShapeRenderer().save( "Output.svg" , new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/image...
  10. Convert DOC To Image Java

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

    products.aspose.com/words/java/conversion/doc-t...