Sort Score
Result 10 results
Languages All
Labels All
Results 7,931 - 7,940 of 213,115 for

new

(0.41 sec)
  1. FieldAutoTextList Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldAutoTextList class, designed to streamline document automation with efficient AUTOTEXTLIST field implementation....FieldAutoTextList () { Document doc = new Document (); // Create a glossary...entries. doc . GlossaryDocument = new GlossaryDocument (); AppendAutoTextEntry...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Words running together when converting from PDF...

    I’m using a licensed version of Aspose.PDF and ran into an interesting issue. We create a PDF using a MemoryStream based on a byte[] stored in our database and random blocks of words are having the spaces between them re…...1 KB) var stream = new MemoryStream(vaultFile) { Position...var document = new Document(stream); var file = new MemoryStream();...

    forum.aspose.com/t/words-running-together-when-...
  3. Error using Aspose.Word dll - Free Support Foru...

    XmlOpenedWithWord.png (26.1 KB) AsposeTest.zip (7.9 KB) System Information: .NET 8.0 C# Version 12 Aspose.Word Version 25.4.0 Code Sample in an UnitTest Project: [TestClass] public class TestClass { [TestMethod]…...OpenDocumentByPath() { Document doc = new Document(@"C:\tmp\AsposeTest...memoryStream = new MemoryStream(byteArray); var doc = new Document(memoryStream);...

    forum.aspose.com/t/error-using-aspose-word-dll/...
  4. Aspose.Cells 8.6.2 中的公共 API 更改|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Workbook Workbook workbook = new Workbook ( inputFilePath ); //Loading...WorkbookDesigner designer = new WorkbookDesigner ( workbook );...

    docs.aspose.com/cells/zh/net/public-api-changes...
  5. Převést PSD PSB nebo AI | products.aspose.com

    Převod obrázků souborů Adobe PhotoShop a Illustrator a další formáty...pdf", new PdfOptions()); image.Save(sourceFileName...Save(sourceFileName + ".jpg", new JpegOptions() { Quality = 75 }); image...

    products.aspose.com/psd/cz/convert/
  6. Managing Project Currency Digits | Aspose.Tasks...

    Learn how to view, set, and retrieve currency digits (decimal places) in Microsoft Project (MPP/XML) files using Aspose.Tasks for .NET, with examples and best practices....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/managing-currency-dig...
  7. Aspose.Cells - Incorrect html is saved - Free S...

    I need to save certain range of cells as html. I use Workbook.Save xlsx file as html: workbook.Save(fs, htmlOptions); Save as HTML method does not work. 25.3.0 - Works correctly 25.4.0 - Does not work var input = @"…...html"; var workbook = new Workbook(input); var name = workbook...SetStyle(style); } } using var fs = new FileStream(output, FileMode.Create);...

    forum.aspose.com/t/aspose-cells-incorrect-html-...
  8. DocumentPartSavingArgs.DocumentPartFileName | A...

    Discover the DocumentPartFileName property for DocumentPartSavingArgs. Easily manage file names for seamless document part saving without paths....DocumentPartsFileNam () { Document doc = new Document ( MyDir + "Rendering...HTML. HtmlSaveOptions options = new HtmlSaveOptions (); // If we...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Mail merge with repeating data in a table - Fre...

    Hi, Let’s say I want to generate a batch of 100 invoices, 2 pages per invoice. The template has headers and footers and a different section for each page. I can do a normal mail merge using “Execute” and providing a D…... DataSet pizzaDs = new DataSet(); pizzaDs.ReadXml(@"C:\Temp\data...ReadXml(@"C:\Temp\data.xml"); Document doc = new Document(@"C:\Temp\in.docx");...

    forum.aspose.com/t/mail-merge-with-repeating-da...
  10. Content control data extract and replace with u...

    HI Gembox Team, We have to develop an enhancement for word’s content control. Requirement is below, Extract the content control data from word, Process business logic on it and replace the content control with process…...from the content control in the new text. Could you please help with...the document Document doc = new Document("path/to/your/document...

    forum.aspose.com/t/content-control-data-extract...