Sort Score
Result 10 results
Languages All
Labels All
Results 3,041 - 3,050 of 222,967 for

new

(0.29 sec)
  1. FileFontSource Class | Aspose.Words for .NET

    Discover Aspose.Words.Fonts.FileFontSource. Easily manage TrueType font files on your system for enhanced document formatting and design flexibility....FileFontSource fileFontSource = new FileFontSource ( MyDir + "Alte...Document doc = new Document (); doc . FontSettings = new FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  2. FontSourceBase.Priority | Aspose.Words for .NET

    Discover the FontSourceBase Priority property to optimize your font sourcing. Enhance performance and improve user experience effortlessly!...FileFontSource fileFontSource = new FileFontSource ( MyDir + "Alte...Document doc = new Document (); doc . FontSettings = new FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  3. JsonDataLoadOptions.AlwaysGenerateRootObject | ...

    Discover how the JsonDataLoadOptions AlwaysGenerateRootObject property enhances your JSON data handling by ensuring a consistent root object for seamless integration.... Document doc = new Document ( MyDir + "Reporting...options = new JsonDataLoadOptions { ExactDateTimeParseFo = new List...

    reference.aspose.com/words/net/aspose.words.rep...
  4. ParagraphFormat.addSpaceBetweenFarEastAndDigit ...

    ParagraphFormat.addSpaceBetweenFarEastAndDigit property. Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions of numbers and regions of East Asian text in the current paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...// and then starts a new line, adding a new paragraph. builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Document.MailMerge | Aspose.Words for .NET

    Unlock seamless document automation with the MailMerge object, enhancing your workflow by simplifying mail merge tasks effortlessly....ExecuteDataTable () { DataTable table = new DataTable ( "Test" ); table ..."Address" ); table . Rows . Add ( new object [] { "Thomas Hardy" ,...

    reference.aspose.com/words/net/aspose.words/doc...
  6. 2nd page is not converted to excel correctly - ...

    2nd page of this pdf is not converted correctly as you can see from the screen shot. A1 Telekom Austria AG_Intl Invoice - Sell_2025-05_Outgoing Account_Normal_393563.pdf (326.6 KB) Screenshot 2025-06-18 at 11.07.28.png …...3 Hi Ali, We have tried with new version. It is getting better...recommends. Credentials credentials = new TokenCredentials(CLIENT_ID, ...

    forum.aspose.com/t/2nd-page-is-not-converted-to...
  7. GlossaryDocument.Accept | Aspose.Words for .NET

    Discover the GlossaryDocument Accept method that enhances user experience by efficiently managing visitor interactions. Learn more now!...doc = new Document (); GlossaryDocument glossaryDoc = new GlossaryDocument...GlossaryDocument (); BuildingBlock child1 = new BuildingBlock ( glossaryDoc )...

    reference.aspose.com/words/net/aspose.words.bui...
  8. ParagraphCollection.toArray method | Aspose.Wor...

    ParagraphCollection.toArray method. Copies all paragraphs from the collection to a New array of paragraphs....paragraphs from the collection to a new array of paragraphs. toArray...a NodeCollection. let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Wrong convert PDF to png (result dark page) - F...

    I use Aspose java pdf version 25.3. I try to convert following test.pdf (45.5 KB) pdf document to png but result file is dark (black) page fsrc_page_1_900.jpg (48.0 KB) I use following code for convert page: public …...resolution = new Resolution(300); ImageDevice device= new PngDevice(resolution);...PngDevice(resolution); RenderingOptions opt = new RenderingOptions(); opt.setI...

    forum.aspose.com/t/wrong-convert-pdf-to-png-res...
  10. Add Text to PDF Using C# | Aspose.PDF

    Add text to PDF programmatically with C# sample code using Aspose.PDF for .NET...pdf" ); var pdfDocument = new Aspose . Pdf . Document ( inputFile...Pages [ 1 ]; var textFragment = new Aspose . Pdf . Text . TextFragment...

    products.aspose.com/pdf/net/text/