Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 213,381 for

new

(0.34 sec)
  1. Javascript not working in HTML to PNG conversio...

    Hi, Below are the HTML template and the .Net 8 code we are using to render and convert the HTML. The Javascript output is not reflected in the image - I believe it is not being executed. The output PNG is attached. Ho…..."RoundedRectangle", { strokeWidth: 0 }, new go.Binding("fill", "color"))...$(go.TextBlock, { margin: 8 }, new go.Binding("text", "name")) );...

    forum.aspose.com/t/javascript-not-working-in-ht...
  2. FieldGlossary | Aspose.Words for Java

    Implements the GLOSSARY field in Java.... Document doc = new Document(); // Create a glossary...it. doc.setGlossaryDocument(new GlossaryDocument()); BuildingBlock...

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldSubject | Aspose.Words for Java

    Implements the SUBJECT field in Java.... Document doc = new Document(); // Set a value for...property. DocumentBuilder builder = new DocumentBuilder(doc); FieldSubject...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldTitle | Aspose.Words for Java

    Implements the TITLE field in Java.... Document doc = new Document(); // Set a value for...document. DocumentBuilder builder = new DocumentBuilder(doc); FieldTitle...

    reference.aspose.com/words/java/com.aspose.word...
  5. Extract PDF pages|Aspose.PDF for Java

    This section explains how to extract PDF pages with com.aspose.pdf.facades using PdfFileEditor class....object PdfFileEditor pdfEditor = new PdfFileEditor (); // Extract...pdfEditor = new PdfFileEditor (); int [] pagesToExtract = new int []...

    docs.aspose.com/pdf/java/extract-pdf-pages/
  6. Reports – Report Server, Report Viewer, Report ...

    Technologies which may be used to export reports using the Aspose.Words for Reporting Services....users can get access to the new report formats. Aspose.Words...Report Viewer, you can enable the new report formats by referencing...

    docs.aspose.com/words/reportingservices/same-re...
  7. Insert HTML into Word, including SVG - Free Sup...

    Insert HTML into Word, including SVG. SVG content is not displayed in Word. Document doc = New Document(); DocumentBuilder builder = New DocumentBuilder(doc); builder.insertHtml("",true); doc.save("test.docx"); ASPOSE.…...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...{ // Create a new document Document doc = new Document(); DocumentBuilder...

    forum.aspose.com/t/insert-html-into-word-includ...
  8. Working with Portfolio in PDF documents|Aspose....

    How to Create a PDF Portfolio with Java. You should use a Microsoft Excel File, a Word document, and an image file to create a PDF Portfolio....Object Document pdfDocument = new Document (); // Instantiate document...pdfDocument . setCollection ( new Collection ()); // Get Files...

    docs.aspose.com/pdf/java/portfolio/
  9. Adding images to Header and footer along with p...

    Hi Aspose Team, We are converting HTML to PDF (multi page pdf) using HtmlLoadOptions class and then passing HTML to Aspose.Pdf.Document class. Now we have a requirement in which every page of generated pdf will have an i…... Document doc = new Document("Input.pdf"); Aspose...Aspose.Pdf.HeaderFooter header = new Aspose.Pdf.HeaderFooter(); Aspose...

    forum.aspose.com/t/adding-images-to-header-and-...
  10. How to add Polyline Annotation using .NET | Asp...

    Source code on C# to add Polyline annotations on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....instance of Document class Create a new page or get a reference to an...polylineAnnotation = new PolylineAnnotation ( document . Pages [ 1 ], new Rectangle...

    products.aspose.com/pdf/net/annotation/polyline...