Sort Score
Result 10 results
Languages All
Labels All
Results 9,801 - 9,810 of 213,261 for

new

(0.35 sec)
  1. Fill.BackColor | Aspose.Words for .NET

    Customize your fill's background color effortlessly with the BackColor property. Easily set or get a Color object for a vibrant design....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions { Compliance...

    reference.aspose.com/words/net/aspose.words.dra...
  2. How to Create a Table in C++|Aspose.Words for C++

    Different ways to create tables using C++. Create table in C++ for your document. Add a table in C++....this automatically starts a new row Optionally, use the CellFormat...After calling InsertCell , a new cell is created, and any content...

    docs.aspose.com/words/cpp/create-a-table/
  3. Missing borders after PDF to PPTX conversion - ...

    Hello, I’m trying to convert a PDF document to a PPTX, but some borders are missing after the conversion. Could you please confirm whether this is a bug in the library? Thank you Document doc = Document("/path/to/borde…...PDF for Java: Document doc = new Document("/path/to/borders.pdf");...PdfConvertOptions options = new PdfConvertOptions(); // Force...

    forum.aspose.com/t/missing-borders-after-pdf-to...
  4. MappedDataFieldCollection | Aspose.Words for Java

    Allows to automatically map between names of fields in your data source and names of mail merge fields in the document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...merge DataTable dataTable = new DataTable("MyTable"); dataTable...

    reference.aspose.com/words/java/com.aspose.word...
  5. NPE while saving doc as HTML - Free Support For...

    reproduce_bug_mini_anonymized.docx (4.7 MB) Summary Document loads successfully but throws NullPointerException when saving to HTML format. Issue Description When attempting to save a specific Word document to HTML for…...docx")); LoadOptions loadOptions = new LoadOptions(); loadOptions.s...UTF_8); Document doc = new Document(new ByteArrayInputStream(fileBytes)...

    forum.aspose.com/t/npe-while-saving-doc-as-html...
  6. NodeChangingAction enumeration | Aspose.Words f...

    Aspose.Words.NodeChangingAction enumeration. Specifies the type of node change....doc = new aw . Document (); doc . nodeChangingCallback = new NodeChangingPrinter...NodeChangingPrinter (); let builder = new aw . DocumentBuilder ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Merge PS or EPS files to PDF | .NET

    .NET API Solution to merge PostScript files in a few lines of code. Save the combined result as PDF files. C# code example of merging functionality....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/page/net/merge-ps-to-pdf/
  8. AutoFit Row Height Automatically When Loading a...

    Learn how to fit rows whose height is not customized when loading a file using Aspose.Cells for Node.js via C++....external links const workbook = new AsposeCells . Workbook ( filePath...pdf" )); const loadOptions = new AsposeCells . LoadOptions ();...

    docs.aspose.com/cells/nodejs-cpp/autofit-row-he...
  9. Merge SVG to PNG in Java | products.aspose.com

    Merge SVG to PNG in Java. Use Java library API to combine SVG and PNG files...pres = new Presentation (); try { String svgContent = new String...svg" )); ISvgImage svgImage = new SvgImage ( svgContent ); IPPImage...

    products.aspose.com/slides/java/merger/svg-to-png/
  10. DocumentBuilder.EndBookmark | Aspose.Words for ...

    Effortlessly mark the end of a bookmark in your document with DocumentBuilder's EndBookmark method, enhancing your document organization and navigation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...