Sort Score
Result 10 results
Languages All
Labels All
Results 5,541 - 5,550 of 213,190 for

new

(0.09 sec)
  1. Merge DRC File Formats via .NET | products.aspo...

    C# source code to load, render and Merge DRC documents on .NET Framework, .NET Core, Mono....generate usdz file Scene scene = new Scene(); int i = 0 ; foreach...file in files) { using var fs = new FileStream(file, FileMode.Open...

    products.aspose.com/3d/net/merger/drc/
  2. Merge X File Formats via .NET | products.aspose...

    C# source code to load, render and Merge X documents on .NET Framework, .NET Core, Mono....generate usdz file Scene scene = new Scene(); int i = 0 ; foreach...file in files) { using var fs = new FileStream(file, FileMode.Open...

    products.aspose.com/3d/net/merger/x/
  3. Add and Delete a Bookmark|Aspose.PDF for Java

    You can add a bookmark to a PDF document with Java. It is possible to delete all or particular bookmarks from a PDF document....IOException { Document pdfDocument = new Document ( GetDataDir () + "AddBookmark...OutlineItemCollectio pdfOutline = new OutlineItemCollectio ( pdfDocument...

    docs.aspose.com/pdf/java/add-and-delete-bookmark/
  4. Extract Data from Table in PDF with C#|Aspose.P...

    Learn how to extract tabular from PDF using Aspose.PDF for .NET in C#...document using ( var document = new Aspose . Pdf . Document ( dataDir...Pdf . TableAbsorber absorber = new Aspose . Pdf . TableAbsorber...

    docs.aspose.com/pdf/net/extract-data-from-table...
  5. Field.type property | Aspose.Words for Node.js

    Field.type property. Gets the Microsoft Word field type....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. EndCap | Aspose.Words for Java

    Specifies line cap style in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...the right end: Shape arrow = new Shape(doc, ShapeType.LINE); arrow...

    reference.aspose.com/words/java/com.aspose.word...
  7. Merge OBJ File Formats via .NET | products.aspo...

    C# source code to load, render and Merge OBJ documents on .NET Framework, .NET Core, Mono....generate usdz file Scene scene = new Scene(); int i = 0 ; foreach...file in files) { using var fs = new FileStream(file, FileMode.Open...

    products.aspose.com/3d/net/merger/obj/
  8. Merge U3D File Formats via .NET | products.aspo...

    C# source code to load, render and Merge U3D documents on .NET Framework, .NET Core, Mono....generate usdz file Scene scene = new Scene(); int i = 0 ; foreach...file in files) { using var fs = new FileStream(file, FileMode.Open...

    products.aspose.com/3d/net/merger/u3d/
  9. Converting word to PDF creates incorrect render...

    Hi Aspose team, I’m trying to convert a word document to PDF using aspose words as follows: // Load the Word document Aspose.Words.Document doc = New Aspose.Words.Document(dir + @"\TestPDF_07312025\WordTestFile.docm");…...Document doc = new Aspose.Words.Document(dir + ...Saving.PdfSaveOptions options = new Aspose.Words.Saving.PdfSaveOptions...

    forum.aspose.com/t/converting-word-to-pdf-creat...
  10. Converting a 3ds file to STL format results in ...

    Hi, I’m upgrading Aspose 3D to lastest version and meet an issue when converting a 3DS file to STL file format. Background: With version Aspose.3D 19.10, my 3DS file can convert to STL format with a 1.63MB file output…...Here is my code: var scene = new Scene(); scene.Open(“benign.3ds”);...geometry is loaded var scene = new Scene(); scene.Open("benign.3ds");...

    forum.aspose.com/t/converting-a-3ds-file-to-stl...