Sort Score
Result 10 results
Languages All
Labels All
Results 3,751 - 3,760 of 214,313 for

new

(0.1 sec)
  1. Print PDF document using Aspose.PDF for .NET - ...

    adobe reader and aspose print have different color as attached image…!!! Different Color.jpg (524.1 KB)...PdfViewer object PdfViewer viewer = new PdfViewer(); // Open input PDF...Printing.PrinterSettings ps = new System.Drawing.Printing.PrinterSettings();...

    forum.aspose.com/t/print-pdf-document-using-asp...
  2. Convert TEXT To SVG C#

    Convert TEXT to SVG format in C# code. Save TEXT as SVG 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...
  3. Add Digital Signature to an already signed Exce...

    This article describes how to add a digital signature to an already signed Excel file using JavaScript with Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( excelArrayBuffer...dsCollection = new DigitalSignatureColl (); // Create new digital signature...

    docs.aspose.com/cells/javascript-cpp/add-digita...
  4. FindReplaceOptions.SmartParagraphBreakReplaceme...

    Discover the SmartParagraphBreakReplacement property in FindReplaceOptions. Control paragraph breaks effortlessly for seamless text formatting....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FindReplaceOptions options = new FindReplaceOptions (); // When...

    reference.aspose.com/words/net/aspose.words.rep...
  5. 使用 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/
  6. Convert HTML To DOC C#

    Convert HTML to DOC format in C# code. Save HTML as DOC using C#....Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/net/conversion/html-t...
  7. Convert HTML To EPUB C#

    Convert HTML to EPUB format in C# code. Save HTML as EPUB using C#....Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

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

    Convert TEXT to WORD format in C# code. Save TEXT as WORD using C#....Words; var doc = new Document( "Input.txt" ); doc...using Aspose.Words; var doc = new Document("Input.txt"); doc.Save("Output...

    products.aspose.com/words/net/conversion/text-t...
  9. Download archive from ASP.NET web application i...

    C# Zip library lets you to reduce or compress data size which is helpful for your ASP.NET or .NET web application to transfer the files on the internet quickly....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/net/download-archive-from-a...
  10. TaskPaneCollection | Aspose.Words for Java

    Specifies a list of persisted task pane objects in Java.... Document doc = new Document(); // Create task pane...TaskPane myScriptTaskPane = new TaskPane(); doc.getWebExtensionTaskP()...

    reference.aspose.com/words/java/com.aspose.word...