Sort Score
Result 10 results
Languages All
Labels All
Results 4,051 - 4,060 of 223,185 for

new

(0.18 sec)
  1. Converting a DICOM file to PDF using PHP | Aspo...

    Sample code on PHP for DICOM to PDF conversion. Use example code for batch DICOM to PDF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Load input DICOM image...// Create a new Document object $document = new Document ();...

    products.aspose.com/pdf/php-java/conversion/dic...
  2. PCL to PDF Merge using Java | Aspose.PDF

    Combine two or more PCL documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add PCL file to new PDF...

    products.aspose.com/pdf/java/merger/pcl-to-pdf/
  3. When converting docx to html using aspose .net ...

    using var stream = New MemoryStream(); HtmlSaveOptions options = New HtmlSaveOptions(SaveFormat.Html) { PrettyFormat = true, ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection, ExportImagesAsBase…...stream = new MemoryStream(); HtmlSaveOptions options = new HtmlS...var doc = new Document("input.docx"); var stream = new MemoryStream();...

    forum.aspose.com/t/when-converting-docx-to-html...
  4. Multi-threading support in mail clients|Documen...

    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....request for connection from new thread, and all connections is...case the mail client launches new threads when needed. In the client...

    docs.aspose.com/email/net/multi-threading-suppo...
  5. Export Excel data to fill PDF form|Aspose.PDF f...

    This section explains how you can export Excel worksheet data to fill PDF form using AutoFiller Class....Once the method is called a new Pdf form file is generated, which...GetDataDir_AsposePdf_Excel (); var workbook = new Workbook (); // Creating a file...

    docs.aspose.com/pdf/net/export-excel-worksheet-...
  6. HtmlSaveOptions.FontResourcesSubsettingSizeThre...

    Optimize your HTML, MHTML, or EPUB files with the FontResourcesSubsettingSizeThreshold property, ensuring efficient font resource management. Default, 0....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . Name = "Times New Roman" ; builder . Writeln (...

    reference.aspose.com/words/net/aspose.words.sav...
  7. StructuredDocumentTag.SetCheckedSymbol | Aspose...

    Discover how to use the SetCheckedSymbol method in StructuredDocumentTag to customize checkbox visuals and enhance user experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...StructuredDocumentTa sdtCheckBox = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  8. StructuredDocumentTag.setCheckedSymbol method |...

    StructuredDocumentTag.setCheckedSymbol method. Sets the symbol used to represent the checked state of a check box content control....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...DocumentBuilder ( doc ); let sdtCheckBox = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. StructuredDocumentTag.SetUncheckedSymbol | Aspo...

    Discover how the SetUncheckedSymbol method enhances your StructuredDocumentTag by customizing checkbox visuals for better user experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...StructuredDocumentTa sdtCheckBox = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  10. About page breaker to table in Aspose word team...

    Hi Team, Could you please help me on how to add page breaker to table rows using groupby Linq in Aspose template word report with sample code. Could you please share tutorials and code example related to Aspose word pa…...start each group of rows on a new page you must insert a break...<<TableEnd:Employees>> Document doc = new Document("TemplateWithTable.docx");...

    forum.aspose.com/t/about-page-breaker-to-table-...