Sort Score
Result 10 results
Languages All
Labels All
Results 9,681 - 9,690 of 222,975 for

new

(0.2 sec)
  1. Converting a PDF file to HTML using PHP | Aspos...

    Sample code on PHP for PDF to HTML conversion. Use example code for batch PDF to HTML conversion with Aspose.PDF for PHP via Java... Initialize a new Document Call the Doc.Save method...HTML Output file: // Create a new Document object and load the...

    products.aspose.com/pdf/php-java/conversion/pdf...
  2. Manage VBA codes of Visio Macro-Enabled diagram...

    Add VBA Module and Modify VBA or Macro with Aspose.Diagram library....Diagram allows you to add a new VBA Module and Macro Code using...Modules.Add() ] method to add the new VBA Module inside the diagram...

    docs.aspose.com/diagram/java/working-with-vbapr...
  3. CompositeNode.InsertBefore | Aspose.Words for .NET

    Discover how to use the CompositeNode InsertBefore method to seamlessly insert nodes before reference nodes, enhancing your data structure management.... Document doc = new Document (); // An empty document...FirstParagraph ; Run paragraphText = new Run ( doc , "Initial text. "...

    reference.aspose.com/words/net/aspose.words/com...
  4. MarkdownExportAsHtml | Aspose.Words for Java

    Allows to specify the elements to be exported to Markdown as raw HTML in Java....md"; Document doc = new Document(getMyDir() + "Non compatible...MarkdownSaveOptions saveOptions = new MarkdownSaveOptions(); saveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldMergingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.MailMerging.FieldMergingArgs class for seamless data handling in MergeField events, enhancing your document processing experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...MailMerge . FieldMergingCallback = new HandleMergeFieldInse (); doc...

    reference.aspose.com/words/net/aspose.words.mai...
  6. Converting a BMP file to PDF using Android via ...

    Sample code on Java for BMP to PDF conversion. Use example code for batch BMP to PDF conversion in Android...Initialize document object document = new Document (); Page page = document...Image image = new Image (); File imgFileName = new File ( fileStorage...

    products.aspose.com/pdf/android-java/conversion...
  7. Shading Class | Aspose.Words for .NET

    Discover the Aspose.Words.Shading class, designed to enhance your documents with customizable shading attributes for a professional look....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/sha...
  8. Workbook hangs on calculateformula and RefreshD...

    PFA workbook (9.6 MB) Sample code: var workbook = New Aspose.Cells.Workbook(@"Slow Calc.xlsx"); var options = New CalculationOptions { CustomEngine = null, IgnoreError =…...Sample code: var workbook = new Aspose.Cells.Workbook(@"Slow...Workbook(@"Slow Calc.xlsx"); var options = new CalculationOptions { CustomEngine...

    forum.aspose.com/t/workbook-hangs-on-calculatef...
  9. Converting a PDF file to PNG using Android via ...

    Sample code on Java for PDF to PNG conversion. Use example code for batch PDF to PNG conversion in Android...convertPDFtoPNG () { try { document = new Document ( inputStream ); } catch...()); return ; } File file = new File ( fileStorage , "PDF-to-PNG...

    products.aspose.com/pdf/android-java/conversion...
  10. Converting a DICOM file to PDF using Android vi...

    Sample code on Java for DICOM to PDF conversion. Use example code for batch DICOM to PDF conversion in Android...Initialize document object document = new Document (); Page page = document...Image image = new Image (); File imgFileName = new File ( fileStorage...

    products.aspose.com/pdf/android-java/conversion...