Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 672 for

dictionary

(0.08 sec)
  1. Working with User Configuration on Server|Docum...

    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....properties like ID, name and dictionary items as key-value pairs...

    docs.aspose.com/email/java/working-with-user-co...
  2. 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...
  3. 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-...
  4. Weird behaviour regarding Paragraphs - Free Sup...

    Are you able to suggest why paragraphs imported using Document Library is sometimes split into multiple Run instead of just 1? image.png (15.0 KB) Business Case and Benefits of Product should be 1 Run, but it is being …...id, Paragraph paragraph, Dictionary<string,string> headerToId)...

    forum.aspose.com/t/weird-behaviour-regarding-pa...
  5. Aspose.CAD를 사용할 때 monochrome.ctb 설정 - Free Supp...

    안녕하세요 현재 Aspose.CAD for .NET(버전 25.7.0)을 사용하여 CAD 도면을 PDF 파일로 변환하고 있습니다. 제 목표는 'monochrome.ctb’플롯 스타일을 적용하여 출력이 흑백으로 표시되고 원래의 레이어 기반 선가중치가 올바르게 유지되도록 하는 것입니다. 몇 가지 질문이 있는데 Aspose.CAD는 현재 내보내기 중에 실제 ‘monochrome.ctb’ …...= false, CtbSources = new Dictionary<string, Stream>() { { ctbFile...rasterizationOptions.CtbSources = new Dictionary<string, Stream>() { { "monochrome...

    forum.aspose.com/t/aspose-cad-monochrome-ctb/31...
  6. Aspose.PDF problem convert pdf to pptx with sli...

    Hello for an application, we must convert files pdf in pptx with slides as images, so use the property PptxSaveOptions.SlidesAsImages at true. When we try to convert, get the follow error: Call Stack: System.ArgumentEx…...the dictionary.[ at System.Collections.Generic.Dictionary`2.get_Item(TKey...

    forum.aspose.com/t/aspose-pdf-problem-convert-p...
  7. Word转pdf,报错 - Free Support Forum - aspose.com

    使用最新版本25.7、25.8,word转pdf,报错,错误信息: error: addition of a duplicate key to a Dictionary 同样的文档,使用20.2版本,word转pdf正常。需要分析一下原因。 测试文件: 123.docx (550.1 KB) 代码: Document doc = new Document(“doc to pdf.docx”); doc.save(“doc …...addition of a duplicate key to a dictionary 同样的文档,使用20.2版本,word转pdf正常。需要分析一下原因。...

    forum.aspose.com/t/word-pdf/316940
  8. Encountering an error while generating a PDF wi...

    System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument …...Build(Dictionary 2 pmdgIds, Boolean exportToFile...

    forum.aspose.com/t/encountering-an-error-while-...
  9. Replace word with image - Free Support Forum - ...

    Dear, I have a docs document in which I want to replace a collection of words with images. For each word, that I want to replace, I have the corresponding image. The image should replace the word. The dimensions of th…...their corresponding images Dictionary<string, string> replacements...replacements = new Dictionary<string, string> { { "word1", "image1.png"...

    forum.aspose.com/t/replace-word-with-image/317224
  10. The error message generated is not sufficient t...

    Error raised when loading a .xer (Primavera) project file. [ArgumentException: An item with the same key has already been added.] System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) +60 System.Collec…...Dictionary`2.Insert(TKey key, TValue...there is a duplicate key in a dictionary or collection when trying...

    forum.aspose.com/t/the-error-message-generated-...