Sort Score
Result 10 results
Languages All
Labels All
Results 3,481 - 3,490 of 213,390 for

new

(0.11 sec)
  1. How to define the cell splitting behavior - Fre...

    Good morning, I’m trying to define the cell splitting behavior in such a way that, when a row contains one or more cells that are too tall to fit entirely on the current page, the row doesn’t get moved entirely to the n…...Main() { Document pdfDocument = new Document(); Page page = pdfDocument...pdfDocument.Pages.Add(); Table table = new Table { ColumnWidths = "100 100...

    forum.aspose.com/t/how-to-define-the-cell-split...
  2. Bookmarking all the static text inside a docume...

    Hello Team, I will be uploading an document which will contain static text and aspose syntax in it and I want tp iterate through each and every line even for table… example prop.check = <<[prop.check]>> prop.example…...DocumentBuilder : Start by creating a new document and initializing the...doc = new Document(filePath); DocumentBuilder builder = new DocumentBuilder(doc);...

    forum.aspose.com/t/bookmarking-all-the-static-t...
  3. ConversionService and its tests - Free Support ...

    Hi, Can you please take a look on ConversionService class ,the hurt of my GIS converter Lib and its tests (ConversionServiceTests). I build the below two files with ChatGPT and Microsoft. Thanks in adavnce, /// /…...string[]> _s_archiveRequirements = new Dictionary<string, string[]>(StringComparer...“EsriJson”, new[] { “.json”, “.esrijson” } }, { “GeoJson”, new[] { “...

    forum.aspose.com/t/conversionservice-and-its-te...
  4. FontSubstitutionSettings.table_substitution pro...

    FontSubstitutionSettings.table_substitution property. Settings related to table substitution rule....font_settings = font_settings # Create a new table substitution rule and load..."Times New Roman" since they do not exist in our new font folder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. BuildingBlock.Category | Aspose.Words for .NET

    Discover our BuildingBlock Category properties for enhanced second-level categorization, streamlining your projects and boosting organization efficiency....doc = new Document (); GlossaryDocument glossaryDoc = new GlossaryDocument...document. BuildingBlock block = new BuildingBlock ( glossaryDoc )...

    reference.aspose.com/words/net/aspose.words.bui...
  6. Using Azure OpenAI with Aspose.Words.IA - Free ...

    I want to use Aspose.words.IA in .Net to Check grammar using my Azure OpenAI instance. but I receive an error message : Ressource not found. Th url and Apikey are correct because I already use them in my project to reach…...code in C# : Document doc = new Document(inputFile); string azureApiKey...CheckGrammarOptions grammarOptions = new CheckGrammarOptions { ImproveStylistics...

    forum.aspose.com/t/using-azure-openai-with-aspo...
  7. BuildingBlockCollection.Item | Aspose.Words for...

    Access specific building blocks effortlessly with our BuildingBlockCollection. Retrieve items by index for seamless integration in your projects....doc = new Document (); GlossaryDocument glossaryDoc = new GlossaryDocument...GlossaryDocument (); BuildingBlock child1 = new BuildingBlock ( glossaryDoc )...

    reference.aspose.com/words/net/aspose.words.bui...
  8. TabStop | Aspose.Words for .NET

    Discover TabStop constructor, effortlessly create and customize instances for enhanced functionality in your projects. Boost your coding efficiency today!...TabStop( double ) Initializes a new instance of this class. public...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/tab...
  9. When converting an MSG file to PDF, Sent Date a...

    We are using the Aspose c# library. When we try to convert MSG files to PDF, for some MSG files, Sent Date appears twice in the PDF files. Below is the code that we use: // Load the MSG file MapiMessage msg = MapiMess…...ToMailMessage(new MailConversionOption()); // Convert...MhtSaveOptions mhtSaveOptions = new MhtSaveOptions(); mhtSaveOptions...

    forum.aspose.com/t/when-converting-an-msg-file-...
  10. Aspose.Words hangs indefinitely when saving as ...

    Can use the attached document (after unzip) and following code to reproduce. Tested in v24.10.0. var bytes = File.ReadAllBytes(@"input.doc"); using MemoryStream ms = New MemoryStream(); ms.Write(bytes, 0, bytes.Length);…...doc"); using MemoryStream ms = new MemoryStream(); ms.Write(bytes...Aspose.Words.Document document = new Aspose.Words.Document(ms); using...

    forum.aspose.com/t/aspose-words-hangs-indefinit...