Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 164,081 for

new

(0.04 sec)
  1. Convert TEXT To PNG C#

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

    products.aspose.com/words/net/conversion/text-t...
  2. 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...
  3. Convert TEXT To GIF C#

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

    products.aspose.com/words/net/conversion/text-t...
  4. 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...
  5. 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...
  6. 使用 Java 创建 PDF 表单 | Aspose.PDF

    在 Java 和 PHP 的 PDF 文件中,使用这个 Java 源代码创建 PDF 表单,Delphi。...document Document pdfDocument = new Document ( _dataDir + "TextField...textBoxField = new TextBoxField ( page , new Rectangle ( 100...

    products.aspose.com/pdf/zh-hans/java/acroforms/...
  7. Compress HTML In Java

    Compress HTML in Java without losing quality. Optimize HTML content, reduce file size easily....*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.cleanup();...

    products.aspose.com/words/java/compress/html/
  8. Working with Attachments

    Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product......Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/note/java/working-with-attachme...
  9. Unable to detect installed TrueType fonts durin...

    Dear Support Team, I was testing the conversion of multiple document formats to PDF (including DOCX, PPTX, VSDX, and XLSX) using custom fonts installed on my system. According to the documentation, Aspose libraries such…...been substituted by Font [Times New Roman] This happens even though...diagram = new Diagram(input); PdfSaveOptions pso = new PdfSaveOptions();...

    forum.aspose.com/t/unable-to-detect-installed-t...
  10. Run.Text | Aspose.Words for .NET

    Manage your run text effortlessly! Easily get or set run text properties for seamless document editing and enhanced content control.... Document doc = new Document (); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/net/aspose.words/run...