Sort Score
Result 10 results
Languages All
Labels All
Results 9,111 - 9,120 of 213,950 for

new

(0.11 sec)
  1. FormField.ExitMacro | Aspose.Words for .NET

    Discover the FormField ExitMacro property to easily manage exit macros for your forms. Enhance user experience and streamline data entry today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "One" , "Two" , "Three"...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FormField.CalculateOnExit | Aspose.Words for .NET

    Discover how the FormField CalculateOnExit property automatically updates field references upon exit, enhancing your document's accuracy and efficiency....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "One" , "Two" , "Three"...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Installing and Using Aspose.BarCode for NetBean...

    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....BarCode Maven Project in New Project wizard and Aspose.BarCode...BarCode Code Example in New File wizard of NetBeans IDE. Using...

    docs.aspose.com/barcode/java/installing-and-usi...
  4. Installing and Using Aspose.BarCode Java (Maven...

    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....BarCode Maven Project in New Project wizard and Aspose.BarCode...BarCode Code Example in New File wizard of Eclipse IDE. Using Aspose...

    docs.aspose.com/barcode/java/installing-and-usi...
  5. Export Presentations to XAML in Java|Aspose.Sli...

    Convert PowerPoint and OpenDocument slides to XAML in Java using Aspose.Slides—quick, Office-free solution that keeps your layout intact....settings: Presentation pres = new Presentation ( "pres.pptx" );...); try { pres . save ( new XamlOptions ()); } finally { if ( pres...

    docs.aspose.com/slides/java/export-to-xaml/
  6. Aspose.Words: Use OLE EMF Preview in DOCX→Image...

    I’m using Aspose.Words to convert a DOCX file to an image. However, I noticed that it re-renders embedded documents/objects. I want to keep the object’s original preview EMF so the output image matches what I see in Word…...implement this: Document doc = new Document("input.docx"); ImageSaveOptions...ImageSaveOptions options = new ImageSaveOptions(SaveFormat.Png) {...

    forum.aspose.com/t/aspose-words-use-ole-emf-pre...
  7. 档案

    档案...License license = new Aspose.Drawing.License(); license..."Aspose.Drawing.NET.lic")); return new FileStreamResult(Draw(ImageFormat...

    blog.aspose.com/zh/drawing/use-system-drawing-i...
  8. Insert Paragraph, Table, HMTL into existing Tex...

    We have docx files that have existing Text or Rich Text controls. Using java Aspose.words.2406, I can only append the Run to these existing Content Controls. For Paragraph or Table or using DocumentBuilder to insertHTM…...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...StructuredDocumentTa sdtRichText = new StructuredDocumentTa(doc, SdtType...

    forum.aspose.com/t/insert-paragraph-table-hmtl-...
  9. Extracted text changed when updating to a newer...

    Hello. We are upgrading some code that was using Aspose.PDF 23.10 to the latest release (26.1, but quick tested against 26.2 since I saw it was now available), and we are seeing some minor differences in text that is bei…...textAbsorber = new TextFragmentAbsorber { ExtractionOptions = new Text...MemorySaving), TextSearchOptions = new TextSearchOptions(false) { SearchInAnnotations...

    forum.aspose.com/t/extracted-text-changed-when-...
  10. Failed to convert Image type format to PDF: The...

    Hi, I am trying to convert images format to the pdf please find the below code for that: using (var imageStream = New MemoryStream(inputBytes)) { using (var outputStream = New MemoryStream()) { var pdf = New Aspose…...that: using (var imageStream = new MemoryStream(inputBytes)) { using...outputStream = new MemoryStream()) { var pdf = new Aspose.Pdf.Document();...

    forum.aspose.com/t/failed-to-convert-image-type...