Sort Score
Result 10 results
Languages All
Labels All
Results 3,641 - 3,650 of 214,303 for

new

(0.2 sec)
  1. 使用 Java 分割 PDF、HTML、TXT 文件 | Aspose.PDF

    在 Java 和 PHP 上拆分文件的 Java 源代码,Delphi。...//Read the source PDF file doc = new com . aspose . pdf . Document...PdfFileEditor object pdfEditor = new com . aspose . pdf . facades...

    products.aspose.com/pdf/zh-hans/java/splitter/
  2. Convert JPG To GIF C#

    Convert JPG to GIF format in C# code. Save JPG as GIF using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.gif" , new ImageSaveOptions(SaveFormat.Gif));...

    products.aspose.com/words/net/conversion/jpg-to...
  3. Convert JPG To BMP C#

    Convert JPG to BMP format in C# code. Save JPG as BMP using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.bmp" , new ImageSaveOptions(SaveFormat.Bmp));...

    products.aspose.com/words/net/conversion/jpg-to...
  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. 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...
  7. 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...
  8. Convert Multi-Page Documents to a Single Image ...

    Aspose.Words for .NET 25.6 adds multi-page document export to a single image with custom layouts, ideal for sharing, printing, or visual display....6 release, we introduced a new feature that allows you to export...a single visual file. What’s New In Aspose.Words for .NET 25.6...

    blog.aspose.com/words/convert-multi-page-docume...
  9. Aspose.PSD for Java 25.7 - Release Notes|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....PsdLoadOptions psdLoadOptions = new PsdLoadOptions (); psdLoadOptions...psdImage . save ( output1 , new PngOptions ()); (( TextLayer...

    docs.aspose.com/psd/java/aspose-psd-for-java-25...
  10. Is it possible to save as plain text while pres...

    MS Word has the ability to insert line breaks to keep paragraphs wrapped at certain length when saving as plain text. It is achieved via save format ( wdFormatDOSTextLineBreaks 5 Microsoft DOS text with line breaks prese…...to TXT format: Document doc = new Document("C:\\Temp\\line break...TxtSaveOptions txtSaveOptions = new TxtSaveOptions(); doc.Save("C:\\Temp\\21...

    forum.aspose.com/t/is-it-possible-to-save-as-pl...