Sort Score
Result 10 results
Languages All
Labels All
Results 8,711 - 8,720 of 198,847 for

new

(0.11 sec)
  1. Extract Assets from AMF File Formats via .NET |...

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

    products.aspose.com/3d/net/extractor/amf/
  2. Extract Assets from 3DS File Formats via .NET |...

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

    products.aspose.com/3d/net/extractor/3ds/
  3. How to navigate to every paragraph and insert a...

    How to navigate to every paragraph and insert a field at end of paragraph?...the document Document doc = new Document("YourDocument.docx");...docx"); DocumentBuilder builder = new DocumentBuilder(doc); // Iterate...

    forum.aspose.com/t/how-to-navigate-to-every-par...
  4. Add Bookmark to PDF using Java | Aspose.PDF

    Add bookmark to PDF programmatically with Java sample code using Aspose.PDF for Java...modified document bookmark to a new PDF file. This is the best solution...Java Document pdfDocument = new Document ( DATA_DIR . resolve...

    products.aspose.com/pdf/java/bookmarks/
  5. Insert an Image into a Table Cell in PDF|Aspose...

    Learn how to embed images in table cells within PDFs using Aspose.PDF for Java. Add visual appeal to your documents....constructor Document pdfDocument = new Document (); //Create a page...a table object Table table = new Table (); //Add the table in...

    docs.aspose.com/pdf/java/insert-an-image-into-a...
  6. ChartSeriesGroup class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartSeriesGroup class. Represents properties of a chart series group, that is, the properties of chart series of the same type associated with the same axes....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...use of secondary axes for the new series group. newSeriesGroup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Failure to open .xlsm error: System.IndexOutOfR...

    Here is the code I am running: namespace Aspose.Cells public class Workbook : IDisposable { public Workbook(string file) } New Aspose.Cells.Workbook("attached excel file”) When I run this code against the attach…...public Workbook(string file) } new Aspose.Cells.Workbook("attached...workbook LoadOptions loadOptions = new LoadOptions(LoadFormat.Xlsm);...

    forum.aspose.com/t/failure-to-open-xlsm-error-s...
  8. PPTX to PDF in Java: Grey Lines Appear at the B...

    Hi Team, we are facing issue while converting ppt file into pdf using aspose. Issue : table on page 10 of the PDF preview has grey lines that are not visible in the original PowerPoint file and the PDF generated by Acro…...(Presentation presentation = new Presentation("input.pptx")) {...{ PdfOptions pdfOptions = new PdfOptions(); pdfOptions.SetSa...

    forum.aspose.com/t/pptx-to-pdf-in-java-grey-lin...
  9. PDF document getting scrambled when printing - ...

    Hi We currently get PDF documents supplied by third parties which we push on to a printer selected by the user end user. This is currently working fine in all cases except for documents from this one party (sample attac…...code is: PdfViewer viewer = new PdfViewer(); viewer.OpenPdfFile(pdfData...DefaultPageSettings; pageSettings.Margins = new System.Drawing.Printing.Margins(0...

    forum.aspose.com/t/pdf-document-getting-scrambl...
  10. Pattern Overlay not supported - Free Support Fo...

    The attached zip has a single PSD file, that file has a single text layer, that layer has a simple pattern overlay. input.zip (525.4 KB) Saving this kind of files (with a pattern overlay in a text layer) outputs a brok…... Code sample: new License().SetLicense("XXXX");...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions...

    forum.aspose.com/t/pattern-overlay-not-supporte...