Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 815 for

dictionary

(0.33 sec)
  1. Aspose PDF for Java caused OutOfMemory while pa...

    We’ve been hit with a production outage for a week straight caused by what appears to be an unbounded resource consumption in Page.getPageRect(true) when handed a PDF with a malformed page tree. Every time the affected…...instead of to the /Pages dictionary (object 2). Per the PDF spec...

    forum.aspose.com/t/aspose-pdf-for-java-caused-o...
  2. MappedDataFieldCollection Class | Aspose.Words ...

    Discover Aspose.Words.MailMerging.MappedDataFieldCollection for seamless mapping of data source fields to mail merge fields, enhancing document automation....GetEnumerator () Returns a dictionary enumerator object that can...

    reference.aspose.com/words/net/aspose.words.mai...
  3. Aspose Hyperlink not working with 2012 server -...

    We are having the Aspose.pdf version 8.8.0.0. and it worked fine until it was running in 2003 server. Recently we migrated to 2012 server and after that the pdf documents are not getting hyperlinked at all; even though t…...// Create links for each dictionary entry. foreach (Page p in...

    forum.aspose.com/t/aspose-hyperlink-not-working...
  4. Working with Text | Aspose.Note Documentation

    A guide on working with text in OneNote using C# API.... GetDataDir_Text (); 3 4 Dictionary < string, string > replacements...replacements = new Dictionary < string, string > (); 5 replacements...

    docs.aspose.com/note/net/working-with-text/
  5. In DotNet, how can I add a flag to an `XImage` ...

    Hi there! I’m working with an existing PDF file and need to add a flag or marker to one of its images so that I can easily locate it later, when the PDF is modified. I tried renaming the image, but that ended up throwi…...a marker to its Metadata dictionary, but unfortunately, it doesn’t...

    forum.aspose.com/t/in-dotnet-how-can-i-add-a-fl...
  6. 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, /// /…...{ private static readonly Dictionary<string, string[]> _s_archiveRequirements..._s_archiveRequirements = new Dictionary<string, string[]>(StringComparer...

    forum.aspose.com/t/conversionservice-and-its-te...
  7. Finding Node (no paragraph) page index - Free S...

    How can I look for specific text and collect nodes, then get their pageIndex ? On the attached file I get the list of Nodes, then when I use layoutCollector.GetEntity → it returns null Thanks a lot in advance public s…...in advance public static Dictionary<HeaderFooter, List<Node>>...Dizionario footer -> lista nodi Dictionary<HeaderFooter, List<Node>>...

    forum.aspose.com/t/finding-node-no-paragraph-pa...
  8. Inquiry about AutoCAD GROUP extraction in Aspos...

    Hello, I am a developer currently working with Aspose.CAD for .NET to process DWG files. I am trying to extract AutoCAD GROUP objects (for example, a group consisting of a circle, text, and line) using Aspose.CAD. My …...Traversing Named Objects Dictionary (ACAD_GROUP) Resolving handles...

    forum.aspose.com/t/inquiry-about-autocad-group-...
  9. Extract Table Data from HTML – C# code

    Learn how to extract data from html table using the Aspose.HTML library in C#. Optimize your data collection and analysis!...Any()) { var result = new List<Dictionary< string , string >>(); //var...//test row var data = new Dictionary< string , string >(); data[...

    products.aspose.com/html/net/extract-data-from-...
  10. Words ,How to obtain data for each paragraph an...

    How to obtain data for each paragraph and line? I want to check if the first word at the beginning and the first word at the end of each line of data are the words I want. If they are, I will set the background color...#region 记录每个段落 var bkMap = new Dictionary<Paragraph, (BookmarkStart...LayoutEnumerator(doc); // Dictionary to store lines: Y position...

    forum.aspose.com/t/words-how-to-obtain-data-for...