Sort Score
Result 10 results
Languages All
Labels All
Results 8,831 - 8,840 of 222,946 for

new

(0.16 sec)
  1. Extract Assets from VRML File Formats via .NET ...

    C# source code to load, render and add extract assets from VRML documents on .NET Framework, .NET Core, Mono....vrml" ; Scene scene = new Scene(file); //The output is..."OutputFile.zip" ); using var output = new FileStream(zipOutput, FileMode...

    products.aspose.com/3d/net/extractor/vrml/
  2. Extract Assets from GLTF File Formats via .NET ...

    C# source code to load, render and add extract assets from GLTF documents on .NET Framework, .NET Core, Mono....gltf" ; Scene scene = new Scene(file); //The output is..."OutputFile.zip" ); using var output = new FileStream(zipOutput, FileMode...

    products.aspose.com/3d/net/extractor/gltf/
  3. About sum function using in aspose word templat...

    Hi Team, How to add sum () or convert below expression in aspose word template using LINQ report engine. =CInt(Sum(Fields!NominalFrequency.Value)).ToString()...Typical usage in code var engine = new ReportingEngine(); engine.Bu...build the report var engine = new ReportingEngine(); engine.Bu...

    forum.aspose.com/t/about-sum-function-using-in-...
  4. Word to PDFA-1a - Free Support Forum - aspose.com

    I’m using Aspose Words.NET v10.8. I would like to convert a Word document to PDFA-1a file. Dim doc As Document = New Document(“test.doc”) Dim license As License = New License() license.SetLicense(“Aspose.Total.lic”) Dim…...Document = New Document(“test.doc”) Dim license As License = New License()...Dim opt As PdfSaveOptions = New PdfSaveOptions() opt.Compliance...

    forum.aspose.com/t/word-to-pdfa-1a/100320
  5. FootnoteOptions | Aspose.Words for Java

    Represents the footnote numbering options for a document or section in Java.... Document doc = new Document(getMyDir() + "Footnotes...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  6. Conversion from HTML to PDF is failing - Free S...

    Hi, I am using Aspose.pdf to convert HTML to PDF. For some HTML files it is failing to convert. I am attaching one of them including its CSS and IMAGES. Could you please let me know where is the issue? The version of th…...License license = new Aspose.Pdf.License(); license...Aspose.Pdf.Generator.Pdf pdf = new Aspose.Pdf.Generator.Pdf(); Aspose...

    forum.aspose.com/t/conversion-from-html-to-pdf-...
  7. CleanupOptions.unusedBuiltinStyles property | A...

    CleanupOptions.unusedBuiltinStyles property. Specifies that unused [Style.builtIn](../../style/builtIn/) styles should be removed from document.... let doc = new aw . Document (); doc . styles...them as "used". let builder = new aw . DocumentBuilder ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. UserInformation class | Aspose.Words for Node.js

    Aspose.Words.Fields.UserInformation class. Specifies information about the user...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...information. let userInformation = new aw . Fields . UserInformation...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Microsoft Word 6.0/95 document throws FileCorru...

    The attached two Microsoft Word 6.0/95 documents throw an Aspose.Words.FileCorruptedException when opened with Aspose.Words for .Net >= 19.7 (including 19.9). If I reference a version < 19.7, the exception is not thrown. …... Repro // arrange var lic = new License(); lic.SetLicense("Aspose...FileCorruptedExcepti>(() => new Document(path1)); Assert.Throws<Aspose...

    forum.aspose.com/t/microsoft-word-6-0-95-docume...
  10. RowFormat.borders property | Aspose.Words for N...

    RowFormat.borders property. Gets the collection of default cell borders for the row....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...the current cell, // and any new cells that we create with the...

    reference.aspose.com/words/nodejs-net/aspose.wo...